/* 
  ------------------------------------------------
  PVII CSS Layout Magic
  Copyright (c) 2007 Project Seven Development
  www.projectseven.com
  10: 1Col_Fixed
  ------------------------------------------------
*/

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000000;
	background-color: #110900;
	background-image: url(../i/w/background.jpg);
	background-position: top;
	background-repeat: repeat-x;
	margin: 20px;
	padding: 0;
}
#masthead {
	color: #999999;
	background-color: #000000;
	padding: 0px;
	margin: 0;
	height: 99px;
}
#wrapper {
	width: 780px;
	margin: 0 auto;
}
#column_wrapper {
	background-image: url(i/background_col.gif); 
	background-repeat: repeat-y;
}
.clearfloat {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
#center {
	width: 780px;
	background-color: #FFFFFF;
}
#center .content {
	padding: 20px 24px;
	font-size: 0.8em;
	line-height: 1.65em;
	border: 1px solid #000;
}

#left {
	width: 280px;
	float: left;
}
#left .content {
	font-size: 0.8em;
	line-height: 1.4em;
	padding: 20px 24px;
}

#right {
	width: 500px;
	float: left;
	padding: 10px 0 0 0;
}
#right .content {
	font-size: 0.8em;
	line-height: 1.3em;
}

#masthead .content {
	padding: 12px 20px 0 20px;
}
#footer .content {
	padding: 6px 10px;
}
#footer {
	color: #753A00;
	background-color:#110900;
	padding: 0px;
	margin: 0;
	font-size: 0.7em;
}
#footer_index .content {
	padding: 6px 10px;
}
#footer_index {
	color: #753A00;
	padding: 0px;
	margin: 0;
	font-size: 0.7em;
}
.menulist {
	margin: 6px 0 12px 0;
	padding: 0;
	list-style-type: none;
}
#center a:link, #left a:link, #right a:link {
	color: #333333;
	text-decoration: none;
}
#center a:visited, #left a:visited, #right a:visited {
	color: #333333;
	text-decoration: none;
}
#center a:hover, #left a:hover, #right a:hover {
	color: #333333;
	text-decoration: underline;
}
#wrapper .menulist a, #wrapper .menulist a:visited {
	color: #000000;
	border-left: 6px solid #FFFFFF;
	padding: 0 0 0 3px;
}
#wrapper .menulist a:hover {
	border-color: #000000;
}
#footer a:link, #footer a:visited {
	color: #753A00;
	text-decoration: none;
}
#footer_index a:link, #footer_index a:visited {
	color: #753A00;
	text-decoration: none;
}
#footer a:hover, #footer_index a:hover {
	color: #753A00;
	text-decoration: underline;
}
.p7uberlink {
	font-weight: bold !important;
	letter-spacing: 0.15em;
	border-color: #000000 !important;
}
h1 {
	font-size: 1.8em;
	margin: 0;
}
h2 {
	font-size: 1.6em;
	margin: 30px 0 0 0;
}
h3 {
	font-size: 1.25em;
	margin: 0 0 15px 0;
}
h4 {
	font-size: 1.1em;
	margin: 5px 0 0 0;
}
.nomargintop {
	margin-top: 0;
}
.content p {
	margin: 10px 0;
}
.style1 {color: #FF0000}

#required {
	color: #CC0000;
}