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

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #333333;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0;
}
#masthead {
	color: #dddee2;
	font-size: 80%;
	background-color: #FFFFFF;
	background-image: url(img/masthead_bg.jpg);
	background-repeat: repeat-x;
	height: 130px;
	padding: 0px;
	margin: 0 0 40px 0;
}
#wrapper {
	width: 970px;
	margin: 0 auto;
}
#column_wrapper {
	background-image: url(img/clm03_middle.jpg);
	background-repeat: repeat-y;
}
#column_top {
	background-image: url(img/clm03_top.jpg);
	background-repeat: no-repeat;
	height: 12px;
}
#column_bottom {
	background-image: url(img/clm03_bottom.jpg);
	background-repeat: no-repeat;
	height: 20px;
}
.clearfloat {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
#right {
	width: 730px;
	float: left;
}
#left {
	width: 240px;
	float: left;
}
#right .content {
	padding: 20px 39px 20px 20px;
	font-size: 0.8em;
	line-height: 1.65em;
	text-align: justify;
}
#left .content {
	padding: 20px 25px 20px 10px;
	font-size: 0.75em;
	line-height: 1.5em;
}
#masthead .content {
	padding: 0 0 4px 78px;
}
#masthead a:link {
	color: #dddee2;
	text-decoration: none;
}
#masthead a:visited {
	color: #dddee2;
	text-decoration: none;
}
#masthead a:hover {
	color: #dddee2;
	text-decoration: none;
}
#footer .content {
	padding: 12px 0px;
}
#footer {
	margin: 0 0 0 5px;
	font-size: 0.7em;
	clear: both;
}
#right a:link {
	color: #474650;
	text-decoration: none;
	font-weight: bold;
}
#right a:visited {
	color: #878695;
	text-decoration: none;
}
#right a:hover {
	color: #222222;
	text-decoration: underline;
}
#footer a:link {
	color: #646372;
	text-decoration: none;
}
#footer a:visited {
	color: #7a798a;
	text-decoration: none;
}
#footer a:hover {
	color: #474650;
	text-decoration: underline;
}

h1 {
	font-size: 1.4em;
	letter-spacing: .05em;
	color: #878695;
	margin: 0;
}
h2 {
	font-size: 1.2em;
	letter-spacing: .05em;
	color: #7a798a;
	margin: 30px 0 0 0;
}
h3 {
	font-size: 1.25em;
	letter-spacing: .05em;
	color: #7a798a;
	margin: 30px 0 0 0;
}
h4 {
	font-size: 1.1em;
	color: #7a798a;
	margin: 20px 0 0 0;
}
.nomargintop {margin-top: 0;}
.content p {
	margin: 6px 0;
}
