@import url('css/reset.css');
@import url('css/menu.css');


	html {margin: 0;padding: 0;	height: 100%;}
	body {margin: 0 auto;height: 100%;}
	#Page {
	margin: 0 auto;
	height: auto !important;
	height: 100%;
	min-height: 100%;
	width: 100%;
	clear: both;
	background: #61836A url('images/bkg_grad.jpg') repeat-x top;
}
#Page > div {margin: 0 auto;width: 861px;clear: both;}
#Page > div > div {	float: left;}

#Head{
	height:204px; 
	background: transparent url('images/header_2.jpg') no-repeat left center; 
	
	}
#Menu{
    margin-top:170px;
	width:100%; 
	height: 34px;
	}
#Menu div.Wrap {margin: 0 23px; height:100%;}

#Body{ vertical-align: top;}

#Body > table{}
#Body > table td.LeftBorder{width:15px; background: transparent url('images/shadow_strip_L.png') repeat-y right;}
#Body > table td.RightBorder{width:16px; background: transparent url('images/shadow_strip_R.png') repeat-y left;}
#Body > table td.PaneWrapper{background:#6E8E77 url('images/content_bkg_grad.jpg') repeat-x 50% top; height: 230px; vertical-align:top; width:830px; padding-bottom:10px;}


#Body > table div.Top{width:100%; text-align: center; height:auto;}
#Body > table div.Left{
	width:475px;  
	float:left; 
	margin-left: 10px; 
	border-top:3px solid #DCD2B1; 
	background: white;
	height:auto; 
	min-height:439px;}
#Body > table div.Right{
	width: 325px; 
	float:left; 
	margin-left:10px;
	border-top:3px solid #DCD2B1;
	background: white; height:auto;
	min-height:439px;}
#Body > table div.Bottom{width:100%; text-align: center}




#Body > table td.BottomLeft{background: transparent url('images/shadow_corner_L.jpg') no-repeat top right;}
#Body > table td.BottomStrip{height:17px;background: url('images/shadow_strip_btm.jpg') repeat-x top;}
#Body > table td.BottomRightt{background: transparent url('images/shadow_corner_L.jpg') no-repeat top left;}

#Foot{height:20px;}
#Foot div.Left{width:49%; }
#Foot div.Right{width:49%; text-align:right;}


.DNNEmptyPane{width:0; height:0; line-height:0;}



