/* CSS Document */

*
{

margin: 0px;
padding: 0px;

}

a:link {
	color: #B42908;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #B42908;
}

a:hover {
	text-decoration: none;
	color: #676e04;
}

body {
	
	background: #f3f6ed;
	background: url(../images/rap.jpg);
	background-position: center;
	background-repeat: repeat-y;
	background-color: #f3f6ed;
}

#main {
	width: 741px;
	margin: 0px auto;
	height: 13px;
	background-color: #e6eadb;
}
	

#nav {
	width: 741px;
	margin: 0px auto;
	height: 13px;
	background-color: #e6eadb;
}

#navTable {

	width: 225px;
	margin: 0px auto;
	height: 13px;

}

#button	{

	text-align: center;
	font-size: 13px;
	color: #B42908;
	font-weight: 300;
}

#spacer {

	margin: 0px auto;
	width: 737px;
	background: url(../images/spacer.jpg);
	background-repeat: repeat-x;
	height: 3px;
	
}

#header {
	background: url(../images/header.jpg);
	margin: 0px auto;
	width: 741px;
	height: 244px;
	
}

#headerText {
	
	margin: 0px auto;
	width: 741px;
	height: 244px;
	vertical-align: top;
	text-align: right;
	
}

#H1 {

	margin: 0px auto;
	height: 18;
	width: 747;
	padding: 3px;
	text-align: left;
	font-size: 100%;
	font-weight: bold;
	font-style: normal;
	color: #B42908;
}

#P1 {

	margin: 0px auto;
	width: 747;
	padding: 5px;
	text-align: left;
	font-size: 14px;
	color: #676e04;
}

#footer {
	width: 741px;
	margin: 0px auto;
	height: 30px;
	background-color: #e6eadb;
	font-size: 10px;
	color: #B42908;
	text-align: center;
}


#filler {
	height: 300px;
}

#filler2 {
	height: 450px;
}

/* Fonts */

.stylefont1 {color: #B42908; font-size: 16px; font-family: Georgia, "Lucida Sans Unicode", lucida, Verdana, sans-serif;}
.stylefont2 {color: #B42908; font-size: 14px; font: italic; font-family: Georgia, "Lucida Sans Unicode", lucida, Verdana, sans-serif;}
.stylefont3 {color: #B42908; font-size: inherit;}