@charset "utf-8";
/* CSS Document */

body{
	margin: 0;
	padding: 0;
	font-family:"Times New Roman", Times, serif;
	font-size:small;
}

a:visited, a:link {
	color: #321b0d;
	text-decoration: none
}

a:hover{
	text-decoration: underline;
}

dl dt {
	font-weight: bold;
}

dl dd{
	margin: 5px 30px;
}

div{
	margin: 0;
	padding: 0;
}

form fieldset{
	margin: 1.5em 0 0 0;
	padding: 0;
	border: 1px solid #624101;
}

fieldset label {
	float: left;
	width: 10em;
	margin-right: 1em;
}

fieldset legend {
	margin-left: 1em;
	color: #ffffff;
	font-weight: bold;
	font-size: 120%;
}

fieldset ul {
	padding: 1em 1em 0 1em;
	list-style: none;
}

fieldset li {
	padding-bottom: 1em;
}

fieldset li input{
	width: 15em;
}

fieldset li textarea{
	width: 25em;
	height: 8em;
}

fieldset input, fieldset textarea, fieldset select {
	background-color: #CFA75A;
	border: 1px solid #624101;
}

fieldset.submit {
	border-style: none;
}


p{
	font-size: 100%;
}

.clear{
	clear: both;
	height: 0px;
}

#wrapper{
	width: 1024px;
	margin: 0 auto;
}

#header{
	margin: 0;
	padding: 0;
	background-color: #865900;
	background-image:url(../images/bg_top.jpg);
	background-repeat:no-repeat;
	height: 222px;
}

#header_top{
	margin: 0 auto;
	padding: 0 40px;
	width: 830px;
}
#header_top #logo{
	float: left;
	width: 230px;
	display: inline;
}
#header_top #tagline{
	float: right;
	display: inline;
	width: 380px;
	margin-top: 80px;
}

#header_bottom{
	
}

#header_bottom #navigation {
	margin: 0 95px;
	padding: 0;
	list-style-type: none;
	width: 909px;
	float: left; /* Contain floated list items */
}

#header_bottom #navigation li {
	margin: 0;
	padding: 0;
	float: left;
}

#header_bottom #navigation li a {
	float: left;
	width: 119px;
	text-align: center;
	color: #FFF;
	text-decoration: none;
	line-height: 42px;
	background-image: url(../images/bg_menu.jpg);
	background-repeat:no-repeat;
	background-position:center;
}


#main{

}
#main_top{
	background-color: #6d4604;
	margin: 0;
	padding: 0;
}
#main_top div{
	margin: 0 auto;
	padding: 0 38px;
	width: 829px;
	/*height: 320px;*/
}
#main_bottom{
	position: relative;
	background-color:#865900;
	display:block;
}


#side_pic{
	position: absolute;
	top: 20px;
	left: 0px;
	width: 258px;
	float: left;
	left: 95px;
}

#content{
	margin: 0px 97px 0px 350px;
	padding: 20px 13px 20px 27px;
	color: #ffffff;
}
#footer{
	background-color: #624101;
	height: 65px;
}

#footer-block{
	margin: 0 auto;
	width: 908px;
	height: 15px;
	background-color: #b2b3b7;
}

ul.gallery li{
	display: inline;
	width: 200px;
	padding: 0.5em;
	list-style: none;
}
