﻿html, body {
	margin: 0;
	padding: 0;
}
body {
	background-color: #2B1408;
	background-image: url('background_body.jpg');
	background-repeat: repeat;
}
#wrapper {
	width: 1000px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	background-image: url('images/wood_bg.jpg');
	background-repeat: no-repeat;
}
#header {
	position: relative;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}
#nav {
	position: relative;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}
#top {
	width: 950px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
}
#intro {
	position: relative;
	background-image: url('images/box1.png');
	background-repeat: no-repeat;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	height: 225px;
}
#main {
	padding: 2px 10px 10px 10px;
	position: relative;
	width: 930px;
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
}
#footer {
	position: relative;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	background-image: url('images/footer_img.png');
	background-repeat: no-repeat;
	height: 55px;
}
#box1 {
	position: relative;
	width: 500px;
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#box2 {
	position: relative;
	width: 390px;
	float: left;
	padding: 10px 10px 10px 30px;
}
#links {
	width: 970px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	padding-left: 30px;
}
#wood_bottom {
	width: 1000px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
}
.auto-style1 {
	border-width: 0;
	vertical-align: bottom;
}
h1 {
	font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
	font-size: large;
	color: #333333;
	font-weight: bold;
}
h2 {
	font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
	font-size: medium;
	color: #663300;
	font-weight: bold;
}
p {
	font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
	font-size: medium;
	color: #333333;
}
/* HTML5 */

article, aside, details, figcaption, figure,

footer, header, hgroup, menu, nav, section 

{

display: block;

}
.img_right {
	float: right;
}
.auto-style2 {
	color: #444343;
	text-align: center;
}
.iconright {
	float: right;
	padding-right: 10px;
}
.auto-style3 {
	border-width: 0;
}
.auto-style4 {
	border-width: 0;
	float: right;
	padding-right: 10px;
}
.auto-style3 {
	border-width: 0px;
	float: right;
	padding-right: 10px;
}
.photo_right {
	float: right;
	padding-left: 10px;
}
.photo_right {
	float: right;
	padding-left: 10px;
}
a:link  {
	color: #f4ab6d; 
	text-decoration: none; 
	font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
	font-size: small;
}

#links a:visited {
	color: #FFFFFF; 
	text-decoration: none; 
	font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
	font-size: small;
}

#links a:hover {
	color: #ddaf9c; 
	text-decoration: underline; 
	font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
	font-size: small;
}

#links a:active {
	color: #FFFFFF; 
	text-decoration: none; 
	font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
	font-size: small;
}


