body {
	behavior: url("csshover3.htc");
	background-color: #8c3d4b;
	background-image: url(BG1.jpg);
	margin: 0px;
	cursor: default;
	overflow-x: hidden;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	text-align:justify;
	line-height: 200%;
	color: #ffffff;
	
}

tr,td {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
}

/*
LAYOUT 
############################################ 
*/


#header {
	background: url('BG2.jpg') repeat-x;
	margin-top: 0px;
	height: 261px;
}

#header2 {
	background: url('BG3.jpg') repeat-x;
	height: 30px;
}

#navigation {
	position:absolute;
	width:115px;
	z-index:1;
	left: 80px;
	top: 310px;
}


#content { 
	position:absolute; 
	width: 600px;
	left: 220px;
	top: 310px;
	text-align: justify;
	}

#footer {
	background: url('footer.png') no-repeat;
	height: 156px;
	padding-left: 233px
}

#stats {
	border: solid 1px #6d2431;
	width: 443px;
	background-color: #833442;
	background: url('BGstats.jpg');
	margin-left: 50px;
	padding: 7px 17px 7px 17px;
	color: #ffffff;
	text-shadow: #000000 1px 1px 1px;
}


/*
NAVIGATION 
############################################ 
*/ 


a.one:link, a.one:active, a.one:visited {
	display: block;
	font-family: arial;
	font-style: italic;
	font-size: 8pt;
	text-align: left;
	text-decoration:none;
	text-transform: uppercase; 
	letter-spacing: 5px;
	color: #350b13; 
	background: url('BG3.jpg') repeat-x;
	margin: 4px;
	padding: 0px 0px 0px 14px;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
}

a.one:hover {
	color: #350b13; 
	background: url('BG3b.jpg') repeat-x;
}


/*
LINKS
############################################# 
*/ 

a:link, a:visited, a:active {
 	color: #f9889b;
 	text-decoration: none; 
	font-weight: bold;
	}

a:hover {
	color: #ffb6c2;
	font-weight: bold;
 	text-decoration: none;
	}


/*
TITLES
############################################ 
*/ 


h1 {
	color: #fffd43;
	letter-spacing: 5px;
	text-transform: none;
	margin: 0px;
	font-family: Trebuchet MS;
	font-size: 25px;
	font-weight: bold;
	font-style: italic;
	font-variant: small-caps;
	padding-bottom: 10px;
	text-shadow: #000000 1px 1px 1px;
}

.boldtxt { 
	color:#78c0fd;
	font-weight: bold;
	font-size: 10pt;
	text-shadow: #000000 1px 1px 1px;
}

.footer {
	font-size: 9pt;
	font-family: trebuchet MS
}


.borders
{
	border: solid 5px #7d2c39;
	margin: 5px;
	
}

/*
FORMS
############################################ 
*/ 


input, textarea	{
	color: #ffffff;
	font-size:9pt;
	font-family:trebuchet MS; 
	background-color: #a74b5a;
	border: solid 1px #e58a99;
	padding: 5px 5px 5px 5px;
	}

option, select, button {
	color: #ffffff;
	font-size:9pt;
	font-family:trebuchet MS; 
	background-color: #a74b5a;
	border: solid 1px #e58a99;
}

