* {
	margin:0;
	padding:0;
}
body {
	font-family:Verdana, Geneva, sans-serif;
	background:#FFF;
	font-size:12px;
	text-align:center;
	width:1000px;
	margin:0 auto;
}
a:link {
	text-decoration: none;
	color: #256EB1;
}
a:visited {
	text-decoration: none;
	color: #256EB1;
}
a:hover {
	text-decoration:none;
	color: 256EB1;
}
a:active {
	text-decoration:blink;
}
.line {
	border-top:1px dashed #f00;
	height: 1px;
	overflow:hidden;
	width:250px;
	margin:5px auto;
}
#head {
	width:1000px;
	height:125px;
	background-image:url(../img/logo.jpg);
}
#main {
	width:1000px;
	margin:0;
	background:#FFF;
	overflow:auto;
}
#content {
	width:698px;
	height:auto;
	text-align:left;
	background:#FFF;
	float:left;
	border:1px solid #c8e6fa;
}
#content a:link {
	text-decoration: none;
	color: #999
}
#content a:visited {
	text-decoration: none;
	color: #000
}
#content a:hover {
	text-decoration:underline;
	color: red
}
#content a:active {
	text-decoration:blink
}
#list {
	width:279px;
	height:auto;
	text-align:left;
	background:#FFF;
	float:right;
	border:1px solid #c8e6fa;
}
#list p {
	text-align:left;
	line-height:150%;
	text-indent:20px;
	font-size:13px;
}
h4 {
	font-weight:lighter;
	font-size:14px;
	padding:5px 0;
	margin:0;
	height:50px;
	background:url(../img/fl-bg.gif) repeat-x;
	text-align:center;
	border:1px solid #c8e6fa;
}
#title {
	width:698px;
	margin:10px 0;
}
ul li {
	list-style-type:none;
	margin:10px 80px;
	display:inline;
}
#content p {
	text-align:left;
	text-indent:30px;
	line-height:150%;
	font-size:12px;
	margin:5px 20px;
	padding:0 20px;
}
#nav {
	width:1000px;
	height:28px;
	background:url(../img/nav.png) left bottom repeat-x;

	padding:10px 0;
	clear:both;
}
#nav a:link {
	text-decoration: none;
	color: #FFF;
}
#nav a:visited {
	text-decoration: none;
	color: #FFF;
}
#nav a:hover {
	text-decoration:none;
	color: FFF;
}
#nav a:active {
	text-decoration:blink;
}
#nav p {
	color:#FFF;
	font-size:16px;
	text-align:left;
	display:inline;
	margin:20px 30px;
}
#footer {
	width:1000px;
	height:120px;
	background:#FFF;
	margin:10px auto;
	clear:both;
	border:1px solid #c8e6fa;
}
#footer p {
	font-size:12px;
	text-align:center;
	margin:0;
	padding:10px;
	line-height:200%;
}
