/* 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:900px;
	height: 191px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.main {
	width:900px;
	margin-right: auto;
	margin-left: auto;
}
.main-navigation {
	display:inline /*Fix IE floating margin bug*/;
	width:210px;
	padding-top:1px;
	overflow:visible !important /*Firefox*/;
	overflow:hidden /*IE6*/;
	float: left;
}
.main-content {
	;
	float:left;
	overflow:visible !important /*Firefox*/;
	overflow:hidden /*IE6*/;
	width: 689px;
	
	
}
.footer {
	clear:both;
	text-align:center;
	width:900px;
	font-size:1.0em;
	overflow:visible !important /*Firefox*/;
	overflow:hidden /*IE6*/;
	padding-top: 1em;
	padding-right: 0;
	padding-bottom: 1em;
	padding-left: 0;
}


/* HEADER */
.header {
	width:210px;
	font-family:"trebuchet ms",arial,sans-serif;
	float: left;
}

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

