
body{
	font-family:Verdana, Arial, sans-serif;
	font-size:11px;
	background-color:#8d9496;
	margin:5% auto;
	padding:0;
	color:#000;
	}

#wrapper{
	background-color:#FFF;
	width:840px;
	height:188px;
	padding:20px 20px 0 20px;
	margin:0 auto;
	}
	
#Header{
	background-image:url(images/Spotlights-header.jpg);
	width:840px;
	height:188px;
	}
	
#Header #location{
	width:792px;
	height:96px;
	padding:24px 24px 0 24px;
	color:#FFF;
	text-align:right;
	font-size:10px;
	}
	
#Header #contact{
	width:792px;
	height:30px;
	padding:0 24px;
	color:#FFF;
	text-align:right;
	font-size:10px;
	}	
	
#navigation{
	
	background-color:#FFF;
	width:840px;
	height:28px;
	padding:0 20px;
	}
	
#contents{
	width:840px;
	height:380px;
	margin:0 auto;
	background-color:#FFF;
	padding:15px 20px;
	}
	
#contents #left-column{
	width:430px;
	height:380px;
	float:left;
	}
	
#contents #left-column #map-header{
	width:100%;
	height:35px;
	}
	
#contents #left-column #map{
	width:100%;
	height:305px;
	}
	
#contents #left-column #map-bottom{
	width:375px;
	height:20px;
	font-size:11px;
	background-image:url(images/map-bottom.gif);
	background-repeat:no-repeat;
	padding:5px 15px;
	}	
	
#contents #right-column{
	width:400px;
	height:380px;
	float:right;
	padding:0 10px 0 0;
	}
	
#contents #right-column #system-1{
	width:100%;
	height:33px;
	float:left;
	}
	
#contents #right-column #system-2{
	width:100%;
	height:25px;
	float:left;
	clear:both;
	}
	
#contents #right-column #system-3{
	width:100%;
	height:26px;
	float:left;
	clear:both;
	}
	
#contents #right-column #system-4{
	width:100%;
	height:39px;
	float:left;
	clear:both;
	}		
		
#fotos{
	width:840px;
	height:54px;
	padding:0 20px 20px 20px;
	clear:both;
	background-color:#FFF;
	margin:0 auto;
	}
	
.thumbs{
	width:54px;
	height:54px;
	padding-right:6px;
	float:left;
	z-index:50;
	}
	
.thumbs a.p1, .thumbs a.p1:visited{
	display:block;
	width:54px; 
	height:54px; 
	text-decoration:none;
	background:#fff;
	margin:0; border:0;
	}
	
.thumbs a img {
	border:0;
	}
	
.thumbs a.p1:hover {
	text-decoration:none; 
	background-color:#8c97a3;
	color:#000;
	}
	
.thumbs a .large {
	display:block;
	position:relative;
	visibility:hidden;
	}
	
.thumbs a.p1:hover .large {
	display:block;
	position:relative;
	top:-155px;
	left:20px;
	width:120px;
	height:100px;
	border:5px solid #ccc;
	visibility:visible;
	}
	
#captions{
	margin:12px auto;
	font-size:85%;
	width:840px;
	padding:0 20px;
	color:#FFF;
	}
	
#copyright{
	width:45%;
	float:left;
	}

#valid-code{
	width:43%;
	text-align:right;
	float:left;
	}
	
#designed{
	width:12%;
	text-align:right;
	float:right;
	}		
		
.bold{
	font-weight:bold;
	z-index:5;
	}
	
.italic{
	font-style:italic;
	z-index:5;
	}
	
.headline{
	font-size:21px;
	color:#ed1d23;
	font-weight:bold;
	z-index:7;
	}
	
.red-1{
	color:#F70019;
	z-index:5;
	}	
	
.red{
	color:#F70019;
	font-weight:bold;
	z-index:5;
	}	
	
a{
	text-decoration:none;
	color:#ed1d23;
	}	
	
a:hover, #left-column a:hover{
	text-decoration:underline;
	color:#ed1d23;
	}
	
#contact a, #location a{
	text-decoration:none;
	color:#FFF;
	}	
	
#contact a:hover, #location a:hover, #valid-code a:hover{
	text-decoration:underline;
	color:#F70019;
	}
	
#valid-code a{
	text-decoration:underline;
	color:#FFF;
	}
	
#left-column a{
	text-decoration:none;
	color:#000;
	}		