/* 
  ------------------------------------------------
  PVII CSS Layout Magic
  Copyright (c) 2007 Project Seven Development
  www.projectseven.com
  07: 3Col_Fixed_Width
  ------------------------------------------------
*/

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .9em;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0;
	color: #542E1E;
}
#masthead {
	color: #999999;
	background-color: #FFFFFF;
	padding: 0px;
	margin: 0;
	background-image: url(../images/header-bg.jpg);
	background-repeat: no-repeat;
}
#wrapper {
	width: 900px;
	margin: 0 auto;
}
#column_wrapper {
}
.clearfloat {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
#center {
	width: 355px;
	float: left;
}
#left {
	width: 160px;
	float: left;
}
#right {
	width: 385px;
	float: left;
}
#center .content {
	padding: 24px 20px 10px 20px;
	font-size: 0.8em;
	line-height: 1.65em;
}
#left .content {
	padding: 24px 10px 24px 0px;
	font-size: 0.75em;
	line-height: 1.5em;
}
#right .content {
	font-size: 0.75em;
	line-height: 1.5em;
}
#masthead .content {
	padding: 30px 0px 80px 0px;
}
#footer .content {
	padding: 12px 16px;
}
#footer {
	color: #999999;
	padding: 0px;
	margin: 0;
	font-size: 0.7em;
	clear: both;
	background-color: #FFFFFF;
	border-top: 1px dotted
#;
	background-image: url(../images/footer-line.jpg);
	background-repeat: repeat-x;
	background-position: -5px -5px;
}
.menulist {
	margin: 6px 0 12px 0;
	padding: 0;
	list-style-type: none;
}
#left a:link {
	color: #542E1E;
	text-decoration: none;
}
#left a:visited {
	color: #542E1E;
	text-decoration: none;
}
#left a:hover {
	color: #61A8D3;
	text-decoration: none;
}
#center a:link {
	color: #9B7C00;
}
#center a:visited {
	color: #333333;
}
#center a:hover {
	color: #000000;
}
#right a:link {
	color: #000000;
}
#right a:visited {
	color: #333333;
}
#right a:hover {
	color: #826800;
}
#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: #999999;}
#footer a:visited {color: #666666;}
#footer a:hover {color: #FFFFFF;}
.p7uberlink {
	color: #61A8D3;
	background-image: url(../images/navactive.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}
h1 {
	font-size: 0.8em;
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 1.7em;
	border-top: 1px dotted #666666;
	padding-top: 15px;
}
h2 {
	font-size: 1.6em;
	margin: 30px 0 0 0;
}
h3 {
	font-size: 1.25em;
	margin: 10px 0 0 0;
	border-bottom: 1px dotted #000;
}
h4 {
	font-size: 1em;
	margin: 0;
	border-top: 1px dotted #000;
	padding-top: 5px;
}
.nomargintop {margin-top: 0;}
.content p {
}
