/* Tags
---------------------------------------------- */
html, htm, body { height:100%; }
html {
background:#4B3831 url(assets/images/bg.jpg) left top repeat-x;
}
body {
	margin: 0px;
	padding: 0px;
	color: #403029;
	font: 12px Arial, Helvetica, sans-serif;
	background:url(assets/images/wrapper_bg.jpg) center top no-repeat;
}
h1 {
	margin: 0px;
	padding: 0px;
	color: #b19f70;
	font: bold 24px/26px Arial, Helvetica, sans-serif;
}
h2 {
	margin: 1em 0px 0px 0px;
	padding: 0px;
	color: #7c836f;
	font: bold 18px/20px Arial, Helvetica, sans-serif;
}
h3 {
	margin: 1em 0px 0px 0px;
	padding: 0px;
	color: #b19f70;
	font: bold 16px/18px Arial, Helvetica, sans-serif;
}
h4 {
	margin: 1em 0px 0px 0px;
	padding: 0px;
	color: #7c836f;
	font: bold 14px/16px Arial, Helvetica, sans-serif;
}
p {
	margin: 1em 0px 0px 0px;
	padding: 0px;
	line-height: 20px;
}
a {
	color: #403029;
	font-weight: bold;
	text-decoration: none;
}
	a:hover {
		color: #b3a071;
		text-decoration: underline;
	}
hr {
	color: #000;
	height: 1px;
	background-color: #000;
	border: none;
}
ul, ol, dl {
	line-height: 20px;
}
/* Classes
---------------------------------------------- */
.imgborder {
	border: 1px solid #000;
}
.smalltext {
	font-size: 11px;
	line-height: 16px;
}
.nomargin {
	margin: 0px;
}
.margin {
	margin: 10px;
}
.center {
	text-align: center;
}
.clear {
	clear: both;
}
.underline {
	text-decoration: underline;
}
.sourceText {
	font-size: 10px;
	line-height: 10px;
	margin: 0;
	padding: 0;
}

/* Special
---------------------------------------------- */
.forms p {
	margin: 0px;
}
#contactForm {
width:110px;
border:1px solid #000;
padding:4px;
width:110px;
background-color:#7C836F;
}
#contactForm h3 {
margin:0px;
padding:0px;
color:#403029;
}
#contactForm .fields {
width: 100px;
padding: 2px 5px;
border:1px solid #000;
font:10px Arial, Helvetica, sans-serif;
color:#000;
}
#btn {
width:118px;
border:1px solid #AB9563;
background-color: #4B3831;
text-align:center;
color:#fff;
padding:2px 0;
}
/* Layout
---------------------------------------------- */
div {width:auto; height:auto; margin:0px; padding:0px;}

div#container {
width:881px;
margin:0 auto;
background:url(assets/images/container_bg.jpg) left top repeat-y;
_height:100%;
min-height:100%;
position:relative;
}
	div#footer {
	width:881px;
	height:40px;
	position:absolute;
	left:0;
	bottom:0;
	}
		div#copy {
		width:647px;
		padding:0 0 0 91px;
		text-align:center;
		font:10px Arial, Helvetica, sans-serif;
		color:#6d775b;
		}
		#nav2 {
		width:647px;
		height:auto;
		margin:0px;
		padding:0 0 0 91px;
		text-align:center;
		}
		#nav2 li {
		list-style:none;
		display:inline;
		border-left:1px solid #4c3932;
		}
		#nav2 li a {
		padding:0 5px;
		font:11px Arial, Helvetica, sans-serif;
		color:#4c3932;
		}
		#nav2 li a:hover {
		text-decoration:none;
		color:#8d9275;
		}
		#nav2 li:first-child {
		border:none;
		}
div#contents {
background:url(assets/images/contents_bg.jpg) left top no-repeat;
_height:749px;
min-height:749px;
}
div#leftCol {
width:647px;
padding:0 0 0 91px;
}
	div#header {
	height:405px;	
	}
		div#topInfo {
		text-align:center;
		font:bold 12px/40px Arial, Helvetica, sans-serif;
		color:#000;
		}
		div#topPhoto {
		width:465px;
		height:365px;
		float:right;
		}
		div#name {
		width:329px;
		height:33px;
		position:absolute;
		margin:25px 0 0 25px;
		}
		div#tag {
		width:126px;
		height:101px;
		position:absolute;
		margin:90px 0 0 30px;
		}		
	div#body {
	padding:0 30px 60px 30px;
	}
div#rightCol {
width:137px;
padding:50px 0 0 0;
float:right;
}
	#nav {
	width:130px;
	height:auto;
	margin:0px;
	padding:0 0 50px 0;
	text-align:right;
	}
	#nav li {
	list-style:none;
	}
	#nav li a{
	display:block;
	padding:0 10px 0 0;
	height:24px;
	font:14px/24px Arial, Helvetica, sans-serif;
	color:#e5ddbe;
	}
	#nav li a:hover {
	text-decoration:none;
	color:#403029 ;
	background:url(assets/images/nav_over.png) left top repeat-y;
	}
	div#sidebar {
	padding:0px 5px;
	}
	div#sidebar a {
	color:#fff;
	font:14px Arial, Helvetica, sans-serif;
	}
	div#sidebar a:hover {
	text-decoration:none;
	color:#AB9661;
	}
