@charset "windows-1250";
/* CSS Document */

html body {
	margin:0;
	background:url(images/bg.jpg) repeat-x #e4eaea;
}
#container {
	width: 815px;
	height:auto;
	margin:0 auto;
}
#tophead {
	widows:815px;
	height:129px;
}
#midhead {
	width:815px;
	height:auto;
}
#menu {
	width:815px;
	height:auto;
}
#menubelow {
	width:815px;
	height:auto;
}
#main {
	width:815px;
	height:350px;
	background:url(images/bgh.jpg) repeat-y;
	overflow: visible;
}
#main2 {
	width:815px;
	height: inherit;
	background-image:url(images/bgh.jpg);
	background-repeat:repeat-y;
	font-family:Verdana, Geneva, sans-serif;
	font-size:15px;
	color:#333;
	float:left;
	text-align:justify;
}
.text {
	font-family:Verdana, Geneva, sans-serif;
	font-size:13px;
	color:#333;
	float:left;
	padding:10px;
	text-align:justify;
}
.text a {
	text-decoration:none;
	color:#333;
}
#mainmenu {
	margin: 5px 0px 5px 0px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	color:#666;
	margin-left:15px;
}
#mainmenu a {
	text-decoration:none;
	color:#09F;
}
#mainmenu a:hover {
	text-decoration:underline;
	color:#09F;
}
#footer {
	width:815px;
	height:36px;
	background:url(images/foot.jpg) no-repeat;
	float:left;
}
#footer .copy {
	float:right;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	color:#666;
	padding-top:18px;
	padding-right:10px;
}
