@charset "utf-8";
/* CSS Document */

/*GLOBAL*/
html{height:100%; padding:0; margin:0; border:0; background:#fff; overflow:scroll;} 
body {height:100%; width:100%; padding:0; margin:0; border:0; text-align:center;}

hr {color:#CCC; height:1px;}
.hr {color:#CCC; height:1px;}

#wrapper{width: 800px; margin:0 auto; text-align: left; background-color: #fff;}


/*GLOBAL NAVIGATION*/
/* masthead */
#masthead {width:800px; height:100px; vertical-align:top; text-align:center; border:none;}
/* banner */
#bannermain {width:800px; height:100px; vertical-align:top; text-align:center; border:1px #AAA solid;}
/* main navigation */
#mainnavigation {background:url(../img/global/spacer_carbon.gif); background-repeat:repeat; width:800px; height:25px;
border:#999 1px solid; text-align:right; margin-top:5px;}

/* LAYOUT */
#layout {width:800px; font-family:Verdana, Arial, Helvetica, sans-serif; text-align:left; vertical-align:bottom; margin-top:15px; padding:0; border:none;}
	#layout a:link, a:active{color:#999; text-decoration:none; border:none;}
	#layout a:visited{color:#666; text-decoration:none; border:none;}
	#layout a:hover{color:#F00; text-decoration:none; border:none;}

/* FOOTER */
#footer {clear:both; width:800px; margin-top:20px; vertical-align:baseline; text-align:center; font-family:Verdana, Arial, Helvetica, sans-serif; border-top:1px #DDD solid;}
#footer p {font-size:9px; color:#BBB; padding-top:7px; padding-bottom:10px;}

