@import url('css/reset.css');
@import url('css/menu.css');
html{margin:0; padding:0; height:100%;}
body{margin:0 auto; height:100%; min-height:100%;}

#Page{
	margin: 0 auto;
	height: auto !important;
	height: 100%;
	min-height: 100%;
	width: 100%;
	background:#630F1F url('images/bkg_strip.jpg') repeat-x top;
	clear: both;
	}
#Page > div {margin: 0 auto;width:900px; clear:both;}
#Page > div > div {	float: left;}

.HeaderPane{width:100%;}
#Head {line-height:0; height:203px;background: url('images/header-grad.jpg') repeat-x;}

#Nav{ 
	background: url('images/nav-strip.jpg') repeat-x top; 
	border-top:1px black solid; 
	border-bottom: 2px #BC1038 solid;
	height:48px;
	width:100%;
	}

#BodyHOME{background:#F7F7F7 url('images/Body_BG.jpg') no-repeat bottom center; min-height:410px; width:900px;}
#BodyHOME > table{width:900px; }
#BodyHOME > table td{vertical-align:top;}


#Body{background:#F7F7F7 url('images/Body_BG.jpg') no-repeat bottom center; min-height:410px;}
#Body > table{width:100%; }

#Foot {width:100%;height:auto;}
#Head .RWrapper{width:379px; height:203px; background: url('images/header-grad.jpg') repeat-x;}
/*PANES*/
.HeaderPane{width:100%;}
.RotatorPane{width:100%; height:100%;}
.ContentPane{width:600px;}
.RightPane{width:300px; }
.BottomPane{width:100%;}
.FooterPane{width:100%;}


