body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #606060;
}
body {
	background: #7a603b url(bg.jpg) top center no-repeat;
	margin: 10px;
}
main {
	background: url(content.jpg) top center repeat-y;
}
a:link, a:visited, a:active {
	color: #003366;
	text-decoration: underline;
}
a:hover {
	color: #336699;
	text-decoration: underline;
}
form {
	margin: 0;
}
h1, h2, h3, h4, h5 {
	margin: 5px 0px 5px 0px;
}
.header {
	background-color: #e0e0e0;
	background: url(banner.jpg);
	background-repeat: no-repeat;
	vertical-align: middle;
	text-align: left;
	color: #606060;
	height: 251px;
	font-size: 48px;
	font-weight: bold;
	padding-left: 20px;
	}
.menu {
	vertical-align: top;
	width: 169px;
	padding: 0px;
}
.menuholder {
	background: url(menytop.jpg) top left;
	}
.menu ul, .menu li{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.menu ul {
	border-bottom: 0px;
	padding-top: 0px;
}
.menu ul ul {
	padding-left: 10px;
}
.menu a:link, .menu a:visited, .menu a:active {
	padding: 2px 10px 2px 10px;
	color: #606060;
    font-size: 12px;
	text-decoration: none;
}
.menu a:hover {
	color: #ffffff;
	text-decoration: none;
}
.menu_current {
	font-weight: bold;
}
.border {
	font-size: 1px;
	height: 10px;
}
.adress {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #606060;
	padding: 10px 10px 10px 10px;
}
.login {
	padding: 2px 10px 2px 10px;
	font-size: 10px;
	background-color: #E0E0E0;
	color: #606060;
	text-align: center;
}
.login input {
	width: 95%;
	font-size: 10px;
}
.login a:link, .login a:visited, .login a:active {
	color: #C0C0C0;
	text-decoration: none;
}
.login a:hover {
	color: #003366;
	text-decoration: none;
}
.content {
	background: url(conttop.jpg) top left repeat-y;
	padding: 20px 20px 0px 20px;
	height: 200px;
	vertical-align: top;
}
.input {
	width: 95%;
	font-size: 10px;
}
.footer {
	background-color: #E0E0E0;
	background: url(footer.jpg);
	background-repeat: no-repeat;
	vertical-align: center;
	text-align: center;
	font-size: 10px;
	height: 28px;
}
