/* 
  ------------------------------------------------
  PVII CSS Layout Magic
  Copyright (c) 2007 Project Seven Development
  www.projectseven.com
  10: 1Col_Fixed
  ------------------------------------------------
*/

body {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #785526;
	background-color: #EBE0BA;
	padding: 0;
	background-image: url(../images/background.png);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 56px;
	margin-right: 56px;
	margin-left: 56px;
	margin-bottom: 0px;
}
#masthead {
	color: #999999;
	padding: 0px;
	margin: 0;
	text-align: center;
	position: absolute;
	left: 43px;
	z-index: 3;
	top: 13px;
	visibility: visible;
}
#wrapper {
	width: 595px;
	position: relative;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 33px;
}
#roses {
	position: absolute;
	left: 558px;
	top: -34px;
	z-index: 2;
	visibility: visible;
}

#center {
	width: 595px;
	background-image: url(../images/center_back.png);
	background-repeat: repeat-y;
}
#center .content {
	font-size: 14px;
	line-height: 1.65em;
	padding-top: 20px;
	padding-right: 24px;
	padding-bottom: 20px;
	padding-left: 50px;
}
#masthead .content {
	padding: 12px 20px;
}
#footer .content {
	padding: 12px 20px;
}
#footer {
	color: #8B0801;
	margin: 0;
	font-size: 0.7em;
	font-family: "Times New Roman", Times, serif;
	text-align: center;
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#footer a {
	color: #8B0801;
	text-decoration:none;
}
#footer a:hover {
	color: #8B0801;
	text-decoration:underline;
}
.copyright {
	font-size: 9px;
	color: #825A05;
	padding-top: 10px;
}

.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;
}
.p7uberlink {
	font-weight: bold !important;
	letter-spacing: 0.15em;
	border-color: #000000 !important;
}
#logo {
	position: absolute;
	left: -108px;
	top: -33px;
	z-index: 1;
	visibility: visible;
}

h1 {
	font-size: 20px;
	margin: 0;
	font-family: "Times New Roman", Times, serif;
	color: #8B0801;
	font-weight: normal;
}
h2 {
	font-size: 1.6em;
	margin: 30px 0 0 0;
}
h3 {
	font-size: 1.25em;
	margin: 30px 0 0 0;
}
h4 {
	font-size: 1.1em;
	margin: 20px 0 0 0;
}
.nomargintop {
	margin-top: 0;
}
.content p {
	margin: 12px 0;
}
