
@import url(/css/common.css);
@import url(/css/results.css);   

/* layout.css */
body {
	background:#9D9D9D url(/imgs/body_bg.jpg) repeat-x;
	margin:0; padding:0;
	font-family:arial;
	font-size:12px;
}

#page {
	float:left;
	width:970px;
	background:#fff url(/imgs/page_bg.gif) repeat-y;
	border:1px solid #ccc;
	margin:0;
}

#header {
	background-color:#ECECEC;
	height:120px;
	border-bottom:1px solid #ccc;
}

#nav {
	width:160px; 
	float:left;
}

#main {
	width:795px;
	margin:10px 0 0 0px; 
	float:left;
	padding:0 0 60px 15px;
	background:transparent url(/imgs/main_bg.jpg) right bottom no-repeat;
	border-bottom:2px solid #E3832D;
}

#footer {
	clear:both;
	text-align:center;
	width:970px;
	height:80px;
	border-top:1px solid #ccc;
	padding:10px 0;
	color:#666;
	background-color:#ECECEC;
	margin:0;
}

#main p {
	width:70%;
	line-height:1.4em;
}

#main ul, ol {
	width:65%;
	line-height:1.4em;
	margin-left:0px;
	padding-left:20px;
	list-style-type: disc;
}

#main .homepage_intro  p {
	width:70%;
	line-height:1.6em;
}

#footer .legal {
	font-size:11px;
}

#header #logo {
	float:left;
	margin:0 0 0 5px;
}

#header_nav {
	width:770px;
	text-align:right;
	float:right;
}

