@charset "UTF-8";
body {
background-image: url(images/background.png);
text-align:center;
}
#wrapper {	
	margin-right:auto;
	margin-left:auto;
	width:800px;
	padding-top: 20px;
	font-family: sans-serif;
	}
	#header
	{
	background: none;
	background-image:url(images/head.png);
	width:800px;
	height:150px;
	border-bottom: solid 5px #154803;
	}
	#wrapper2 {
	width:800px;
	margin-right:auto;
	margin-left:auto;
	background-color: #dfcc91;
	}	
	#sidebar
	{
	background-image: url(images/sidebar.jpg);
	width:150px;
	float: left;
	}	
	#content
	{
	background-color: #FFFFFF;
	margin-left:150px;
	width:635px;
	height:auto;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border-left: solid 5px #154803;
	text-align: left;
	}
	p
	{
	margin-right:10px
	}
	h1.header
	{
	position:absolute;
	left:400px;
	top:25px;
	}
#footer {
	background-image:url(images/foot.png);
	height: 50px;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	clear: both;
	border-top: solid 5px #154803;
	}
#first  {
margin-right:10px;
margin-top:5px
}

a>img {
	padding-top: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#email {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

form {
	color: #195604;
}

#eho { 
	text-align: center;
	border-top-style: solid;
	border-width: thin;
	margin-top: 50px;
	padding-top: 10px;
	margin-right: 10px;
	padding-bottom: 0px;
	
	}