/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

* {
	margin:0;
	padding:0;
}
body {
	margin: 0;
	padding: 0;
	background: #000000;
	font-family: "LucidaSans", "Lucida Sans", Arial, san-serif;
	font-size: 12px;
	color: #918758;
	line-height:18px;
	margin-top:10px;
	
}

#contentBox {
		width:950px;
		min-height:800px;
		height:auto;
		margin-left:auto;
		margin-right:auto;
		background-color:black;

		position:relative;
}

h1, h2, h3 {
	font-family: "LucidaSans", "Lucida Sans", Arial, Helvetica, sans-serif;
	font-weight:normal;
	color: #bcad58;
	letter-spacing:1px;
}
h2,h3 {margin-bottom:10px;margin-top:25px;color:#8d8558}
h2.title {margin-top:0; font-style:italic;width:690px;text-align:left;margin-bottom:20px}


a {
	
	
	color: #918758;
}


a:hover {
	
	color: #918758;
}

img {
 border:0px;	
}





/* Header */

#header {
	width: 950px;
	height: 120px;
	
	background: url(images/top.png) no-repeat;
	
	
}

#header h1, #header p {
	margin: 0;
	margin: 0;
	font-weight: normal;
	
}

#header h1 {
	float: left;
	padding: 58px 0 0 12px;
	text-transform: lowercase;
	line-height: 72px;
	font-size: 72px;
}




#header a {
	border: none;
	color: #000000;
}

/* Page */

#page {
	width: 950px;
	margin: 0 auto;
	
	
}

/* Content */

#content {
	position:absolute;
	width:690px;
	
	height:auto;
	left:220px;
	top:140px;
	min-height:720px;
	padding-bottom:30px;
	padding-left:0;
	padding-right:30px;
	
}

#content p {
	
	width:auto;
	padding-bottom:15px;
	
}
 #content p a {text-decoration:underline}
/* Sidebar */

#sidebar {
	float: left;
	width: 200px;
	padding-top:15px;
	padding-left:10px;

}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size:12px;
	letter-spacing:1px;
	
	
}

#sidebar ul li  {
	color:#79714c;
	margin-bottom:15px;
	padding-left:3px;
}
#sidebar li a:hover {
	color:#cdbb89;
}

#sidebar ul li ul  li {
	color:#79714c;
	margin-bottom:5px;
	padding-left:25px;
	font-size:11px;

}
#sidebar a {
	display:block;
	text-decoration:none;
}

.bio {
	width:700px;
	
	
	padding-top:10px;
}
.bio p {padding-bottom:15px;width:700px; ;font-size:12px;}
#thumbs {padding-top:30px;width:720px;position:relative}
.imgtable {border-top:1px solid #4a4634;border-right:1px solid #4a4634;margin-bottom:20px;}
.imgtable td {height:220px;text-align:center;padding-bottom:15px; border-left:1px solid #4a4634;padding-top:20px;width:230px;border-bottom:1px solid #4a4634;}
.imgtable td img {border:1px solid #201e17}

/* Footer */

#footer {
	clear: both;
	height: 20px;
	padding: 0 0 0 0;
	width:950px;margin:0 auto;
	border-top:1px solid #4a4634;
	padding-top:5px;
	color:#58533d;
	margin-left:auto;
	margin-right:auto;
}

#footer a {
	border: none;
	color: #0000000;
}

#footer a:hover {
	color: #000000;
}

#legal {
}

#legal strong {
	display: block;
	padding: 20px 0 0 0;
	background: url(images/img12.gif) no-repeat center top;
	text-transform: lowercase;
	letter-spacing: 3px;
	font-size: 182%;
	font-weight: normal;
}

#links {
}

#contacthead {width:950px;margin:0 auto;height:15px;text-align:right;font-size:11px;padding-top:10px;padding-right:80px;color:#b1a361 }

