/* CSS Document */

body{
	background:#004000 url(images/bg1.gif) left repeat-x;
	margin:0;
	width:100%;
}
#headerblock {
	width:970px;
	background-color:#005000;
	margin: 10px auto 0;
	border:#f4b82d thick solid;
}
	
#wrapper {
	width:1000px;
	margin:10px auto 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:medium;
	font-weight:600;
	
}

#content {
	background:url(images/bfg.gif) repeat;
	float:left;
	width: 530px;
	margin:10px 0;
	padding: 5px;
	border:#005000 thick solid;
	
}
#contentl {
	background:url(images/bfg.gif) repeat;
	float:left;
	width: 390px;
	margin:10px 0;
	padding:0 5px;
	border:#005000 thick solid;
}	
#contentr {
	background:url(images/bfg.gif) repeat;
	float:right;
	width: 420px;
	margin:10px 0;
	padding: 5px;
	border:#005000 thick solid;
	
}
#rightcol {
	float:right;
	background-color:#005000;
	width: 420px;
	margin:15px 0;
}
h1 {
	font-size:x-large;
	font-weight:bold;
	font-family:"Lucida Bright", Verdana, Arial, "MS Sans Serif", "Lucida Sans Unicode";
	letter-spacing:1px;
	text-align:center;
	text-decoration:underline;
}
h2,h4 {
	background:#fceeee;
	padding:5px;
	color:#005000;
	
}	
p {
	text-indent:5px;
	letter-spacing:1px;
}
#navigation {
	width:1000px;
	margin:10px auto 0;
}
ul#tabnav {
	list-style-type: none;
	margin: 0 0 -1px 0;
	font: 110% verdana, arial, sans-serif;
	font-weight:bold;
	letter-spacing:1px;
	float:left;
	width: 100%;
}

ul#tabnav li {
	float: left;
	background-color: #005000;
	color: #f4b82d;
	margin: 2px 5px;
	border: #f4b82d medium solid;
}
#contact {
	background:url(images/bfg.gif) repeat;
	width: 310px;
	float:right;
	margin:15px 0;
	border:#005000 thick solid;
}
#interests {
	width: 635px;
	float: left;
	margin:15px 0;
	border:#005000 thick solid;
	background:url(images/bfg.gif) repeat;
}
#contactf  {
	width: 300px;
}
	
ul#tabnav a:link, ul#tabnav a:visited {
	display: block;
	color: #f4b82d;
	background-color: inherit;
	text-decoration: none;
	padding: 3px;
}
strong {
	font-weight:500;
	color:#c60;
	font-size:115%;
}


ul#tabnav a:hover {
	background-color: #f4b82d;
	color:#004000;
}

#home ul#tabnav li.home, 
#portfolio ul#tabnav li.portfolio,
#profile ul#tabnav li.profile,
#related ul#tabnav li.related,
#services ul#tabnav li.services,
#furniture ul#tabnav li.furniture {
	border: medium solid #004000;
	
}

#home ul#tabnav li.home a:link, #home ul#tabnav li.home a:visited,
#portfolio ul#tabnav li.portfolio a:link, #portfolio ul#tabnav li.portfolio a:visited,
#profile ul#tabnav li.profile a:link, #profile ul#tabnav li.profile a:visited,
#related ul#tabnav li.related a:link, #related ul#tabnav li.related a:visited,
#services ul#tabnav li.services a:link, #services ul#tabnav li.services a:visited,
#furniture ul#tabnav li.furniture a:link, #furniture ul#tabnav li.furniture a:visited {
	background-color: #f4b82d;
	color: #004000;
}
.separator {
	clear:both;
}
#slideshow {
	float:right;
	width:800px;
	margin:10px auto 0;
}
#gallery {
	float:right;
	width:560px;
	margin:10px auto 0;
}
	
#leftsidebar {
	width:95px;
	float:left;
	margin:25px 0 0 70px;
}
#interests li {
	margin: 10px 0;
	
}
#contact p {
	text-align:center;
	line-height:25px
}