body{
	margin: 0;
	padding: 0;
	background-image: url('/images/bg_repeat.jpg');
	font-family: Verdana;
	font-size: .80em;

	color: #462622;
}

h1{
	font-size: 27px;
}

h2{
	font-size: 22px;
}

h3{
	font-size: 17px;
}

h4{
	font-size: 12px;
	margin-top: 5px;
	padding-top: 0;
}

#wrapper{
	width: 990px;
	margin: 10px auto;

	background-image: url('/images/middle.gif');
	background-repeat: repeat-y;
}

#wrapper .inside{
	background-image: url('/images/top.gif');
	background-repeat: no-repeat;
}

#header{
	background-color: #000;
	}

#side_nav #logo{
	margin: 49px 0 0px 57px;
}


#login table{
	width: 200px;
}

#top_nav,#footer,#header{
	clear: both;
}

#top_nav{

}

#top_nav2{

}



#side_nav,#content,#right_side{
	float: left;
	padding: 0px;
}


#content{
}

#side_nav{
	width: 370px;
}

#side_nav .inner{
	padding: 18px 20px 50px 68px;
}

#side_nav ul{
	margin: 0px;
	padding: 0px;
}

#side_nav li{
	width: 100%;
	padding: 0px;
	margin: 7px 0px;
	list-style: none;
}

#side_nav li a{
	padding-right: 25px;
	display: block;
	text-decoration: none;
	text-align: center;
	line-height: 36px;
	background-image: url('/images/nav.gif');
	background-repeat: no-repeat;
	color: #462622;

	font-family: Arial, sans-serif;
	font-size: 18px;
}

#content{
	width: 600px;
	clear: right;
}

#content .inner{
	padding: 60px 9px 20px 25px;
}


#right_side{
	display: none;
	width: 0px;
	clear: right;
}

#right_side .inner{
	padding: 8px 0;
}


#footer{
	height: 84px;
	clear: both;
	background-image: url('images/bottom.gif');
}

.thumb{
	float: left;
	width: 120px;
	height: 250px;
	height:auto !important;
	height:250px;


	background-color: #E5D9BD;

	margin: 0 14px 14px 0;
	padding: 4px 6px 2px 4px;
	border: 3px dotted #BF9F4F;
}

.thumb img{
	border: 2px dotted #BF9F4F;
	margin: 0 6px;
}




.thumbX{
	overflow: auto;
}

#contact_form td{
	vertical-align: top;
	padding: 3px;
}

.contact_us{
	margin: 87px 0 0 65px;
}

#contact_form .two input,#contact_form .two textarea{
	width: 300px;
	border: solid 1px #462622;
	background-color: #ECE2D0;
}


#contact_form .submit{
	text-align: right;
	padding-right: 5px;
}

#contact_form tr td:first-child{
	text-align: right;
}

#contact_form .submit input{
	border: solid 1px #462622;
	background-color: #ECE2D0;
	color: #462622;
}


