@charset "utf-8";

* {
	border: 0;
	padding: 0;
	margin: 0;
}

html,
body {
	cursor: default;
	background-color: #505050;
	background-image: url('../img/bg.png');
	background-repeat: repeat-x;
}

a,
a:link,
a:active,
a:visited {
	color: #000;
	cursor: pointer;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

input,select,textarea{
	border: #cacaca 1px solid;
	font-size: 11px;
	padding: 2px;
}

div#preload img {
	height: 0; width: 0; border-width: 0;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -30;
}

div#banner div.small {
	position: absolute;
	margin-top: 20px;
	margin-left: 495px;
}

div#banner div.big {
	position: absolute;
	margin-top: 5px;
	margin-left: 235px;
}

div#banner a:hover {
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

div#page {
	width: 963px;
	margin: 0px auto;
}

div#header {
	/*width: 963px;
	height: 196px;*/
	width: 960px;
	height: 176px;
	margin-left: 1px;
	margin-right: 2px;
	background-image: url('../img/header.png');
}

div#header a.logo {
	display: block;
	float: left;
	width: 208px;
	height: 176px;
}

div#content {
	width: 951px;
	padding: 6px;
	margin-top: 1px;
	background-color: #fff;
	background-image: url('../img/content.png');
	background-repeat: no-repeat;
	font: 13px Arial;
	color: #000;
	font-weight: bold;
}

div#footer {
	width: 940px;
	height: 66px;
	margin-top: 1px;
	padding-top: 16px;
	padding-left: 23px;
	background-image: url('../img/footer.png');
	font: 10px Arial;
	color: #323232;
	line-height: 130%;
}

div#footer a {
	color: #323232;
}

ul#nav {
	float: left;
	padding-top: 159px;
	/*margin-left: 503px;
	margin-left: 295px;*/
    margin-left: 525px;
	height: 37px;
	list-style-type: none;
}

ul#nav li {
	float: left;
	margin-right: 1px;
	text-align: center;
}

ul#nav a,
ul#nav a:link,
ul#nav a:active,
ul#nav a:visited {
	display: block;
	width: 114px;
	height: 28px;
	padding-top: 9px;
	background-image: url('../img/nav.png');
	font: 17px Arial;
	color: #fff;
}

ul#nav a:hover,
ul#nav a.act {
	text-decoration: none;
	background-image: url('../img/nav.act.png');
}

div#news {
	float: left;
}

div#news div.block {
	width: 643px;
	margin-bottom: 10px;
	border: 1px solid #000;
	background-color: #fff;
}

div#news div.topic {
	display: block;
	float: left;
	margin-top: 6px;
	margin-left: 7px;
	margin-bottom: 8px;
}

div#news h2 a {
	color: #FF7800;
	text-decoration: none;
}

div#news h2 {
	display: block;
/*	width: 466px;	*/
	width: 630px;
	font: 24px Arial;
	color: #FF7800;
	border-bottom: 1px solid #8C8C8C;
}

div#news small {
	display: block;
	font-weight: bold;
}

div#news p {
	display: block;
	padding: 7px;
	font: 13px Arial;
	font-weight: bold;
	color: #444444;
	line-height: 140%;
}

div#news div.footer {
	display: block;
	margin-top: 6px;
	margin-left: 7px;
	margin-bottom: 6px;
	width: 629px;
	height: 29px;
	background-color: #8C8C8C;
	font: 13px Arial;
	font-weight: bold;
	color: #000;
}

div#news div.like {
	margin-top: 12px;
	margin-bottom: 2px;
	margin-left: 18px;
}

div#news div.footer a {
	display: block;
	color: #000;
	margin-top: 6px;
	margin-left: 7px;
	margin-right: 7px;
}

div#news img {
	padding: 7px;
}

div#news img.top {
	display: block;
	width: 150px;
	height: 150px;
	margin-top: 6px;
	margin-left: 7px;
	margin-right: 7px;
}

div#news .left {
	float: left;
}

div#news .right {
	float: right;
}

div#fb-comments {
	width: 600px;
	margin: 0px auto;
	padding: 0;
}

br.clear {
	clear: both;
}