/* CSS Document */
body {
	font-family: "Trebuchet MS";
	font-size: 16px;
	background-image: url(images/bg.png);
	background-repeat: repeat;
	background-position: center;
	margin-top: 0px;
	margin-bottom: 0px;
}
#holder {
	padding-top:150px;
	background-image: url(images/banner.jpg);
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-bottom: 0px;
	border: 1px solid #6699FF;
}

 #menuhor {
	height:35px;
	color: #FFFFFF;
	position: absolute;
	top: 130px;
	left: 75px;
}
#menuhor ul {
margin: 0;
padding: 0;
list-style-type: none;
}
#menuhor li {
	margin: 0;
	padding: 0;
	float: left;
	width: 130px;
	text-align: center;
	background-repeat: repeat-x;
	background-position: center;
	font-size: 12px;
}

#menuhor a:link, #menuhor a:active, #menuhor a:visited {
	width: 100%;
	text-decoration: none;
	height: 34px;
	font-weight: bold;
	color: #0000CC;
	font-size: 12px;
	padding-top: 5px;
	padding-right: 15px;
}
#menuhor a:hover {
background-image: url(images/horbghov.jpg);
background-repeat: repeat-x;
background-position: center;
}
#textarea {
	margin: 20px;
	padding: 20px;
}
h1 {
	font-size: 16px;
}
h2 {}
#footer {
	margin: 0px;
	padding: 0px;
}
.inputs {
	float:right;
	width: 150px;
}

.forms{
	float:left;
	width:46%;
	background-color: #FFFFCC;
	margin-bottom: 12px;
	height: 25px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	padding: 5px;
}
