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

body{
	margin:0px;
	background-color:#2d2d2d;
	text-align:center;	
}

h1{
	color:#d3c7b2;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:36px;
	margin:0px;
	margin-top:5px;
	margin-bottom:10px;
	font-weight:normal;
}

h1 a:link, h1 a:visited{
	color:#d3c7b2;
	text-decoration:none;
}
h1 a:hover, h1 a:active{
	color:#FFF;
	text-decoration:none;
}
	


h2{
	color:#936647;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	margin:5px;
	margin-left:-5px;
	margin-bottom:0px;
	font-weight:normal;
	font-style:italic;
	text-align:right;
}
h2 a:link, h2 a:visited{
	color:#936647;
	text-decoration:none;
}
h2 a:hover, h2 a:active{
	color:#d3c7b2;
	text-decoration:none;
}
	

h3{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	font-style:italic;
	font-weight:normal;
	text-align:right;
	margin:5px;
	color:#000;
}
h3 a:link, h3 a:visited{
	color:#000;
	text-decoration:none;
}

h3 a:hover, h3 a:active{
	color:#936647;
	text-decoration:none;
}

h4{
	color:#936647;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	margin:0px;
	margin-bottom:5px;
	font-weight:normal;
	font-style:italic;
}

p{
	color:#9f9772;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	margin-top:5px;
	margin-bottom:5px;
	text-align:justify;
}

p a:link, p a:visited{
	color:#d3c7b2;
}

p a:hover, p a:active{
	color:#FFFFFF;
}

strong {
	font-weight:bold;
	color:#936647;
}

td{
	color:#9f9772;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	margin-top:5px;
	margin-bottom:5px;
	text-align:justify;
}

input{
	background-color:#222222;
	border:0px;
	color:#d3c7b2;
	padding:5px;
}

textarea{
	background-color:#222222;
	border:0px;
	color:#d3c7b2;
	padding:5px;
}

hr{
	color:#d3c7b2;
	margin:0px;
}

img{
	border:0px;
}

.page{
	width:910px;
	text-align:left;
	margin-left:auto;
  	margin-right:auto;
	vertical-align:top;
}

.header{
	background-image:url(images_main/logo.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	height:97px;;
	padding-top:0px;
}

.nav{
	background-image:url(images_main/nav_bg.jpg);
	float:left;
	width:899px;
	overflow:hidden;
	margin-left:1px;
	padding-left:4px;
	padding-right:5px;
	overflow:hidden;
}

.navItem{
	float:left;
	width:20%;
	text-align:center;
}

.navItem a:link, .navItem a:visited{
	display:block;
	text-align:center;
	color:#2d2d2d;
	padding-top:15px;
	padding-bottom:15px;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-transform:uppercase;
	font-size:24px;
	text-decoration:none;
	background-image:url(images_main/nav_liner.jpg);
	background-position:right;
	background-repeat:no-repeat;
}

.navItem a:hover, .navItem a:active{
	display:block;
	text-align:center;
	color:#FFFFFF;
	padding-top:15px;
	padding-bottom:14px;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-transform:uppercase;
	font-size:24px;
	text-decoration:none;
	background-image:url(images_main/nav_mouse_bg.jpg);
	background-repeat:repeat-x;
}

.tripleWood{
	background-image:url(images_main/TRIPLE_WOOD.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	height:170px;
	float:left;
	width:100%;
	margin-bottom:-5px;
}

.singleWood{
	float:left;
	height:150px;
	width:283px;
	padding:10px;
	padding-bottom:0px;
}

.verticalWood{
	float:left;
	background-image:url(images_main/single_wood.jpg);
	background-repeat:no-repeat;
	width:300px;
	
}

.mainContent{
	padding:5px;
	float:left;
	width:900px;
}
.mainLeft{
	float:left;
	width:595px;
	padding-right:5px;
	text-align:left;
}

.mainRight{
	float:left;
	width:300;
}

.photoDiv{
	background-color:#222222;
	width:280px;
	padding:10px;
}

.footer{
	border-top:solid 1px #d3c7b2;
	float:left;
	width:900px;
	margin:5px;
	margin-top:10px;
	padding:0px;
	padding-top:15px;
	color:#9f9772;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
}

.footer a:link, .footer a:visited{
	color:#d3c7b2;
	text-decoration:none;
	padding:10px;
	text-transform:uppercase;
}

.footer a:hover, .footer a:active{
	background-color:#222222;
	text-decoration:none;
	padding:10px;
	text-transform:uppercase;
}

.footerLeft{
	float:left;
	width:600px;
}

.footerRight{
	float:left;
	width:300px;
	text-align:right;
}
	

