@charset "utf-8";
body { margin: 0px; padding: 0px; }
#containter {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #666666;
	font-size: 18px;
	top: 20px;
}
#logo {
	float: left;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-top: 15px;
}
#tagline { float: left; margin-top: 30px; margin-bottom: 0px; }
#nav {
	float:left;
	top:300px;
	left:-400px;
	position:relative;	/*margin-right:100px;
	padding-top:250px;
	width:300px;
	height:300px;*/
}
#nav ul{ 
	text-decoration: none;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}
#nav ul li a.redlink {
	color: #F50b0b;
}
li {list-style: none; margin-top: 20px; }
a { color: #666666; }
a:link {text-decoration: none; color: #666666; }
a:visited {text-decoration: none; color: #666666; }
a:hover {color: #000000; }
a:active {color: #000000; }
#maincontent {
	position:relative;
	float: right;
	padding-left: 20px;
	width: 700px;
	top:-10px;
	left: 0px;
	margin-left: 20px;
	height: 180px;
	background-color: #FFFFFF;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #FFFFFF;
}
h1 { color: #7ca95b; text-align: center; }
#footer {
	clear: both;
	text-align: center;
	float: none;
}
#p1 { color: #7ca95b; }
dt { color: #7ca95b; }
dd.end{
	margin-bottom:30px;
}
#faq{
	
}
