body {
	background: #E2D0AC;
	margin: 10px 0px 0px 0px;
	padding: 0px;
	font: 11px arial, sans-serif; line-height: 13px;
}

a:link		{ background: transparent; color: #920000; }
a:visited	{ background: transparent; color: #920000; }

img {
	border: 0px;
	display: block;
}

#container {
	background-color: #E2D0AC;
	height: auto;
	width: 820px;
	margin-left: auto;
	margin-right: auto;
}

#header {
	margin: 0px;
	padding: 0px;
	width: 820px;
}

#header2 {
	width: 559px;
	height: 21px;
	padding-left: 261px;
	float: right;
	background-image: url(images/bg-nav.gif);
}

#nav {
	margin: 4px 0px 0px 0px; 
	padding: 0;
	
	}
#nav li {
	list-style-type: none;
	display: inline;
	line-height: 17px;
	}		
#nav li a { 
	text-decoration: none; 
	border-bottom: 0;
	padding: 0px 14px;
	font-size: 11px;
	float: left;
	font-weight: bold;
	}
#nav li a:hover { background-color: #FFF9E9; }

#middle {
	width:497px;
	height: auto;
	padding-left: 4px;
	float: left;
	padding-top: 3px;
}

#middle2 {
	width: 309px;
	height: auto;
	padding-left: 3px;
	margin-top: 1px;
	float: right;
}

#box {
	background-color: #D2C099;
	
	height: 5px;
	width: 499px;
}

#box2 {
	background-color: #FEF8E8;
	clear: left;
	float: none;
	height: auto;
	width: 489px;
	padding:4px;
	border-left: 1px solid #D2C099;
	border-right: 1px solid #D2C099;
	border-top: 1px solid #D2C099;
}

.content{
	padding:5px;
	height: auto;
	border:1px solid #D2C099;
	background-color:#FEF8E8;
	color:#545142;
}

.contentdiv1{
	padding:1px;
	border-right: 1px solid #D2C099;
	width: 230px;
	float: left;
}

.contentdiv2{
	padding:1px;
	margin-left: 8px;
	margin-top: 19px;
	width: 230px;
	float: left;
}

.clear { 
	clear: both;
	background-image: url(images/hline.gif);
	height: 14px;
 }
 
.contphoto{
	padding:2px;
	height: auto;
	background-color:#E2D0AC;
}

.contphotoins{
	margin-left: 21px;
	margin-top: 7px;
	width:427px;
	height: auto;
	background-color:#E2D0AC;
}

.contphotobox{
	
	width:120px;
	height: auto;
	background-color:#D2C099;
	float: left;
	
}

.sp{
	width:32px;
	float: left;
}

.clear2 { 
	clear: both;
	line-height: 9px
 }
 
.contentdiv3{
	padding:1px;
	border-right: 1px solid #D2C099;
	width: 230px;
	float: left;
}

.listen{
	padding-left:3px;
	padding-top:1px;
	padding-bottom:3px;
	margin-left: 3px;
	width: 200px;
	float: left;
} 

.shows{
	padding-left:3px;
	padding-top:10px;
	padding-bottom:3px;
	margin-left: 3px;
	width: 200px;
	float: left;
} 
 
.contentdiv4{
	padding:1px;
	width: 230px;
	float: left;
	margin-left: 8px;
}

#mainpic{
	width: 303px;
	background-color: #9B937A;
	float: right;
	padding-left: 6px;
}

.footer{
	width: 820px;
	height: 21px;
	background-color: #D2C099;
	clear: both;
}

.ft1{
	width: 7px;
	height: 21px;
	float: left;
}

.ft2{
	width: 806px;
	padding-top: 3px;
	height: 18px;
	float: left;
	text-align:right;
	color: white;
}

img.bottom_border {
clear: both;
}

#lightbox{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left; background: url(images/prevlabel.gif) left 15% no-repeat;}
#nextLink { right: 0; float: right; background: url(images/nextlabel.gif) right 15% no-repeat;}
#prevLink:hover, #prevLink:visited:hover { background: url(images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{
	padding:0 10px;
	}
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}
	
.colors_widget_title{
        text-align:center;
		
}

.colors_widget_title a:link, .weather_widget_title a:visited{
      
        color:#3F3F3F;
		text-align:center;
		text-decoration: none;
}

.colors_widget_title a:hover{

        text-align:center;
        color:#000000;
		text-decoration: none;
}

.style2 {
	color: #920000;
	font-weight: bold;
}
.style3 {font-size: 18px}
