/* 
  ------------------------------------------------
  PVII CSS Layout Magic
  Copyright (c) 2007 Project Seven Development
  www.projectseven.com
  10: 1Col_Fixed
  ------------------------------------------------
*/

html {scrollbar-arrow-color:#F8F3E5; 
scrollbar-face-color:#8f6050; 
scrollbar-3dlight-color:#996633; 
scrollbar-highlight-color:#cc9966; 
scrollbar-shadow-color:#663300; 
scrollbar-darkshadow-color:#000000; 
scrollbar-track-color:#663300;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000000;
	background-color: #e0d4c4;
	background-image:url(../../images/background7.jpg);
	background-repeat:repeat;
	margin: 0px;
	padding: 0;
}
#masthead {
	color: #999999;
	padding: 0px;
	margin: 0;
	height: 300px;
}
#wrapper {
	width: 755px;
	margin: 0 auto;
}
#center {
	width: 755px;
	display: block;
    margin-left: auto;
    margin-right: auto;
}
#center .content {
	background-color:#FFFFFF;
	padding: 20px 24px;
	font-size: 0.8em;
	line-height: 1.65em;
	border-right: 5px solid #af722f;
	border-left: 5px solid #af722f;
}
#center .footerlinks a:link {
	color: #560901;
	font-size: 11px;
}
#center .footerlinks a:visited {
	color: #999999;
	font-size: 11px;
}
#center .footerlinks a:hover {
	color: #cc9966;
	font-size: 11px;
}
#masthead .image {
	display: block;
    margin-left: auto;
    margin-right: auto;
}
#footer {
	width: 755px;
	display: block;
    margin-left: auto;
    margin-right: auto;
}
.menulist {
	margin: 6px 0 12px 0;
	padding: 0;
	list-style-type: none;
}
#center a:link {
	color: #669999;
}
#center a:visited {
	color: #333333;
}
#center a:hover {
	color: #000000;
}
#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 {
	color: #999999;
}
#footer a:visited {
	color: #666666;
}
#footer a:hover {
	color: #FFFFFF;
}
.p7uberlink {
	font-weight: bold !important;
	letter-spacing: 0.15em;
	border-color: #000000 !important;
}
h1 {
	font-size: 1.8em;
	color: #663300;
	margin: 0;
}
h2 {
	font-size: 1.6em;
	color: #663300;
	margin: 30px 0 10px 0;
}
h3 {
	font-size: 1.25em;
	color: #6786ba;
	margin: 5px 0 0 0;
}
h4 {
	font-size: 1.1em;
	margin: 20px 0 0 0;
}
.nomargintop {
	margin-top: 0;
}
.content p {
	margin: 12px 0;
}
.smallTxt {
	font-size: 11px;
}
