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

* {	margin:0; padding:0; }

body	{ 
		width:100%; 
		height:100%; 
		background: #3b3b3b url(../images/bkg-pg.gif) repeat-x top left;
		font: 12px Verdana, Arial, Helvetica, sans-serif; 
		color: #FFFFFF; 
		text-align: center; 
		}

.cleanFloats { clear: both; height:0px;	width:0px; }

img		{ border:0px; border-style:none; }

a:link, a:visited			{ color: #D50001; }
a:hover, a:visited:hover	{ color: #2A96FF; }

/* Page */
#wrap { position: relative; width: 912px; margin: 0 auto; }

/* Header */
#header { position: relative; width: 912px; height: 177px; background-image:url(../images/bkg-header-h.jpg); background-repeat:no-repeat; text-align:left; }

/* Box */

#bxtop { width: 912px; }

#tnav { width: 770px; height: 23px; padding: 5px 71px 0 71px; background-image:url(../images/bkg-tnav-h.jpg); background-repeat:no-repeat; font-size: 11px; font-weight:bold; color: #F8DB13; }
#tnav a:link, #tnav a:visited { padding: 0px 5px 0px 5px; color: #F8DB13; text-decoration: none; }
#tnav a:hover { color: #D50001;  }

#bxmid { width: 790px; padding: 0px 61px 0px 61px; background-image:url(../images/box-mid-h.jpg); background-repeat:repeat-y; }

#bnav { width: 770px; height: 22px; padding: 9px 71px 0 71px; background-image:url(../images/bkg-bnav-h.jpg); background-repeat:no-repeat; font-size: 10px; font-weight:bold; color: #F8DB13; }
#bnav a:link, #bnav a:visited { padding: 0px 5px 0px 5px; color: #F8DB13; text-decoration: none; }
#bnav a:hover { color: #D50001;  }

#bxbtm { position: relative; width: 912px;}

/* footer */

#footer { postion: relative; width: 912px; padding: 20px 0 20px 0; background-image:url(../images/bkg-footer-h.gif); background-repeat:no-repeat; font-size: 10px;}