html, body {
	margin:0px;
	font-family: "Myriad Pro", Tahoma, Arial, Verdana, sans-serif;
	background:url(./images/gradient.png) fixed repeat-x bottom;
	background-color:#eeeeee;
}

a {
	text-decoration:none;
	color:#3d3d3d;
}

a:visited {
	color:#3d3d3d;
}

a:hover {
	text-decoration:underline;
}

div.main_wrapper {
	width: 777px;
	height:100%;
	margin: 0px auto 0px auto;
}

div.h_wrap {
	width: 777px;
	height:100%;
	margin: 0px auto 0px auto;
}

div.header1 {
	background:#eeeeee url(./images/header1.png) repeat-x;
	width:100%;
	height:57px;
	position:relative;
	z-index:3;
}

div.header1 span {
	display:inline;
	font-weight:lighter;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	span.top_btn {
		margin-bottom: -2px;
	}
}

div.header1 a {
	background-color:#5a5a5a;
	padding:10px;
	color: #D4D4D4;
	text-decoration: none;
	border:1px solid #6f6f6f;
	border-bottom-width: 0px;
	position:relative;
	top:51%;
	font-size:9pt;
}

div.header1 a:hover {
	text-decoration:none;
	background: #646464;
	color: #D4D4D4;
}

div.header2 {
	width:100%;
	height:81px;
	font-size:35px;
	position:relative;
	margin-top:20px;
}

div.title {
	margin-top:5px;
}

div.title span {
	position:absolute;
	top:50%;
	margin-top:-20px;
	color:#707070;
}

div.main_top {
	display:block;
	background:url(./images/main_top.png) no-repeat;
	width:777px;
	height:12px;
	overflow:hidden;
	margin:0px;
	float:left;
}

div.main_mid {
	display:block;
	width:777px;
	padding:10px;
	float:left;
	/*margin-top:-11px;*/
	background:url(./images/main_mid.png) repeat-y;
}

div.cont_text {
	float:left;
	max-width:725px;
	margin-left:15px;
	width:100%;
	font-size:10.5pt;
	/*border:1px solid black;*/
	text-align:justify;
}

div.cont_bott {
	display:block;
	background:url(./images/cont_bott.png) no-repeat;
	margin-left:18px;
}

div.copyright {
	display:block;
	background:url(./images/copyright.png) no-repeat;
	margin-left:18px;
	height:64px;
	margin-top:-15px;
	position:relative;
	z-index:-1;
	color: #A0A0A0;
	font-size:9pt;
	padding:10px;
	padding-bottom:0px;
}

div.copyright img {
	float:left;
	margin-right:10px;
	margin-top:1px;
}

div.copyright div {
	text-align:justify;
	margin-top:5px;
	width:720px;
}

div.bott_cont {
	display:block;
	background:url(./images/bott_cont.png) repeat-y;
	width:777px;
	position:relative;
	z-index:2;
	clear:both;
}

div.main_bott {
	display:block;
	background:url(./images/main_bott.png) no-repeat;
	width:777px;
	height:12px;
}

div.news_title {
	background-image: url(./images/item-title.png);
	background-repeat: no-repeat;
	height: 50px;
	width:494px;
	margin-left: 20px;
	margin-right: 10px;
	padding-left: 55px;
	padding-top: 5px;
	color: #B5B5B5;
	position:relative;
	left:-63px;
	color:white;
}

div.news_title span {
	font-size:9pt;
}

div.news_title a {
	color:white;
}

div.news_title a.link {
	font-size:9pt;
}

div.news_sep {
	height:20px;
}

div.side_sep {
	margin-top:10px;
}

h2#download a:hover {
	text-decoration:none;
}

h2#download {
	width: 144px;
	height: 37px;
	display: block;
	float: right;
	background-image: url(./images/download.png);
	background-position: -19px -93px;
	background-repeat: no-repeat;
	margin-top: 20px;
	padding-top: 3px;
	font-weight:normal;
}

h2#download:hover {
	background-image: url(./images/download.png);
	background-position: -19px -19px;
}

h2#download a {
	padding-left: 40px;
	margin-bottom: -50px;
	color: #FFFFFF;
	font-size: 14px;
}

#download span {
	display: block;
	font-size: 11px;
	margin-top: 0px;
	padding-left: 40px;
	color: #8CB3BD;
	height:10px;
}

#niko_scroll {
	background:url(./images/niko.png) fixed no-repeat bottom left;
	margin-top:0px;
	padding:0px;
}

div.articles {
	float:left;
	width:500px;
}

div.sidebar {
	float:right;
	width:200px;
}

div.sidebar span {
	font-size:12pt;
}

div.news_title span.comment_title {
	font-size:20pt;
}

span.comment_author {
	font-weight:bold;
}

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

div.paginate {
	text-align:center;
}

div.sidebar ul {
	margin:0px;
	margin-left:13px;
	padding:0px;
	list-style-image:url(./images/uli.png);
	font-size:9pt;
}

ul {
	margin:0px;
	margin-left:20px;
	padding:0px;
	padding-left:7px;
	list-style-type:disc;
}