/* CSS Document */

/************/
/*  GLOBAL  */
/************/

/* NON-HEADER */
*{padding:0; margin:0;}
 body {font-size:12px; font-family:verdana,arial,sans-serif;} /*Font-size: 1.0em = 10px when browser default size is 16px*/
.page-container {width:920px; margin:0px auto; }
.main {clear:both; width:920px;}
.main-navigation {display:inline /*Fix IE floating margin bug*/; float:left; width:190px; padding-top:15px;
overflow:visible !important /*Firefox*/; overflow:hidden /*IE6*/;}
.main-content {display:inline; /*Fix IE floating margin bug*/; float:left; width:715px; margin:15px 0 0 15px; overflow:visible !important /*Firefox*/; overflow:hidden /*IE6*/;}
.footer {clear:both; text-align:center; width:920px; padding:1.0em 0 1.0em 0; font-size:1.0em; overflow:visible !important /*Firefox*/; overflow:hidden /*IE6*/;}


/* HEADER */
.header {width:920px; height:129px; font-family:"trebuchet ms",arial,sans-serif;}

.d0_foot a {color:#000;text-decoration:none}
.d0_foot a:hover {color:#f60;text-decoration:underline}
.d0_foot a:visited{color: #000000;}
.d0_foot a:active {color: #660000;}

