/* 
  ------------------------------------------------
  PVII CSS Layout Magic
  Copyright (c) 2007 Project Seven Development
  www.projectseven.com
  12: 1Col_Fixed_Full_Width_Header
  ------------------------------------------------
*/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #CCCC99;
	margin: 0px;
	padding: 0;
	background-attachment: fixed;
	background-image: url(images/background.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	background-color: #41210C;
}
#masthead {
	color: #00ABA4;
	padding: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 6px;
	margin-left: auto;
	width: 650px;
	text-align: left;
	border-top-width: 1pt;
	border-right-width: 1pt;
	border-bottom-width: 1pt;
	border-left-width: 1pt;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #00ABA4;
	border-right-color: #00ABA4;
	border-bottom-color: #00ABA4;
	border-left-color: #00ABA4;
}
#menu {
	width: 650px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 6px;
	margin-left: auto;
	border: 1pt solid #1EABA4;
	text-align: left;
}

#wrapper {
	width: 650px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0;
	margin-bottom: 0;
	position: relative;
}
#Portrait {
	height: 230px;
	width: 230px;
	top: 55px;
	right: 20px;
	float: right;
	padding-top: 50px;
	padding-right: 25px;
	padding-bottom: 25px;
	padding-left: 40px;
}

#center {
	width: 650px;
	margin-right: auto;
	margin-left: auto;
}
#masthead .content {
	padding: 12px 20px;
}
#menu .content {
	padding-top: 12px;
	padding-right: 20px;
	padding-bottom: 12px;
	padding-left: 20px;
	font-size: .75em;
}
#center .content {
	font-size: 0.8em;
	line-height: 1.45em;
	border: 1px solid #00ABA4;
	padding-top: 20px;
	padding-right: 24px;
	padding-bottom: 20px;
	padding-left: 24px;
}

#footer .content {
	padding: 12px 20px;
}
#footer {
	padding: 0px;
	font-size: 0.7em;
	border-top-width: 1pt;
	border-right-width: 1pt;
	border-bottom-width: 1pt;
	border-left-width: 1pt;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #00ABA4;
	border-right-color: #00ABA4;
	border-bottom-color: #00ABA4;
	border-left-color: #00ABA4;
	margin-top: 6px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
.menulist {
	margin: 6px 0 12px 0;
	padding: 0;
	list-style-type: none;
}
#menu a:link {
	color: #D39147;
	text-decoration: none;
}
#menu a:visited {
	color: #D39147;
	text-decoration: none;
}
#menu a:hover {
	color: #CCCC99;
	text-decoration: none;
}

#center a:link {
	color: #00ABA4;
	text-decoration: none;
}
#center a:visited {
	color: #00ABA4;
	text-decoration: none;
}
#center a:hover {
	color: #00ABA4;
	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 {
	color: #000000;
}
#footer a:visited {
	color: #666666;
}
#footer a:hover {
	color: #0000FF;
}
.p7uberlink {
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	border-top-width: 1pt;
	border-right-width: 0pt;
	border-bottom-width: 1pt;
	border-left-width: 0pt;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #00ABA4;
	border-right-color: #00ABA4;
	border-bottom-color: #00ABA4;
	border-left-color: #00ABA4;
}
h1 {
	font-size: 1.8em;
	margin: 0;
	color: #00ABA4;
}
h2 {
	font-size: 1.6em;
	margin: 30px 0 0 0;
	color: #00ABA4;
}
h3 {
	font-size: 1.25em;
	margin: 30px 0 0 0;
	color: #00ABA4;
}
h4 {
	font-size: 1.1em;
	margin: 20px 0 0 0;
	color: #00ABA4;
}
.nomargintop {
	margin-top: 0;
}
.content p {
	margin-top: 12px;
	margin-right: 0;
	margin-bottom: 12px;
	margin-left: 0;
}
#longpage {
	width: 650px;
	margin-right: auto;
	margin-left: auto;
	height: 650px;
}

