/* copyright (c) 1995-2006 Amadeo. You're welcome to study and learn from this code, but the combination of layout, typography, "the design," are ours and you may not use them. Thanks. To own a website like this one call us at 425.806.7464 */

body {
	/* font-family: "Lucida Grande", Tahoma, Verdana, sans-serif; */
	font-family: helvetica, arial, verdana, sans-serif;
	background-color: #333333;
	}
	
p	{
	text-align: left;
	font-size: 13px;
	font-weight: normal;
	color: #ffffff;
	}
	
h1	{
	text-align: left;
	font-size: 16px;
	font-weight: bold;
	color: #a48868;
	}
	
h6	{
	text-align: left;
	font-size: 13px;
	font-weight: bold;
	color: #a48868;
	}
	
.smalltext	{
	font-size: 9px;
	text-align: right;
	font-weight: normal;
	color: #666666;
	}

a:link {
	text-decoration: none; 
	color: #990000;
	} 
	
a:visited {
	text-decoration: none;
	color: #663333;
	} 
	
a:active {
	text-decoration: none;
	color: #8C917F;
	}
	
a:hover {
	text-decoration: underline;
	color: #FF0000;
	}

/* MAIN PAGE WRAPPER */

#wrapper {
	visibility: visible;
	position: relative;
	width: 800px;
	}

#page {
	background-color: #000000;
	font-size: 11px;
	line-height: 14px;
	text-align: left;
	visibility: visible;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #a48868;
	position: relative;
	width: 800px;
	}
	
.player {
	width: 300px;
	border: 1px solid #a48868;
	}
	
#footer {
	font-size: 11px;
	font-weight: normal;
	padding: 10px;
	text-align: right;
	visibility: visible;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	width: 780px;
	}

#footer a:link, #footer a:visited {
	color: #999999; font-size: 11px; 
	font-weight: normal; 
	padding: 2px; 
	}
	
#footer a:active,#footer a:hover {
	color: #999999; 
	font-size: 11px; 
	font-weight: normal; 
	text-decoration: underline; 
	padding: 2px; 
	}
	
#hrule {
	padding: 0px;
	margin: 0px;
	background-color: #ffffff;
	border-bottom: 1px solid #333333; 
	visibility: visible;
	width: 100%;
	height: 0px;
	}

#content {
	width: 450px;
	float: left; 
	margin: 0; 
	padding: 15px;
	}
	
.contentnarrow {
	width: 350px;
	float: left; 
	margin: 0; 
	padding: 15px;
	text-align: center;
	}
	
#contentwide {
	width: 100%;
	float: left; 
	margin: 0; 
	padding: 15px;
	text-align: center;
	}
	
.foto {
	float: left;
	position: relative;
	}

.thumb {
	width: 200px;
	border: 1px solid #a48868;
	margin: 20px;
	padding: 0px;
	text-align: center;
	}
	
.fotoborder {
	border: 1px solid #a48868;
	}
	
#nav #currentpage a {
	color: #ffffff;
	background-color : #000000;
	}

	/*background for the bar that nav lives in */
#nav ul{
   padding : 0;
   margin : 0;
   white-space : nowrap;
   background-color : #666666;
   color : #66FF00;
   float : left;
   width : 100%;
	}
	
#nav ul li{
   display : inline;
	}

#nav ul li a{
   padding-left : 20px;
   padding-right : 20px;
   padding-top : 6px;
   padding-bottom : 5px;
   background-color : #666666;
   font-size: 14px;
   color : #FFFFFF;
   font-weight : normal;
   text-decoration : none;
   float : left;
	}
	
#nav ul li a:hover{
   background-color : #999999;
   color : #000000;
   text-decoration: none;
	}