@charset "utf-8";
/* CSS Document */

html, body {
	margin:0;padding:0;
}

#container {
	width:960px;
	font-family: Tahoma, "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	border: 1px solid #CCC;
}

#header {
	width: 960px;
	height: 200px;
	display: block;
}

#main {
	width:960px;
	clear:both;
}

#main_left {
	width:150px;
	float:left;
}

#main_left a:link, #main_left a:visited {
	display:block;
	width: 150px;
	height: 25px;
	line-height: 25px;
	background:url(../images/site/button.jpg);
	text-indent: 30px;
	text-decoration: none;
	color:#FFF;
	font-weight:bold;
	font-size: 14px;
}
#main_left a:hover, #main_left a:active  {
	display:block;
	width: 150px;
	height: 25px;
	line-height: 25px;
	background:url(../images/site/button-down.jpg);
	text-indent: 5px;
	text-decoration: underline;
	color:#FFF;
	font-weight:bold;
	font-size: 14px;
}

#main_left a.clicked {
	display:block;
	width: 150px;
	height: 25px;
	line-height: 25px;
	background:url(../images/site/button-down.jpg);
	text-indent: 5px;
	text-decoration: underline;
	color:#FFF;
	font-weight:bold;
	font-size: 14px;
}

#main_centre {
	width:500px;
	float:left;
	margin: 2px;
	text-align:justify;
	/*font-size: 80%;*/
}
#main_centre h1 {
	font-size: 18px;
	color:#6CF;
}
#main_centre img {
	float: left;
	border: 1px solid #777;
	margin: 2px;
	padding: 2px;
}
#main_centre a, a:visited {
	color:#C30;
	text-decoration:none;
}
#main_centre a:hover {
	color:#C30;
	text-decoration:underline;
}
#main_right {
	width:300px;
	float:left;
	margin: 2px;
}

#bottom {
	width: 960px;
	clear:both;
}
#bottom .box_article {
	width:320px;
	float:left;
}
#bottom .box_bottom {
	float:left;
}
#footer {
	width:960px;
	font-size:90%;
	border: 1px solid #ddd;
	margin: auto;
	line-height: 20px;
	text-align: center;
}

#news_list {
	list-style:none;
}
#news_list li {
	margin-top: 10px;
}