
body
{
	padding:0 0;
	margin:0 0;
	background-color:#fff;
}
	#div-siteskin
	{
		margin:0;
		padding:0;
		background-image:url('images/bmi-background.jpg');
		height:900px;
		height:auto!important;
		min-height:900px;
		width:auto;
		background-position:top center;
		background-repeat:no-repeat;
		background-attachment:inherit;
	}
	#div-header, div.div-body, #div-footer, #div-page,#div-branding
	{
		width:844px;
	}
		#div-page
		{
			margin:0 auto;
		}
		#div-header
		{
			height:254px;
			/*border:solid 1px white;*/
			background-image:url('images/bm-header.jpg');
			float:left;
		}
			#div-nav
			{
			/*	*/	
				background-image:url('images/bmi-nav.jpg');
				height:55px;
				width:760px;
				margin:207px 0 0 43px;
				float:left;
				display:inline;
			}	
				/*---- Ovrides DNN crap --- */
					tr.MainMenu_MenuItem td, tr.MainMenu_MenuItemSel td
					{
						font-family:Century Gothic,arial;
						color:#fff;
						font-size:1.4em;
						height:30px;
						text-align:center;
						padding:0 25px;
						background-color:Transparent !important;	
					}
					tr.MainMenu_MenuItemSel td
					{
						color:#FEB02A;	
					}
						.ddn-submenu
						{
							background-color:#146084;
							width:200px;
							padding:0;
							margin:0;
						}
							.ddn-submenu tr td
							{
								font-size:1.2em;
							}
							.ddn-submenu tr td.MainMenu_MenuItemSel
							{
								color:#FEB02A;	
							}
				/*--- /Overide ----- */
		div.div-body
		{
			height:599px;
			height:auto!important;
			min-height:599px;
			background-image:url('images/bmi-bodybackground.jpg');
			background-position:top center;
			background-repeat:repeat-y;
			float:left;
		
		}
			div.div-body div.div-content
			{
				width:757px !important;
				/*border:solid 1px;*/
				display:inline;
				margin-left:44px;
				float:left;
			}
		#div-footer
		{
			height:77px;
			background-image:url('images/bmi-footer.jpg');
			background-position:top center;
			float:left;
		}
		#div-branding
		{

			margin:0 auto;
		}
			#div-branding a img
			{
				border:none;
			}
		.spn-copy
		{
			font-family:Century Gothic,arial;
			font-size:0.8em;
			margin-top:12px;
			display:inline-block;
			float:left;
			margin-right:157px;
			
			
		}
