/************************************************************************************/
/*** HEAD  ***/
/************************************************************************************/
#head {
	background-image: url(../images/header_start.png);
}

/************************************************************************************/
/*** TOP LINE  ***/
/************************************************************************************/
#topline {
	width: 885px;
	background-image: url(../images/topline-bg.gif);
	background-repeat: repeat-y;
	
	margin: 5px 0px 0px 15px;
	color: #ffffff;
}

#topline a:link, #topline a:visited, #topline a:active, #topline a:hover {
	color: #ffffff;
	text-decoration: none;
}

div.topline-item, div.topline-item-img {
	width: 165px;
}
div.topline-item {
	margin-left: 6px;
}

#topline div.first {
	width: 200px;
	margin: 0px !important;
}


div.topline-item-head {
	width: 153px;
	height: 37px;
	border-top: 1px solid #000066;
	border-bottom: 2px solid #ff9900;
	padding: 3px 2px 1px 10px;
}

div.first-head {
	border-top: 2px solid #FF9900;
	padding-bottom: 0px;
}

div.topline-item-nav {
	width: 153px;
	padding: 6px 2px 6px 10px;
}

#topline div.first div.topline-item-head, #topline div.first div.topline-item-nav {
	width: 188px;
}

#topline div.first div.topline-item-img {
	width: 200px;
} 

div.topline-item-img img {
	border: none;
}

div.topline-item-head a:link, div.topline-item-head a:visited, div.topline-item-head a:active, div.topline-item-head a:hover {
	font-size: 14px;
	font-weight: bold;
}

#topline ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#topline li {
	padding: 3px 0px 5px 12px;
	background-image: url(../images/topline-nav-btn.gif);
	background-repeat: no-repeat;
	background-position: 0px 6px;
}	
	
/************************************************************************************/
/*** LEFT COLUMN  ***/
/************************************************************************************/
#leftcol {
	margin-top: 12px;
}


/************************************************************************************/
/*** CONTENT  ***/
/************************************************************************************/
#content {
	margin-top: 12px;
	background-image: url(../images/content-start-bg.gif);
	background-repeat: repeat-y;
	background-position: 512px 0px;
}

#home-content {
	width: 494px;
}

/************************************************************************************/
/*** NEWS  ***/
/************************************************************************************/
#news {
	width: 165px;
	height: auto;
	margin-left: 6px;
	line-height: 15px;
}

#news-head {
	width: 165px;
	height: 40px;
	background-color: #454490;
}


#news-head h1 {
	color: #ffffff;
	background-color: #454490;
	margin-left: 0px;
}

#news .block {
	padding: 10px;
	margin-bottom: 3px;
	border-bottom: 1px solid #bdbfd8;
	font-size: 11px;
}



#news .bottom {
	padding: 10px;
	margin-top: 10px;
	border: none;
}

#news h3 {
	margin: 0px;
	padding: 0px;
	font-size: 11px;
}

#news p {
	margin: 0px;
}

#news p.date {
	font-size: 9px;
	margin: 0px 0px 5px 0px;
}

#news h3 a:link, #news h3 a:active, #news h3 a:visited, #news h3 a:hover {
	text-decoration: none;
} 
