/* 
  ------------------------------------------------
  PVII CSS Layout Magic
  Copyright (c) 2007 Project Seven Development
  www.projectseven.com
  02: 2Col_Fixed_Sidebar_Left
  ------------------------------------------------
*/

body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #000000;
	background: #f7f9e7 url(img/bg-body.png) repeat-x 0 0;
	margin: 20px;
	padding: 0;
}
#masthead {
	color: #999999;
	background: url(img/header.png) no-repeat;
	height: 180px;
	padding: 0px;
	margin: 0;
}
#wrapper {
	position: absolute;
	top: 0;
	left: 50%;
	margin: 0 0 0 -385px;
	width: 770px;
	min-height: 100%;
}
#column_wrapper {
	background-image: url(img/clm02_middle.png);
	background-repeat: repeat-y;
}
.clearfloat {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
#right {
	width: 570px;
	float: left;	
}
#left {
	width: 200px;
	float: left;
}
#left .content {
	padding: 18px;
	font-size: 0.75em;
	line-height: 1.5em;
	color: #FFF;
}
#right .content {
	padding: 24px;
	font-size: 0.8em;
	line-height: 1.65em;
}
#masthead .content {
	padding: 8px;
}
#footer .content {
	padding: 12px 24px;
}
#footer {
	color: #999999;
	background-image: url(img/clm02_middle.png);
	background-color: #C0C930;
	padding: 0px;
	font-size: 0.7em;
	clear: both;
	text-align: right;
}
.menulist {
	margin: 6px 0 12px 0;
	padding: 0;
	list-style-type: none;
}

h2, h3, h4 {
	font-family: Verdana, Geneva, sans-serif;
	font-style: italic;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 1.9em;
	margin: 0;
}
h2 {
	font-size: 1.6em;
	margin: 30px 0 0 0;
}
h3 {
	font-size: 1.3em;
	margin: 30px 0 0 0;
}
h4 {
	font-size: 1.2em;
	margin: 20px 0 0 0;
}
.nomargintop {
	margin-top: 0;
}
.content p {
	margin: 12px 0;
}
