@charset "UTF-8";
/* CSS Document

site: http://www.yourdomain.com
author: Your Name
version: 1.0

All rights reserved. This CSS may not be duplicated for any purpose.
*/

/*
1. Universal Declarations
2. Structure
3. Text Styles
*/

/* Universal Declarations
----------------------------------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	font-family:georgia, serif;
	font-size:11.5px;
	text-decoration:none;
	background: ;
}

ol, ul {
	list-style: none;
}

h1 {
	font-size:16px;
	color:#000;
	font-weight:bold;
	line-height:18px;
}

h2 {
	font-size:12px;
	color:#999999;
	font-weight:bold;
	text-decoration:none;
	line-height:1.5;
}

h3 {
	font-size:11.5px;
	color:#000;
	font-weight:normal;
	line-height:1.5;
}

h4 {
	font-size:10px;
	color:#999999;
	font-weight:normal;
}

p {
	font-size:11.5px;
	color:#000;
	font-weight:normal;
	line-height:1.6;
}

legend {
	font-size:11.5px;
	color:#000;
	font-weight:normal;
	line-height:1.6;
}

#info p{
	margin-top:2px;
	margin-bottom:2px;
}


	
	
/* Structure
----------------------------------------------------------------------------- */

body {background-color:#333333;}
	#container {
		width:714px;
		height:5500px;
		background-color:#FFFFFF;
		padding:0px;
		margin-left:auto;
		margin-right:auto;
	}
	
	.header {
		width:714px;
		height:60px;
		float:left;
		padding-top:0px;
		padding-left:0px;
		margin-left:0px;
		margin-right:0px;
		margin-top:0px;
		margin-bottom:0px;
		text-align:left;
	}
	
	#navcontainer {
		display:inline;
		width:714px;
		height:20px;
		background-color:#FF6600;
		color:#000;
		border-top:1px #666666 solid;
		border-bottom:1px #666666 solid;
		float:left;
		padding-top:5px;
		margin-top:103px;
		margin-left:0px;
		margin-right:5px;
		clear:both;
	}
	
	ul#navlist{
    margin-left: 80px;
    margin-top: 1px;
    padding-right: 0;
    white-space: nowrap;
}

#navlist li{
    display: inline;
    list-style-type: none;
    letter-spacing: 1px;
    margin-right: 0;
}

#navlist a {
    padding: 3px 3px;
}

#navlist a:link {
    font-size: 9px;
    font-family: georgia, serif;
    color: ffffff;    
    background-color:;
    text-decoration: none;
}

#navlist a:visited {
    font-size: 9px;
    font-family: georgia, serif;
    color: ffffff;    
    background-color:;
    text-decoration: none;
}

.selected{
    font-size: 9px;
    font-family: georgia, serif;
    color: ffffff;    
    background-color:;
    text-decoration:;
}

	
	.headercontent {
		width:490px;
		height:10px;
		background-color:#fff;
		color:#000;
		border-top:none;
		float:left;
		padding-top:10px;
		margin-top:10px;
		margin-left:20px;
		margin-right:0px;
	}
	
	.headercontent2 {
		width:163px;
		height:10px;
		background-color:#fff;
		color:#000;
		border-top:none;
		float:left;
		padding-top:10px;
		margin-top:10px;
		margin-left:22px;
		margin-right:0px;
	}
	
	.content {
		width:490px;
		height:100px;
		background-color:#fff;
		color:#000;
		border-top:1px #000 dotted;
		float:left;
		padding-top:10px;
		margin-top:10px;
		margin-left:20px;
		margin-right:0px;
	}
	
	.content2 {
		width:163px;
		background-color:#fff;
		color:#000;
		border-top:1px #000 dotted;
		float:left;
		padding-top:10px;
		margin-top:10px;
		margin-left:22px;
		margin-right:0px;
	}
	
	.content3 {
		width:674px;
		height:100px;
		background-color:#ffffff;
		color:#000;
		border-top:;
		float:left;
		padding-top:10px;
		margin-top:10px;
		margin-left:20px;
		margin-right:0px;
	}
	
	
	
	
	.credits {
		width:714px;
		height:15px;
		background-color:#fff;
		float:left;
		padding-top:3px;
		padding-left:0px;
		margin-left:0px;
		margin-right:00px;
		margin-top:30px;
		margin-bottom:0px;
		text-align:center;
		position:fixed;
		bottom:0px;
		border-top:1px #000 dotted;
	}



/* Text Styles
----------------------------------------------------------------------------- */


ul li a {
	text-decoration:none;
	color:#663300;
	list-style:none;
}

ul li a:hover {
	text-decoration:none;
	color:#ffffff;
	background-color:;
}








