@charset "utf-8";
body {
	font: 11px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	background: #2c2c2c;
	margin: 0;
}
a {
	color: #990000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#wrapper-2 {
	background: url(../designfiles/taust_general.gif);
}
#wrapper-1 {
	width: 100%;
	min-height: 650px;
	_height: 650px;
	background: url(../designfiles/taust_top.gif) repeat-x;
}
#container {
	width: 775px;
	margin: auto;
}
#header {
	position: relative;
	clear: both;
}
#controls {
	float: left;
	height: 20px;
	padding-top: 10px;
	margin-bottom: 7px;
}
#logo {
	clear: both;
	float: left;
}
#header_pic {
	float: right;
}
#to-home {
	float: right;
	padding-left: 12px;
	background: url(../designfiles/icon_home.gif) no-repeat left;
	color: #fff;
	font-size: 13px;
	margin-right: 20px;
}
#sitemap {
	float: right;
	padding-left: 15px;
	background: url(../designfiles/icon_sitemap.gif) no-repeat left;
	color: #fff;
	font-size: 13px;
}
#content-wrapper {
	position: relative;
	clear: both;
}
#mainmenu {
	float: left;
	width: 205px;
	min-height: 258px;
	_height: 258px;
}
#content {
	float: right;
	width: 545px;
	font-size: 12px;
	line-height: 1.8em;
	padding-top: 25px;
}
#footer-wrapper {
	width: 100%;
	background: url(../designfiles/taust_footer.gif) repeat-x top;
}
#footer {
	width: 775px;
	margin: auto;
	padding-top: 20px;
	color: #fff;
	padding-bottom: 20px;
}

