@charset "utf-8";
/*
      Created by Keith Donegan of Code-Sucks.com
	  
	  E-Mail: Keithdonegan@gmail.com
	  
	  You can do whatever you want with these layouts,
	  but it would be greatly appreciated if you gave a link
	  back to http://www.code-sucks.com
	  
*/

* { padding: 0; margin: 0; }

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background:url(../img/site-bg.gif) repeat-x;
}
#wrapper {
	margin: 0 auto;
	width: 710px;
}
#header {
	width: 710px;
	color: #333;
	height: 130px;
}
#header-ust {
	height: 79px;
}
#header-alt {
	height: 51px;
}
#navigation {
	width: 690px;
	color: #333;
	background: #293378;
	height: 162px;
	padding: 10px;
}
#navigation-inside {
	background-color: #FFFFFF;
	height: 162px;
}
#header-menu {
	float: right;
	height: 18px;
	width: 280px;
	padding-left: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #293378;
	color: #FFFFFF;
	padding-top: 5px;
	margin: 5px 5px 0px 0px;
}
#content-left {
	float: left;
	height: auto;
	width: 518px;
}
#content-right {
	float: right;
	height: auto;
	width: 185px;
}


#header-menu a:link {
	text-decoration: none;
	color:#FFFFFF
}
#header-menu  a:visited {
	text-decoration: none;
	color:#FFFFFF;
}
#header-menu  a:hover {
	text-decoration: underline;
}
#header-menu  a:active {
	text-decoration: none;
	color:#FFFFFF;
}
#header-logo {
	float: left;
	padding-top: 5px;
}
#content {
	width: 710px;
	color: #333;
	background: #FFF;
	margin: 7px 0px 0px 0px;
	height: auto;
}
#content-right-content {

}
#content-right-title {
	text-decoration: none;
	font-size: 12px;
	color: #688507;
	padding: 5px;
	font-weight: bold;
}
#content-left-title {
	border-bottom-style: dotted;
	border-bottom-width: 2px;
	border-bottom-color: #688507;
	padding: 5px;
	font-size: 15px;
	margin-right: 4px;
	font-weight: bold;
	letter-spacing: -0,5;
	color: #688507;
}
#content-left-content {
	padding: 10px;
	font-size:12px;
	color: #3F3F56;
}
#footer {
	background-image: url(../img/footer-bg.gif);
	background-repeat: repeat-x;
	height: 63px;
	font-size: 11px;
	clear: both;
}
#footer-inside {
	width: 710px;
	color: #333;
	margin: 0 auto;
	padding-top: 5px;
}
.gosterme {
	display:none;
}
#content-left-content li {
list-style-position:inside;}
