@charset "UTF-8";
.bg {
	background-color: #666666;
	background-image: url(images/nav_bar_bg.jpg);
	background-repeat: repeat-x;
	
}
.left_ds {
	background-image: url(images/left_ds.jpg);
	background-repeat: repeat-y;
	background-position: right;
}
.right_ds {
	background-image: url(images/right_ds.jpg);
	background-repeat: repeat-y;
}

h2{
	font-family: Helvetica, sans-serif;
	font-size: 20px;
	color: #f39020;
	text-decoration: none;
	font-weight: bold;
	margin:15px;
	line-height: 20px;
	font-style:italic;
	letter-spacing: 1px;
}


h1{
	font-family: "Century Gothic", "Arial Black", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	font-weight: normal;
	margin:15px;
	line-height: 20px;
}

.orange{
	color: #f39020;
}


h5{
	font-family: "Century Gothic", "Arial Black", Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFF;
	text-decoration: none;
	margin:15px;
	
	
}

h6{
	font-family: "Century Gothic", "Arial Black", Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333;
	text-decoration: none;
	font-style:italic;
	font-weight:normal;
	margin:15px;
	margin-right:40px;
	
	
}


h1 a:link{
	color: #f39020;
	text-decoration: none;
	font-weight: bold;
}

h1 a:visited{
	color: #f39020;
	text-decoration: none;
	font-weight: bold;
}

h1 a:hover{
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	background:#666
}

#leftcontent {
	width:333px;
	float:left;
	margin:15px;
	margin-top:0;
	margin-right:0px;
	background:url(/images/text_bg.jpg) repeat-x;
	height:100%;
}

#rightcontent {
	width:420px;
	float:right;
	padding: 15px;
}

#full{
	width:770px;
	float:left;
	padding: 15px;
	padding-TOP: 0px;
	margin-top:15px;
}

#leftcontent_switch{
	width:300px;
	float:left;
	padding: 15px;
	padding-TOP: 0px;
	margin-top:15px;
}

#rightcontent_switch{
	width:454px;
	float:right;
	margin:15px;
	margin-top:0;
	margin-left:0px;
	background:url(/images/text_bg.jpg) repeat-x;
	height:100%;
}

#overphoto{
	width:300px;
	float:left;
	padding-top: 0px;
	vertical-align:top;
	
}

#menu.nav ul{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 20px;
	line-height:38px;
	text-align:center;
margin: auto;
width:800px;
	font-style:italic;
	font-weight:bold;
	color: #fff;
	text-decoration: none;
	list-style-type:none;
	}
	
#menu.nav li{
	color:#FFFFFF;
display:block;
float:left;
text-decoration:none;
text-align:center;

}

#menu.nav a:link {
	color:#FFFFFF;
display:block;
float:left;
text-decoration:none;
padding-left:12px;
padding-right:12px;
text-align:center;

}

#menu.nav a:visited {
	color:#FFFFFF;
display:block;
float:left;
text-decoration:none;
padding-left:12px;
padding-right:12px;
text-align:center;

}


#menu.nav a:hover{
	color: #333;
display:block;
float:left;
text-decoration:none;
padding-left:12px;
padding-right:12px;
text-align:center;
background:url(images/roll_bg.jpg) repeat-x;

}
hr {
	color: #999;
}
