@import url('css/reset.css');
@import url('css/fck.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: black url('images/bkg_grad.jpg') repeat-x 50% 250px;
	
}
#Page > div {margin: 0 auto; clear: both;}
#Head{width: 100%; height: 250px; background: #6795CA  url('images/HeaderGrad.jpg') repeat-x 50% 63px;  }
#TopBar{width:100%; background: url('images/topBar_grad.jpg') repeat-x 50% top; height: 63px;}
#TopBar > div{width:842px; margin:0 auto; height: 62px;}
#TopBar .Logo{float:left; width:237px;}
#TopBar .Header{float:right;}

#MenuWrapper{width:100%; height: 187px;  background: transparent url('images/main_pic.png') no-repeat bottom;}
#MenuWrapper .Menu{ width:100%;}
#MenuWrapper .Menu > div{width:842px; margin:0 auto;padding-top:160px; }

#Separator{background: transparent url('images/sub_nav_strip.jpg') repeat-x top; height:19px; border-bottom: 2px #FEC34B solid;}

#BodyADMIN{width:822px; background: white url('images/content_bkg_grad.jpg') repeat-x 50% top;  padding:10px;}
#BodyADMIN > div.Top{width:100%;}

#BodyHOME{width:822px; background: white url('images/content_bkg_grad.jpg') repeat-x 50% top;  padding:10px;}
#BodyHOME > div.Top{width:100%;}
#BodyHOME > div.Left{float:left;width:500px; margin-right:22px;}
#BodyHOME > div.Right{float:left;width:300px;}
#BodyHOME > div.Bottom{width:100%;clear:both;}


#BodyINTERNAL{width:822px; background: white url('images/content_bkg_grad.jpg') repeat-x 50% top;  padding:10px;}
#BodyINTERNAL > div.Top{width:100%;}

#BodyINTERNAL > div.One{}
#BodyINTERNAL > div.One > div.Left{float:left;width:500px; margin-right:22px;}
#BodyINTERNAL > div.One > div.Right{float:left;width:300px;}

#BodyINTERNAL > div.Two > div.Left{float:left;width:260px; }
#BodyINTERNAL > div.Two > div.Middle{float:left;width:292px;margin-right:5px; margin-left:5px;}
#BodyINTERNAL > div.Two > div.Right{float:left;width:260px;}

#BodyINTERNAL > div.Three > div.Left{float:left; width:300px;margin-right:22px;}
#BodyINTERNAL > div.Three > div.Right{float:left;width:500px;}


#BodyINTERNAL > div.Bottom{width:100%;clear:both;}


#Foot, .Copyright{height:25px; width:842px; text-align:center; color:White }
.dnnCopyright{color:white; }
.Copyright{padding:10px 0;}
.DNNEmptyPane{height:0; padding:0; margin:0; line-height:0; width:0; display:none;}

