/* CSS Document */

* {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

body {
	font-size: 11px;
	color:#666666;
	background: #EEEEEE;
	text-align: center;
	} 
	
p {
	margin-top: 5px;
	margin-bottom: 5px;
	}
	
.clear {
	clear: both;
	}	

/* ------------
anchor text 
-------------*/

#sidebar a {
	text-decoration: none;
	color: #666666;
}

#sidebar a:hover {
	text-decoration: underline;
	color:#333333;
}

/* -----------
heading 
------------*/

#introtext h1, #maincontent h1 {
	font: 20px "trebuchet MS", arial, helvetica, sans serif;
	text-transform: uppercase;
	color: #160959;
	letter-spacing: 2px;
}
	
#maincontent h1 {
	color:#C8B690;
	letter-spacing: normal;
}

#sidebar h2 {
	font: 12px "trebuchet MS", arial, helvetica, sans serif;
	color:#715F46;
	letter-spacing: 2px;
	text-transform: uppercase;
}


/* -----------------
list style 
-----------------*/

#sidebar ul {
	margin-bottom: 15px;
	margin-left: 10px;
	list-style-type:none;
	width: 230px;
}

#sidebar ul li {
	display:block;
	padding-left: 10px;
	line-height: 16px;
	background: transparent url(../images/li_bg.gif) no-repeat left 5px;
}

#sidebar ul.news li{
	margin-bottom: 10px;
}

/* -----------------
template layout 
------------------*/

#container {
	width: 966px;
	margin: 40px auto 0 auto;
	text-align: left;
	background: transparent url(../images/container_bg.jpg) repeat-y left top;
}

#headerwrap {
	width: 966px;
	height: 360px;
	position: relative;
	background: transparent url(../images/header_bg.jpg) no-repeat left top;
}

#introwrap {
	width: 966px;
	height: 140px;
	position:relative;
}

#logo {
	position: absolute;
	left: 25px;
	top: 20px;
}

#introtext {
	position:relative;
	top: 50px;
	left: 135px;
	width: 600px;
}

#mainnav {
	position: relative;
	width: 940px;
	height: 32px;
	background: transparent url(../images/mainnav_bg.jpg) repeat-x left top;
	left:13px;
}

#headerimg {
	position:relative;
	left: 13px;
}

#maincontent {
	position:relative;
	left:13px;
	float:left;
	width: 596px;
	padding: 30px 0 0 25px;
}

#sidebar {
	position:relative;
	left: 32px;
	top: 0 !important;
	top: 10px;
	float: left;
	width: 230px;
	padding: 14px 0 0 10px;
	background: transparent url(../images/sidebar_bg.jpg) no-repeat left 1px;
}

#sponsor {
	width:auto;
	position:relative;
	margin:20px 0 10px o;
	padding::5px 5px 5px 0;
}
#sponsor ul { margin:0; padding:0 0 10px 10px }
#sponsor li {margin:0 0 5px}
#sponsor p {margin-left:10px; color:#7D0000}
#sponsor li a, #sponsor li a:hover {color:#CC0000}
#sponsor p.desc {margin:0;color:#333333}

.wrapads {width: auto; padding:5px; margin:8px 0 10px; border-bottom:1px solid #E9E9E9}
.wrapads img {float:left; margin:0 10px 10px 0;padding:8px; background-color:#F7F3F0;}
.ads {width:460px; float:left; position:relative; padding:0}
.wrapads h2 a { text-decoration:none; color:#AD935A; font:bold 20px 'Trebuchet MS'}


#footerwrap {
	position: relative;
	width: 966px;
	height: 59px;
	background: transparent url(../images/footerwrap_bg.jpg) no-repeat left top;
}

#copyright {
	position: absolute;
	left: 750px;
	top: 26px;
}

#copyright small {
	font-size: 11px;
	color: #FFFFFF;
}


/* --------------
navigation 
--------------*/

#mainnav ul, #footernav ul {
	list-style-type: none;
}

#mainnav ul li, #footernav ul li {
	float: left;
}

#mainnav ul li a {
	display: block;
	font: bold 12px "trebuchet MS", arial, helvetica, sans serif;
	color: #9F8766;
	line-height: 30px;
	text-decoration:none;
	padding: 0 15px;
	border-left: 1px solid #E3D4BF;
	border-right: 1px solid #E3D4BF;
}

#mainnav ul li a:hover {
	color: #FFFFFF;
	background: #CBBEAC;
	border-left: 1px solid #E6DAC8;
	border-right: 1px solid #E6DAC8;
}

#footernav ul {
	margin-left: 40px;
	padding-top: 25px;
}

#footernav ul li a{
	padding-left: 15px;
	color: #999999;
	text-decoration: none;
	margin-right: 20px;
	background: transparent url(../images/li_bg.gif) no-repeat left 4px;
}

#footernav ul li a:hover{
	color: #666666;
	text-decoration: underline;
}

#mundur20px {padding-left:50px;}
