body {
	font-family : Century Gothic,CenturyGothic,AppleGothic,sans-serif;
	color: black;
	background-color: #fff;
	margin: auto;  
 	width: 750px;
}

h1 {
	color: black;
	background-color: #fff; 
	font-weight : bold;
	font-variant: small-caps; 
	font-size: 140%;
}

h2 {
	color: black;
 	background-color: white; 
	font-variant: small-caps; 
	font-size: 135%;
}

h3 {
	color: black;
	background-color: #fff; 
	font-weight : bold;
	font-variant: normal; 
	font-size: 110%;
}


#container { 
	padding: 15px 0px 15px 0px; 
	color: black; 
}

a:link { 
	color: #000;
	background-color: #fff; 
	text-decoration: none;  
	font-weight: bold;  
}

a:visited { 
	color: #000;
	background-color: #fff; 
	text-decoration: none;  
	font-weight: bold;  
}

/*
a:hover {
	color: #c00;
	background-color: #fff; 
	font-weight: bold;  
	text-decoration: underline;
}
*/

.bi { font-weight: bold; font-style: italic; }
.sm {font-size: 85%;}

#HomeContainer {
	width: 750px;
	}

/*
#HomePhoto {
	float: left;
	background-color: #fff;	
	width: 378px;
	font-size: 90%; color: #666;
}
*/

#HomeContent {
	float: left;
	text-align: justify;
	margin-left: 10px;
}

#slider_container {
	clear:both; 
	width: 750px !important;
	overflow: auto;
}

#slider {
	height: 210px;
	width: 1500px;
	margin: 0 0 0 100px;
	padding: 0;
	overflow: auto;
}

#slider a img {
	border: 3px solid black;
}

#slider li {
	float: left;
	margin: 0 5px;
	padding: 0;
	list-style: none;
}

#slider li:first-child {
	margin:0 5px 0 18px;
}

#slider a:hover img{
 border: 3px solid red;
 }
 
 
 .prev, .next {
 	position:absolute;
	height:106px;
	width:15px;
	padding-top:90px;
	font-size:20px;
	font-weight:bold;
	z-index:5;
	background-color:#ccc;
 	cursor:pointer;
 }
 
 .next {
 	position:absolute;
	right: 0;
  
 }
 
 #justify {
	 text-align: justify; }

#address {float: right; margin-left: 0px; margin-top: 25px; color: black; background-color: #fff; }

#tag {color: #666; font-style: italic;}
