html,body {
	width: 100%;
	padding: 0px;
	margin: 0px;
	background-color: #666666;
}
.container {
	width: 800px;
	margin: 0 auto;
}
:link img {
  border: none;
}
.header1 {
	width: 679px;
	height: 15px;
	background: url(img/header1.jpg);
	font-family: Verdana;
	color: #FFFFFF;
	font-size: 11px;
	text-align: right;
	padding: 7px 61px 3px 60px;
	cursor: default;
}
.header1 a {
	color: #FFFFFF;
	text-decoration: none;
}
.header1 a:hover {
	text-decoration: underline;
}
.header2 {
	width: 675px;
	height: 25px;
	background: url(img/header2.png) bottom left repeat-x;
	font-family: Book Antiqua, Times New Roman;
	color: #666666;
	font-size: 50px;
	text-align: left;
	padding: 30px 50px 50px 95px;
	cursor: default;
}
.content {
	min-height: 250px;
	background: url(img/background.jpg);
	color: #666666;
	text-align: left;
}	
.content_holder{
width:450px;
margin-left:75px;
float:left;
margin-top:0px;
margin-bottom:0px;
}
.content h1 {
	font-family: Times New Roman;
	font-size: 24px;
	padding: 10px 200px 0px 85px;
	margin: 0px;
	font-weight: normal;
	cursor: default;
}
.content p {
	font-family: Verdana;
	font-size: 12px;
	padding: 5px 180px 0px 80px;
	margin: 0px;
	cursor: default;
}
.content a {
	color: #666666;
	text-decoration: underline;
}
.content a:hover {
	text-decoration: none;
}
.quote {
	min-height: 30px;
	width: 460px;
	background: url(img/quote.jpg) #FFFFFF;
	background-repeat: no-repeat;
	border-left: 1px solid #999999;
	margin: 10px 180px 2px 130px;
	font-family: Verdana;
	font-size: 12px;
	text-align: left;
	padding: 3px 0px 4px 6px;
	font-style: italic;
	cursor: default;
}
.top {
	width: 540px;
	border-top: 1px solid #CCCCCC;
	margin: 10px 180px 0px 80px;
	font-family: Verdana;
	font-size: 12px;
}
.top a {
	color: #CCCCCC;
	text-decoration: none;
}
.top a:hover {
	text-decoration: none;
}
.bottom {
	height: 20px;
	background: url(img/bottom.jpg);
	background-repeat: no-repeat;
}
.footer {
	font-family: Verdana;
	font-size: 10px;
	color: #FFFFFF;
	cursor: default;
	text-align: center;
}
.footer a {
	color: #FFFFFF;
	text-decoration: none;
}
.footer a:hover {
	text-decoration: underline;
}

/*SLIDE VIEWER CODE*/ 

/*preload classes*/ 
.svw {
	width: 50px;
	height: 20px;
	background: #fff;
} 
.svw ul {position: relative; left: -999em;} 
 
/*core classes*/ 
.stripViewer {  
position: relative; 
left: 85px;
overflow: hidden;  
border: 3px solid #a09271;   
margin: 0 0 1px 0; 
} 
.stripViewer ul { /* UL of images */ 
margin: 0; 
padding: 0; 
position: relative; 
left: 0; 
top: 0; 
width: 1%; 
list-style-type: none; 
} 
.stripViewer ul li {  
float:left; 
} 
.stripTransmitter { 
overflow: auto; 
width: 1%; 
} 
.stripTransmitter ul { 
margin-left: 85px; 
padding: 0; 
position: relative; 
list-style-type: none; 
} 
.stripTransmitter ul li{ 
width: 20px; 
float:left; 
margin: 0 1px 1px 0; 
} 
.stripTransmitter a{ 
font: bold 12px Verdana, Arial; 
text-align: center; 
line-height: 22px; 
background: #a09271; 
color: #fff; 
text-decoration: none; 
display: block; 
} 
.stripTransmitter a:hover, a.current{ 
background: #fff; 
color: #a09271; 
} 
 
/*tooltips formatting*/ 
#tooltip { 
background: #fff; 
color: #000; 
opacity: 0.85; 
border: 5px solid #dedede; 
} 
#tooltip h3 {  
font: normal 10px Verdana;  
margin: 0;  
padding: 6px 2px;  
border: 0; 
} 
