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

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000000;
	background-color: #A0DAF4;
	background-image: url("../img/background.jpg");
	background-position: top;
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
}
#masthead {
	color: #ffffff;
	padding: 0px;
	margin: 0;
	height: 82px;
	font-size: 0.8em;
}
#shape {
	background-image: url("../img/shape-bg.png");
	background-position: top center;
	background-repeat: no-repeat;
}
#wrapper {
	width: 960px;
	margin: 0 auto;
}
#column_wrapper {
	background-image: url("../img/shape-white-bg.png");
	background-position: top left;
	background-repeat: no-repeat;
	background-color: #ffffff;
	-moz-box-shadow: 0px 0px 5px #000000;
	-webkit-box-shadow: 0px 0px 5px #000000;
}
.clearfloat {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
#left {
	width: 635px;
	float: left;
}
#right {
	width: 294px;
	float: left;
	color: #333333;
}
#left .content {
	padding: 197px 40px 42px 45px;
	font-size: 0.8em;
	line-height: 1.65em;
}
#right .content {
	padding: 28px 0 42px 0;
	font-size: .75em;
	line-height: 1.2em;
}
#masthead .content {
	padding: 52px 0 0 0;
	text-align: right;
}
#footer .content {
	padding: 12px 20px;
	text-align: center;
}
#footer {
	color: #5B7F90;
	padding: 0px;
	margin: 0;
	font-size: 0.8em;
	clear: both;
}
.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: #26A9DF;
}
#right a:visited {
	color: #26A9DF;
}
#right a:hover {
	color: #333333;
}
#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: #5B7F90;
}
#footer a:visited {
	color: #5B7F90;
}
#footer a:hover {
	color: #FFFFFF;
}
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;
}
h4 {
	font-size: 1.1em;
	margin: 20px 0 0 0;
}
.nomargintop {
	margin-top: 0;
}
.content p {
	margin: 12px 0;
}
