html, body {
	margin:0px;
	font-family: "Myriad Pro", Tahoma, Arial, Verdana, sans-serif;
	background:#eeeeee;
	font-size:11pt
}

div.container {
	width:100%;	
}

div.wrapper {
	margin:20px;
}

div.newsbox {
	background-color:white;
	padding:15px;
	border:1px dashed #666;
}

div.header {
	background:#eeeeee url(header1.png) repeat-x;
	position:relative;
	z-index:3;
	font-size:20px;
	color:#CCC;
	font-size:
}

div.header a {
	color:white;
	text-decoration:none;
	margin-right:5px;
}

div.h_wrap {
	padding:10px;
}

ul {
	margin:0px;
	margin-left:20px;
	padding:0px;
	padding-left:7px;
}

div.news_title {
	border-bottom:1px solid #999;
	margin-bottom:5px;
}

div.main_title {
	font-size:30px;
	text-align:center;
}

div.main_title img {
	margin-left:30px;
	position:relative;
	top:15px;
}

a {
	color:#333;
	text-decoration:none;
}

div.news_body a:hover {
	border-bottom:1px dashed #333;
}

div.news_sep {
	height:10px;
}

div.comment_box {
	padding:5px;
	border:1px solid #d6d6d6;
	margin-bottom:10px;
	background-color:#f8f8f8;
}
