/********* Copyright 2006 (C) behrt.com | Seattle, WA ************/

*{padding:0; margin:0;}

body{
margin:0 auto;
padding:0;
font:76% Tahoma,Arial,sans-serif;
background:#845240 url(/assets/img/bg_body.jpg) no-repeat center -15px;
color:#505050;
}

/********* BASICS ************/
p {
	font-size: 1em;
	line-height: 1.6em;
	padding-bottom: 10px;
}
a {
text-decoration:none;
color:#666;
}

a:hover{
text-decoration:underline;
color:#286ea0;
}

a img{
border:0;
}


/*********** LAYOUT ****************/
#container{
color:#303030;
margin:0 auto 0 auto;
padding: 0;
width:670px;
}
#logoholder {
	margin: 0;
	padding: 65px 10px 0 0;
	float:right;
}
#sidebar {
	padding-right: 23px;
	vertical-align: top;
	width: 146px;
	background: url(/assets/img/bg_nav.jpg) top left no-repeat;
	background-repeat: no-repeat;
}
#navigation {
	float: right;
	text-align: right;
}
#navigation a:link {
	color: #747373;
}
 #navigation a:link visited {
 	color: #666;
 }
#navigation a:hover {
	color: #fff;
	text-decoration: none;
}
#navigation ul {
	padding: 20px 3px 10px 10px;
}
#navigation li {
	font-family: "Century Gothic", Arial, sans-serif;
	text-transform: uppercase;
	list-style: none;
	color: #747373;
	font-size: 1em;
	letter-spacing: .03em;
	padding: 5px 0 5px 0;
}
#flashplayer {
	margin: 70px 3px 0 9px;
}

#content {
	text-align: center;
	height: 353px;
	width: 492px;
	padding: 0;
	margin: 0px;
	vertical-align: top;
}
#content-top {
	background: url(/assets/img/top_edge.gif) no-repeat top center;
}
#content-bottom {
	background: url(/assets/img/bottom_edge.gif) no-repeat bottom center;
	padding: 23px 4px 23px 4px;
}


/*********** FOOTER & COPYRIGHT ******/
#footer{
margin:0;
padding:30px 10px 20px 0;
text-align:center;
color:#666;
font-size:0.9em;
}
.clear {
	clear: both;
}
#footer a{
}

#footer a:hover{
color: #ccc;
text-decoration: none;
}

.left{
margin:10px 10px 5px 0;
float:left;
}

.right{
margin:10px 0 5px 10px;
float:right;
}

.textright{
text-align:right;
}

/*********** TYPE STYLES ******/
a.white {
	font-weight: normal;
	color: #fff;
}
a.gray {
	font-weight: normal;
	color: #747373;
}


