<!--
body {
	font-size:11px;
	letter-spacing:0.2px;
	font-family:Tahoma, "lucida grande", Sans serif, Lucida Sans Unicode, arial;
	color:#222;
	background: #990000 url(img/bg-main.png) top left repeat-x;
	line-height:150%;
	}

a:visited { letter-spacing:0.2px; color:#FF9900; text-decoration:none; border-bottom:0px solid #000; }
a:link { letter-spacing:0.2px; color:#FF9900; text-decoration:none; border-bottom:0px solid #000; }
a:hover { letter-spacing:0.2px; color:#FFCC00; text-decoration:none; border-bottom:1px solid #FFCC00; }	

#wrap {
	width:960px;
	padding:0;
	position:relative;
	margin:auto;
	margin-top:20px;
	margin-bottom:20px;
	overflow: hidden;
	background: #FFF;
	}

#bg-top {
	position:relative;
	width:960px;
	height:93px;
	background: url(img/bg-top.png);
}

#menu {
	font-size:13px;
	position:relative;
	margin-left:250px;
	padding-top:29px;
	border:0px solid black;
}

.menu-basic { font-size:10px; }

#menu a:visited { letter-spacing:0.2px; color:#FFF; text-decoration:none; border-bottom:0px solid #000;}
#menu a:link { letter-spacing:0.2px; color:#FFF; text-decoration:none; border-bottom:0px solid #000; }
#menu a:hover { letter-spacing:0.2px; color:#FF9900; text-decoration:none; border-bottom:1px solid #FFCC00; }	


#slideshow {
	position:relative;
	width:960px;
	height:224px;
}
#main {
	position:relative;
	width:508px;
	height:326px;
	float:left;
	}

#main-content {
	position:relative;
	width:225px;
	/* //height:326px; */
	float:left;
	}
	
#bg-news {
	float:left;
	margin-left:10px;
	position:relative;
	/* //width:439px; */
	min-width:430px;
	/* //height:326px; */
	background: #FFF url(img/bg-news.png) no-repeat;
	min-height:173px;
}

#bg-news-content {
	float:left;
	position:relative;
	margin-left:235px;
	background: #FFF url(img/bg-news.png) no-repeat;
	min-height:173px;
	min-width:430px;
}

#bg-news-content #page {
	margin:20px;
	border:0px solid black;
	}


#bg-news #collum1 {
	float:left;
	margin-left:10px;
	position:relative;
	width:190px;
	border:0px solid black;
	}

#bg-news #collum2 {
	float:left;
	margin-left:10px;
	position:relative;
	width:190px;
	border:0px solid black;
	}
	
li		{
		/* list-style-image: url(img/arrow.gif); */
		list-style-image: none;		
		text-decoration: none;
		list-style-position:inside;
		line-height: 150%;
		}
		
h2, h3, h4 { 
	font-family:Lucida Sans Unicode, Arial;
	font-weight:normal;
	color:#000; 
	margin:0;
	margin-top:10px;
	}

h3 { 
	padding-bottom:5px;
	padding-top:5px;
	border-color: #666;
	border-style: dotted;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-bottom-color:#CCC;
	border-right-width: 0px;
	border-left-width: 0px;
	}	
	
.imgleft {   
	margin-bottom:0px; 
	margin-top:0px; 
	margin-right:10px; 
	margin-left:0px; 
	}

#footer {
	text-align:center;
	margin-top:75px;
	padding-top:10px;
	position:relative;
	width:960px;
	height:60px;
	}
	
#noborder a:visited { letter-spacing:0.2px; text-decoration:none; border-bottom:0px solid #000; }
#noborder a:link { letter-spacing:0.2px;  text-decoration:none; border-bottom:0px solid #000; }
#noborder a:hover { letter-spacing:0.2px; text-decoration:none; border-bottom:0px solid #FFCC00; }	

.currentpage {
	padding:0px;
	color: #FFF; 
	font-weight:normal;
	border-color: #336699;
	border-style: solid;
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	background:#FF0000;
	}

.notcurrentpage {
	padding:0px;
	color: #FFF; 
	border-color: #000000;
	border-style: solid;
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	background:#CCC;
	}

.notcurrentpage:hover { color: #FFF; background:#FF6600; }

.keywords {
	line-height:1px;
	width:960px;
	height:1px;
	margin:auto;
	margin-bottom:0px;
	font-size:1px;
	color: #990000;
	background-color:#990000;
	}
-->