* {
	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);
}
#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;
}
#main {
	width:1000px;
	margin:0 auto;
	background:#FFF;
	overflow:auto;
	border:1px solid #c8e6fa;
}
#content {
	width:700px;
	height:auto;
	text-align:left;
	background:#FFF;
	float:right;
}
#list {
	width:280px;
	height:auto;
	text-align:left;
	background:#FFF;
	float:left;
	border:1px solid #c8e6fa;
}
#c_title {
	width:400px;
	float:left;
	text-align:center;
}
#c_click {
	width:125px;
	float:left;
	text-align:center;
}
#c_date {
	width:165px;
	float:left;
	text-align:center;
}
#l_title {
	width:450px;
	float:left;
	text-align:left;
}
#l_click {
	width:120px;
	float:left;
	text-align:left;
}
#l_date {
	width:120px;
	float:left;
	text-align:left;
}
#list p {
	text-align:left;
	line-height:150%;
	text-indent:10px;
	font-size:13px;
}
h4 {
	font-weight:normal;
	background:url(../img/fl-bg.gif) repeat-x;
	padding:10px;
}
#title {
	width:700px;
	margin:10px;
}
ul li {
	list-style-type:none;
	margin:10px 50px;
	display:inline;
}
#content span{
	text-align:left;
	line-height:200%;
	font-size:13px;
}
#content p{
	text-align:center;
	line-height:200%;
	font-size:15px;
}
#footer {
	width:1000px;
	height:150px;
	background:#FFF;
	clear:both;
	border:1px solid #c8e6fa;
	margin-top:20px;
}
#footer p {
	font-size:12px;
	text-align:center;
	margin:10px;
	padding:20px;
    line-height:200%;
}
