/* CSS Document */

body {
	background-color: #7b6c55;
	font-size: 1em;
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif; }

.clr {float: none; clear: both;}	

	
#container {
	width: 1018px;
	margin: 0px auto;
		background: #000000;
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;

	}

	
#header {
	width:1018px;
	height: 276px;
	margin: 0px;
	background-image: url(images/banner.gif);}
	
#header h1{
	margin: 0;
	padding: 0;
	}	

#content {
	width: 1018px;
	margin: 10px 0px;
	padding: 0px 0px 0px 0px;
	background:#FFFFFF;
	
		}
		
#wrapper {
	background: url(/images/wrapper2wide.gif) repeat-y;
	overflow:hidden; /* USE FIREFOX GUYS! WE ONLY NEED THIS LINE BECAUSE INTERNET EXPLODER ISN'T READING CODE PROPERLY */
	}			
	
#nav { 
	width:196px;
	background-color: #bf995b;
	margin: 0px 0px 12px 2px;
	padding: 0px 0px 0px 0px;
	float: left;

	}
	
#nav a:link {font-weight: normal; color: #ffffff; text-decoration: none;}
#nav a:visited {font-weight: normal; color: #ffffff; text-decoration: none;}
#nav a:hover {font-weight: normal; color: #100501; font-style:italic;}	
	
#nav ul { 
	margin: 0 5px 0 5px;
	padding: 0 5px;
	list-style-type: none;
	list-style-position: outside;
	
	
}
	
#nav li { 
	font-size: 80%;
	margin: 10px 0px;
	color: #FFFFFF;
	font-weight: normal;
	
}
	
	
#text {
	width: 780px;
	margin: 0px;
	padding: 0 20px;
	background-color:#FFF;
	float: right;
	}

#text a:link { color: #694302; text-decoration: underline;}
#text a:visited { color: #100501; text-decoration: underline;}
#text a:hover { color: #000000; text-decoration: none;}		
	
#text h1 {
	margin-top: 0px;
	padding: 0px 5px 20px 5px;
	font-size: 110%;
	font-weight: bold;
	color: #694302;
}

#text h2 {
	margin-top: 15px;
	padding: 5px 5px;
	font-size: 95%;
	color: #4c2f05;
	font-style: italic;
	font-weight: bold;
}
#text h3 {
	margin-top: 5px;
	padding: 0px 5px;
	font-size: 75%;
	color: #d9b463;
	font-weight: bold;
	}

#text p {
	margin-top: 0px;
	padding: 0px 5px;
	font-size: 90%;
	line-height: 145%;
	color:#000;
}

#text .breadcrumb {
	font-size: 70%;
	font-style:italic;
}
#text .player {
	float: right;
	margin: 0 0 5px 15px;
	color: #694302;
	font-weight:bold; }

#text td {font-size: 75%;}
	
#text ul {
	list-style: circle;
	color:#000;
	font-size: 90%;
	margin-left: 50px;
	padding: 0px 20px;
	}
	
#text ul li {
	padding: 0 0 1.5em 0;
	line-height: 1.25em;
		
}	

#text ol {
	font-size: 90%;
	color:#000;
	}
	
#text ol li {
	padding: 0 0 .5em 8px;
	line-height: 1.3em;}
	
#text img.photo {
	float: right;
	margin: 5px;
	padding: 5px;
	border: 1px solid #000000;}
	
#text img.center {
	float: none
	margin: 5px;
	padding: 5px;
	border: 1px solid #000000;}	
	
#text img.right {
	float: right;
	margin: 0 0 5px 15px;}
	
#text img.left {
	float: left;
	margin: 5px 15px 0 0;}	
	
#text .footer {
	font-size: 95%;
	font-style:italic;
	color: #66a611;
	font-weight:bold;
	}		
	
#text .caption {
	width: 200px;
	clear: right;
	float: right;
	margin: 5px;
	padding: 5px;
	font-size: 65%;}
	
#text blockquote {
	font-size: 80%;}		
	
#footer { 
margin-top:10px;
width:1018px;
height:30px;
background-color:#000;
}

#footer p {
color: #ffffff;
font-size: 80%;
font-weight: bold;
}
#footer a:link {color: #ffffff; text-decoration: underline;}
#footer a:visited { color: #ffffff; text-decoration: underline;}
#footer a:hover { color: #ffffff; text-decoration: none;}	
	

