/* 
  ------------------------------------------------
  PVII CSS Layout Magic
  Copyright (c) 2007 Project Seven Development
  www.projectseven.com
  02: 2Col_Fixed_Sidebar_Left
  ------------------------------------------------
*/

body {
	font-family: Tahoma, Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #999999;
	padding: 0;
	background-image: url(../images/bodyback.jpg);
	background-position: center top;
	clip: rect(0px,auto,auto,auto);
	top: 0px;
	background-color: #141213;
	margin: 0px;
	background-repeat: no-repeat;
}
#wrapper {
	width: 800px;
	margin: 0 auto;
	position: relative;
}
#masthead {
	padding: 0px;
	margin: 0;
	background-image: url(../images/template_01.jpg);
	background-repeat: no-repeat;
	height: 37px;
	width: 800px;
	background-position: top;
}
#flash {
	padding: 0px;
	margin: 0;
	background-image: url(../images/template_02.jpg);
	height: 268px;
	width: 800px;
	background-repeat: no-repeat;
	background-position: top;
}

#column_wrapper {
	background-image: url(../images/template_03.gif);
	background-repeat: no-repeat;
	height: auto;
	width: 800px;
	background-color: #000000;
}
.clearfloat {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
#right {
	width: 550px;
	float: left;
	padding-top: 0px;
}
#left {
	width: 250px;
	float: left;
	padding-top: 0px;
}
#left .content {
	font-size: 11px;
	line-height: 12pt;
	padding-top: 35px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 40px;
	color: #FFFFFF;
}
#left .contentleft2 {
	font-size: 11px;
	line-height: 14pt;
	padding-top: 100px;
	padding-right: 40px;
	padding-bottom: 0px;
	padding-left: 45px;
	color: #F1EAD7;
}
#right .content {
	font-size: 11px;
	line-height: 12pt;
	padding-right: 50px;
	padding-bottom: 50px;
	padding-left: 30px;
	padding-top: 35px;
}
#masthead .content {
	top: 230px;
	position: relative;
	left: 0px;
}
#footer .content {
	padding-top: 15px;
	padding-left: 650px;
	padding-bottom: 15px;
}
#footer  .contentcopyright {
	padding-top: 15px;
	padding-left: 5px;
	padding-bottom: 30px;
}

#footer {
	padding: 0px;
	margin: 0;
	font-size: 0.7em;
	clear: both;
	width: 800px;
	color: #C5C7CF;
	background-image: url(../images/index_04.jpg);
	background-repeat: no-repeat;
}
#footer ul a.first{
	border-top-width: 0px;
	border-top-style: none;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#footer ul{
	padding: 0;
	list-style: none;
	margin: 0;
}
#footer ul li{
	float: left;
	display:inline
}
#footer ul a{
	text-decoration: none;
	display: block;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 5px;
	padding-right: 5px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #333333;
	}
.menulist {
	margin: 6px 0 12px 0;
	padding: 0;
	list-style-type: none;
}
#left a:link {
	color: #cb6b38;
	font-weight: bold;
	text-decoration: none;
}
#left a:visited {
	color: #cb6b38;
	font-weight: bold;
	text-decoration: none;
}
#left a:hover {
	color: #747374;
	font-weight: bold;
	text-decoration: none;
}
#right a:link {
	color: #733D2E;
	text-decoration: none;
	font-weight: bold;
}
#right a:visited {
	color: #733D2E;
	text-decoration: none;
	font-weight: bold;
}
#right a:hover {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
#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: #cb6b38;
	text-decoration: none;
}
#footer a:visited {
	color: #cb6b38;
	text-decoration: none;
}
#footer a:hover {
	color: #A4A3A3;
	text-decoration: none;
}
.p7uberlink {
	font-weight: bold !important;
	border-color: #000000 !important;
}
h1 {
	font-size: 1.8em;
	margin: 0;
	margin-left: -9000px;
}
h2 {
	font-size: 12px;
	margin: 30px 0 0 0;
	color: #733d2e;
}
h3 {
	font-size: 1.25em;
	margin: 30px 0 0 0;
}
h4 {
	font-size: 1.1em;
	margin: 20px 0 0 0;
}
h5 {
	font-size: 9px;
	text-align: right;
	color: #FFFFFF;
	margin-top: -7px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
h6 {
	font-size: 9px;
	color: #666666;
	margin-top: -7px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}


.nomargintop {
	margin-top: 0;
}
.content p {
	margin: 12px 0;
}

