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

body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #666666;
}
#masthead {
	padding: 0px;
	margin: 0;
}
#wrapper {
	width: 800px;
	margin-left: -432px;
	position: absolute;
	left: 50%;
	top: -270px;
	overflow: visible;
	height: 500px;
	padding: 30px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #FFFFFF;
	background-color: #F8F8F8;
}
#column_wrapper {
}
.clearfloat {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
#right {
	float: left;
	width: 800px;
}
#left {
	width: 240px;
	float: left;
	height: 300px;
}
#left .content {
	font-size: 1em;
	line-height: 1.51.em;
	padding-top: 24px;
	padding-right: 24px;
	padding-bottom: 24px;
}
#right .content {
	font-size: 0.7em;
	line-height: block;
	padding-top: 40px;
	padding-bottom: 24px;
	padding-left: 30px;
}
#masthead .content {
}
#footer .content {
	padding: 12px 24px;
}
#footer {
	color: #000000;
	padding: 0px;
	margin: 0;
	font-size: 0.7em;
	clear: both;
}
.menulist {
	margin: 6px 0 12px 0;
	padding: 0;
	list-style-type: none;
}
#left a:link {
	color: #000000;
	font-style: normal;
	text-decoration: none;
}
#left a:visited {
	color: #000000;
	font-style: normal;
	text-decoration: none;
}
#left a:hover {
	color: #000000;
	font-style: normal;
	text-decoration: none;
}
#right a:link {
	color: #000000;
}
#right a:visited {
	color: #000000;
}
#right a:hover {
	color: #999999;
}
#wrapper .menulist a, #wrapper .menulist a:visited {
	color: #000000;
	border-left: 6px solid #FFD940;
	padding: 0 0 0 6px;
}
#wrapper .menulist a:hover {
	border-color: #000000;
}
#footer a:link {color: #000000;}
#footer a:visited {color: #000000;}
#footer a:hover {color: #999999;}
.p7uberlink {
	font-style: normal;
	text-decoration: none;
}
h1 {
	font-size: 1.8em;
	margin: 0;
}
h2 {
	font-size: 1.6em;
	margin: 30px 0 0 0;
}
h3 {
	font-size: 1.25em;
	margin: 30px 0 0 0;
	font-family: bold;
}
h4 {
	font-size: 1.1em;
	margin: 20px 0 0 0;
}
.nomargintop {
	margin-top: 0;
}
.content p {
}
.style_name {
	padding-left: 30px;
}
#right_400px {
	float: left;
	width: 380px;
	clear: right;
	padding-right: 20px;
}
#left_400px {
	width: 400px;
	float: none;
}
#center_400px {
	float: left;
	width: 380px;
	padding-right: 20px;
	padding-left: 200px;
}
