/* 
  ------------------------------------------------
  PVII CSS Layout Magic
  Copyright (c) 2007 Project Seven Development
  www.projectseven.com
 05:  2Col_Flexible_Sidebar_Left
 as modified by Karl Strieby k-c-p.com 11 Oct 2008
 fixed left div inspired by Simon Jessey, 
 http://jessey.net/simon/articles/007.html
  ------------------------------------------------
*/
body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000000;
	background-color: #D4B497;
	margin: 0;
	padding: 0;
	min-width: 760px;
}
body > #left {
	position:fixed;
}
img {
	border: none;
}
.clearfloat {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
.imgfloatleft  {
	display: block;
	float: left;
	margin-right: 10px;
}
.floatright {
	float: right;
	margin: 0 0 0 10px;
	display: block;
}
#right {
	margin: 0px 0px 0px 191px;
}
#left {
	width: 163px !important;
	position: absolute;
	top: 10px;
	left: 10px;
	height: 100%;
}
#right .content {
	padding: 30px 24px;
	font-size: 0.85em;
	line-height: 1.35em;
}
#left .content {
	background-image:url(../images/leftcontentbg.gif);
	background-repeat:repeat-y;
	background: transparent;
}
#footer .content {padding: 12px 20px;}
#footer {
	color: white;
	background-color: #000000;
	margin: 0;
	font-size: 0.7em;
}
#footer p{
	text-align: center;
	font-weight: bold;
}
.menulist {
	margin: 6px 0 12px 0;
	padding: 0;
	list-style-type: none;
}
/* #left a:link {
	color: #9B7C00;
}
#left a:visited {
	color: #333333;
}
#left a:hover {
	color: #000000;
} */
#right a:link {
	color: #663300;
}
#right a:visited {
	color: #7900b5;
}
#right a:hover {
	color: #D4B497;
	background-color: #663300;
}
#footer a:link {color: #D4B497;}
#footer a:visited {color: #7900b5;}
#footer a:hover {color: #33ccff;}
h1, h2, h3, h4, h5 {
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	line-height: 1.1em;
}
h1 {
	font-size: 2em;
	margin: 0 !important;
}
h2 {
	font-size: 1.8em;
	margin: 30px 0 0 0;
}
h3 {
	font-size: 1.5em;
	margin: 30px 0 0 0;
}
h4 {
	font-size: 1.2em;
	margin: 20px 0 0 0;
}
.nomargintop {margin-top: 0;}
.content p {
	margin: 12px 0;
}
.bordertop {
	border-top:solid 2px #663300;
	padding-top: 20px;
}
.centered {
	text-align: center;
}
.justtopborder { /*use in an empty p */
	border-top: solid 2px #663300;
	line-height: 2px;
	padding: 0 !important;
)