@charset "utf-8";

body{
	background: #000;
	margin: 0px;
	padding: 10px;	
	font-family: "Trebuchet MS", Trebuchet, Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #FFF;
}

a {
	text-decoration: underline;
	color: #FFF;	
}

a:hover {
	text-decoration: none;
	color: #FFF;	
}

#container{
	background: #000;
	width: 1000px;
	margin: 0 auto;
	/* overflow-y: scroll; */
}

#header{
	background: #4A4A4A;
	width: 1000px;
	height: 40px;
	padding: 5px;
	font-size: 32px;
	font-weight: bold;
}

#contents{
	padding: 5px 5px 0px 5px;
}

#welcome{
	width: 1000px;
	font-size: 12px;
	color: #D3D3D3;
	padding-bottom: 6px;
	border-bottom: 1px groove #666;
	margin-bottom: 9px;
}

#news{
	width: 1000px;
}

#post{
	width: 1000px;
	margin-bottom: 25px;
}

#postheader{	
	background: #272727;
	width: 1000px;
	padding: 3px 5px 3px 5px;
	height: 18px;
	margin-bottom: 3px;
	font-size: 14px;
}

#posttitle{
	font-weight: bold;
	float: left;	
}

#postdate{
	font-size: 12px;
	color: #D3D3D3;
	float: right;
}

#postcontents{
	clear: both;
	font-size: 12px;
}