* {
margin:0;
padding:0;
}

a:link,a:active,a:visited,a:hover {
color:blue;
}

body {
background: #77644c url("img/bg.gif") repeat-x;
font-family: Helvetica, Arial, Verdana;
color:#4e3c24
}

#wrapper {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border:0;
	width: 750px;
}

#header1 {
	background: url(img/h1.jpg) center top no-repeat;
	height: 250px;
}

#header2 {
	background: url(img/h2.jpg) center top no-repeat;
	height: 250px;
}

#header3 {
	background: url(img/h3.jpg) center top no-repeat;
	height: 250px;
}

#side-a {
	float: left;
	height:950px;
	width: 230px;
	background: #e4e1c4 url(img/vahy.gif) center bottom no-repeat;
}


#navcontainer ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
}

#navcontainer a
{
display: block;
width: 230px;
_width: 220px;
background-color: #fff;
border-bottom: 1px solid #eee;
font-weight:bold;
text-transform: uppercase;
padding:5px;
}

#navcontainer a:link, #navlist a:visited
{
color: #9e7a26;
text-decoration: none;
}

#navcontainer a:link#current, #navcontainer a:visited#current, #navcontainer a:hover
{
background-color: #4e3c24;
color: #fff;
}

#navcontainer a:hover
{
background-color: #a78e55;
color: #fff;
}

#side-b { 
	margin: 0;
	float: right;
	width: 520px;	height:950px;
	background: #fff;

}

#footer {
	clear: both;
	background: #efefef;
	font-size:12px;
	text-align:center;
	padding-top:10px;
	padding-bottom:10px;
}

h1 {
font-size: 26px;
}

h2 {
font-size: 18px;
padding:20px;
}

#main-in {
padding:20px;
}
