html {
	overflow-y: scroll;
	background: #000 url('images/background2.png') repeat-y center top scroll;
}

body {
	margin: 0px;
	padding: 0px 0px 20px;
	width: 100%
	min-height: 100%;
    background: transparent url('images/background.jpg') no-repeat center top;
}

#gohome {
	position:absolute;
	top:127px;
	left: 50%;
    margin-left: -465px;
	z-index: 100;
	width:100px;
    height: 35px;
}

.content10 {
	color: #803700;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
}
.content12 {
	color: #803700;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}
.content14 {
	color: #803700;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
}
.content14blk {
	color: #000;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
}
.content16 {
	color: #803700;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
}
.content16blk {
	color: #000;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
}
.content18{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #803700;
}
.content-16{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #a53200;
}
.content-18{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #a53200;
}
.content-22{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	color: #a53200;
}
.content22{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 28px;
	color: #a53200;
}

A {
	COLOR: #cd2700;
}
A:hover {
	COLOR: #f14a00;
	text-decoration: underline;
}
.menu {
	margin: 0;
	padding: 0;
	list-style: none;
	/*background: #D48817;*/
}
.menu li {
	padding: 0;
	margin: 0;
	height: 52px;
	/*margin-right: 1em;*/
	list-style: none;
	background-repeat: no-repeat;
}
.menu li a, .menu li a:visited {
	display: block;
	text-decoration: none;
	text-indent: -9999px;
	height: 52px;
	background-repeat: no-repeat;
}
.faq {background-image: url(images/menu_faq2.png); width: 138px;}
.faq a {background-image: url(images/menu_faq1.png);}
.about {background-image: url(images/menu_aboutray2.png); width: 170px;}
.about a {background-image: url(images/menu_aboutray1.png);}
.endorse {background-image: url(images/menu_endorsements2.png); width: 187px;}
.endorse a {background-image: url(images/menu_endorsements1.png);}
.media {background-image: url(images/menu_presskit2.png); width: 91px;}
.media a {background-image: url(images/menu_presskit1.png);}
.help {background-image: url(images/menu_help2.png); width: 77px;}
.help a {background-image: url(images/menu_help1.png);}
.involved {background-image: url(images/menu_getinvolved2.png); width: 124px;}
.involved a {background-image: url(images/menu_getinvolved1.png);}
ul.menu li a:hover {background: none;}
.menu li {float: left;}
.menu:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}