html, body {
	margin:auto;
	font-family:Trebuchet MS;
	/*font-size:14px;*/
	font-size:13px;
	color:#000;
}
img, form {
	border:none;
	margin:0px;
	padding:0px;
}
input, select, textarea {
	border:#000 solid 1px;
}
a:link, a:visited {
	color:#000;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
h2 {
	font-size:17px;
	margin-bottom:2px;
}
.img {
	float:left;
	display:inline;
	margin:0px 10px 10px 0px;
}

#all_content {
	margin:auto;
	display:table;
	width:825px;
}
#header {
	float:left;
	display:inline;
	width:825px;
	height:99px;
}
	#header_logo {
		float:left;
		display:inline;
		width:250px;
		height:35px;
		margin:20px 0px 0px 0px;
		font-size:36px;
		font-weight:bold;
	}
		#header_logo a:hover {
			text-decoration:none;
		}
	#header_sponsor {
		float:right;
		display:inline;
		width:150px;
		height:30px;
		margin:25px 0px 0px 0px;
		overflow:hidden;
	}
	#header_menu {
		float:left;
		display:inline;
		width:825px;
		height:27px;
		margin:17px 0px 0px 0px;
		font-weight:bold;
	}
	#search {
		width:100px;
		height:13px;
		font-size:9px;
		margin:0px 0px 0px 10px;
		border:#000 solid 1px;
	}
#latest {
	float:left;
	width:825px;
	background:#ededef;
}
	#latest_in {
		float:right;
		width:209px;
		margin:25px 15px 25px 15px;
		background:#ededef;
		overflow:hidden;
	}
	#content {
		float:left;
		width:586px;
		background:#fff;
	}
		#content_in {
			float:left;
			width:580px;
			margin:25px 5px 25px 1px;
			background:#fff;
			text-align:justify;
		}
		.last_preview {
			font-weight:bold;
		}
		.last_preview a:link, .last_preview a:visited {
			color:#000;
			text-decoration:underline;
		}

.art {
	float:left;
	display:inline;
	width:560px;
	margin:5px 20px 5px 0px;
}
	
#searchSeparate {
	float:left;
	display:inline;
	width:560px;
	margin:20px 20px 10px 0px;
	border-top:#808080 solid 2px;
}

#footer {
	float:left;
	width:825px;
	height:18px;
	color:#8c8c8c;
	background:#fff;
	border-top:#808080 solid 2px;
	text-align:center;
}
	#footer a:link, #footer a:visited {
		color:#8c8c8c;
		text-decoration:none;
	}
	#footer a:hover {
		text-decoration:underline;
	}
