body {
	display: absolute;
	width: 98%;
	height: 90%;
	font-family: Arial, Helvetica, sans-serif;
    	background: #D7C599;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: 0px solid #000;
	SCROLLBAR-FACE-COLOR: #fff;  
	SCROLLBAR-HIGHLIGHT-COLOR: #0033CC;  
	SCROLLBAR-SHADOW-COLOR: #666666;  
	SCROLLBAR-3DLIGHT-COLOR: #CCCCFF;  S
	CROLLBAR-ARROW-COLOR: #6699FF;  
	SCROLLBAR-TRACK-COLOR: #fff;  
	SCROLLBAR-DARKSHADOW-COLOR: #990000;
}

h1 {
	font-family: Papyus;
	font-size: 18px;
	text-align: center;	
}

h2 {
	font-family: Papyus;
	font-size: 14px;
	font-weight: bold;
	text-align: center;	
}

h3 {
	font-family: Papyus;
	font-size: 22px;
	text-align: center;	
}

h4 {
	font-family: Papyus;
	font-size: 18px;
	font-weight: bold;
	text-align: center;	
}

.splash {
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
	padding: auto;
	text-align: center;
	font-size: 16px;
	font-family: Papyus;
	color: #262626;
	background-repeat: no-repeat;
	background-color: #D7C599;
	}

#wrap {
	width: 768px;
	margin: 0px auto;
	border: 0px solid #0D130D;
}

.topnav {
	text-align: center;
	display: absolute;
	margin: auto;
	padding: 0px 0px 0px 10px;
	width: 610px;
	height: 180px;
	border: 0px solid #000;
}

.navigation {
	background-image:url(../images/bg-navigation.gif);
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: center;
    	height: 30px;
    	width: 768px;
    	border: 0px solid #0D130D;
}

#navigation {
	background-image: url(../images/bg-navigation.gif);
    	height: 30px;
    	width: 100%;
    	border: 0px solid #0D130D;
}

#navigation ul {
    	margin: 0px;
    	padding: 0px 0px 0px 0px;
    	font-family: Arial, Helvetica, sans-serif;
    	font-size: 12px;
    	line-height: 30px;
    	white-space: nowrap;
}

#navigation li {
    	list-style-type: none;
    	display: inline;
}

#navigation li a {
    	color: #3E011F;
    	text-decoration: none;
    	text-transform: uppercase;
    	letter-spacing: 1px;
    	padding: 7px 10px;
}

#navigation li a:link {
    	color: #FFF:
}

#navigation li a:visited {
    	color: #3E011F;
}

#navigation li a:hover {
	text-decoration: overline;
    	color: #EDE6EE;
    	background-image: url(../images/bg-navigationhover.gif);
}

#content {
	margin: auto;
	padding: auto;
	text-align: center;
	font-size: 16px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	padding: 12px;
	color: #FFF;
	background-repeat: no-repeat;
	background-color: #262626;
	}

#content a {
	color: #D9FF76;
}

#content a:hover {
	color: #EDE6EE;
}

#content a:visited {
	color: #D3DABC;
}

#content p {
	text-align: center;
}

#content image {
	border: solid 1px #FFF;
}

.tagline {
        font-size: 10px;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        color: #262626;
        text-align: center;
}
.tagline a {
        font-size: 10px;
        color: #262626;
}

