html,body,li,ul,a,h1,h2,h3,h4,h5,h6,img,div{
margin: 0px;
padding: 0px;
}

body{
	background-color:#3d3522;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#afaead;
}

.content{
	position:relative;
	width:725px;
	margin-left:auto;
	margin-right:auto;
	background-color:#262521;
	border-left:solid 30px #b29b71;
	border-right:solid 30px #b29b71;
	padding-left:10px;
	padding-right:10px;
}

.main{
	position:relative;
	width:683px;
	margin-top:10px;
	padding:20px;
	background-color:#0f0f0f;
	border:solid 1px #3e3421;
}

.footer{
	height:50px;
	line-height:50px;
}

.footer .left{
	position:relative;
	float:left;
}

.footer .right{
	position:relative;
	float:right;
}

.box{
	position:relative;
	clear:both;
	padding-bottom:30px;
	width:623px;
	
}

.image{
	position:relative;
	width:150px;
	border:solid 1px #ccc;
	margin-right:20px;
	float:left;
	background-color:red;
}

.image_large{
	position:relative;
	width:300px;
	border:solid 1px #ccc;
	margin-right:20px;
	float:left;
	background-color:red;
}

.text{
	position:relative;
	width:450px;
	float:left;
	border-bottom:solid 30px #0f0f0f;
}

p{
	text-align: justify;
	line-height:1.5em;
}

h1, h1 a, h1 a:link, h1 a:visited{
	font:bold 14px Tahoma;
	color:#fff;
	text-decoration:none;
}

h1 a:hover{
	font:bold 14px Tahoma;
	color:#fff;
	text-decoration:underline;
}


h2{
	position:relative;
	margin-top:20px;
	font:normal 12px Tahoma;
	color:#ccc;
}

h2 a, h2 a:visited{
	color:#ff6600;
	text-decoration:none;
}

h3{
	font:bold 16px Tahoma;
	color:#afaead;
	text-align: center;
}

.clean{
	clear:both;
}

.gallery{
	position:relative;
	width:306px;
	float:left;
	margin-right:10px;
}

.thumbs img{
	border:solid 1px #0F0F0F;
	padding-bottom:20px;
}

.footer a, .footer a:visited{
	color:#afaead;
	text-decoration:none;
}

.footer a:hover{
	color:#fff;
	text-decoration:none;
}
