@charset "UTF-8";

@import url("../common/css/base.css");
@import url("../common/css/utility.css");
@import url("../common/css/font.css");




/* CSS Document */


#grada {
	background: url(../img/body_grada.gif) repeat-x left bottom;
}
#wrap {
	background: url(../img/top_bg.gif) no-repeat 0 82px;
}
#cts-wrap {
	background: url(../img/top_bg_bottom.gif) no-repeat left bottom;
}

.main-space {
	padding-top: 82px;
}

#cts-main {
	padding: 13px;
}
#cts-main ul {
 margin-top: 10px;
}
#cts-main ul li {
 float: left;
}

#foot-wrap {
 background: none;
}
#footer {
	background: none;
	padding: 17px 0 2px;
}
#footer ul {
 padding: 0 0 0 3px;
}


h2 {
	margin-top: 20px;
}
.news {
	width: 860px;
	background-color: #fafafa;
	border-bottom: 1px solid #B30000;
	margin-bottom: 5px;
	font-size: 11px;
	padding-bottom:12px;
}
.news dl.top {
	margin-top: 0px;
	border: none;
}
.news dl {
	border-top: 1px dotted #bbb;
	padding: 12px 15px;
	margin-top: 15px;
}
.news dl dt {
	float:left;
	margin-right: 30px;
	font-weight: bold;
}
.news dl dd {
	float:left;
}

.news dl dd a {
	color: #666;
	text-decoration:underline;
}
.news dl dd a:hover {
	color: #b30000;
	text-decoration:none;
}
