body {
	background-image: url(../images/bakglow.jpg);
	background-repeat: no-repeat;
	background-attachment:fixed;
	background-position: top center;
	background-color: #660000;
	margin: 0;
	padding: 0;
}
#wrapper {
	background-color: #000;
	width: 760px;
	_width: 763px; /* targets IE6, not read by IE7 */
	border-left: solid #A17636 2px;
	border-right: solid #EDE8C4 1px;
	border-bottom: solid #EDE8C4 1px;
	margin: 0 auto;
	padding: 0;
	position: relative;
	text-align: left;
}
#wrapperCnt {
	background-color: #000;
	width: 760px;
	border-left: solid #A17636 2px;
	border-right: solid #EDE8C4 1px;
	border-bottom: solid #EDE8C4 1px;
	margin: 0 auto;
	padding: 0;
	position: relative;
	text-align: left;
}
#homeRotate {
	height: 421px;
	margin: 0;
	padding: 0;
	float: right;
	background-color: #000;
}
#nav {
	width: 130px;
	margin: 0;
	padding: 0;
	position: absolute;
	left: 0;
	z-index: 100;
}	
#nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	float : left;
	width : 11em;
	font-family: Times, "Times New Roman", serif;
	font-style: italic;
	font-size: 14px;
	letter-spacing: 1px;
}
#nav li { /* all list items */
	position : relative;
	float : left;
	margin-bottom : -1px;
	width: 11em;
	line-height: 15px;
}
#nav li a {
	width: 130px;
	display : block;
	color : #FFF;
	text-decoration : none;
	background-color : #000;
	padding : 0 0 10px 10px;
}
#nav li a:hover {
	color : #CC9900;
}
#nav li ul {
	position : absolute;
	left: -999em;
	margin-left : 140px;
	margin-top : -40px;
}
#nav li ul li a {
	color : #CC9900;
	width:95px;
	border-left: solid 1px #930;
	border-right: solid 1px #930;
}
#nav li ul li a:hover {
	color : #EDE8C4;
	background-color : black;
}
#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}
#nav li:hover, #nav li.hover { /* fix for IE7 menu "stick" problem on change of focus */
    position: static;
}
#contentTop {
	width: 760px;
	height: 150px;
	margin: 0;
	padding: 0;
}
#content {
	width: 760px;
	background-color: #FFFFFF;
	background-image: url(../images/contentBak.jpg);
	background-repeat: no-repeat;
	margin: 0;
	padding: 0 0 40px 0;
}
#content p {
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size: 11px;
	color: #9F6A1B;
	line-height: 22px;
	padding: 0 60px 0 65px;
	font-weight: normal;
}
#content table p, #content table td,#content form table p {
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size: 11px;
	color: #9F6A1B;
	line-height: 22px;
	padding: 0;
	font-weight: normal;
}
 #content ul {
	font-family: Georgia, Times, "Times New Roman", serif;
	font-weight: normal;
	font-size: 11px;
	color: #9F6A1B;
	line-height: 22px;
	padding: 0;
	margin: 0;
}
#content ul li {
	margin-left: 105px;
}
#content h1 {
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size: 28px;
	color: #003300;
	line-height: 20px;
	padding: 0 60px 0 65px;
	letter-spacing: 2px;
	font-weight: normal;
	font-style: italic;
}
#content h2 {
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size: 12px;
	color: #9F6A1B;
	line-height: 20px;
	padding: 0 60px 0 65px;
	font-weight: bold;
	font-style: italic;
}
#content table td hr {
	color:#930;
}
#content h3 {
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size: 14px;
	color: #9F6A1B;
	line-height: 22px;
	padding: 20px 60px 0 65px;
	font-weight: bold;
	margin-bottom: 0px;
}
#content h4 {
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size: 14px;
	color: #930;
	line-height: 22px;
	padding: 20px 60px 0 65px;
	font-weight: bold;
	margin-bottom: 0px;
}
#content h5 {
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size: 14px;
	color: #030;
	line-height: 22px;
	padding: 20px 60px 0 65px;
	font-weight: bold;
	margin-bottom: 0px;
}
#content a, #content table td a {
	color: #930;
	text-decoration: none;
	font-style: italic;
	font-weight: bold;
}
#content a:hover {
	text-decoration: underline;
}
.imagefloat_L {
	float: left;
	margin-right: 20px;
}
.imagefloat_R {
	float: right;
	margin-left: 20px;
}
.fields {
	background-color: #F3EFD8;
}
#footer {
	width: 760px;
	margin: 0 auto;
	padding: 8px 0 10px 0;
	position: relative;
	text-align: center;
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size: 10px;
	color: #A17636;
	line-height: 17px;
}
#footer a{
	text-decoration: none;
	color: #A17636;
}
#footer a:hover{
	text-decoration: underline;
}
