BODY, H1, H2, H3, H4, H5, H6 {
	font-family:verdana, arial, helvetica;
}

BODY{
	margin:0;
	padding:0;
	background-color:#FFF;
	font-size:0.7em;
	color: #333333;
}

A:link {text-decoration:none}
A:active {text-decoration:none}
A:visited {text-decoration:none}
A:hover {text-decoration:underline}

A{
	color: #958241;
}

P{
	
}

H1.image{
	border:0;
	margin:0;
	padding:0;
	margin-left:20px;
}

H2{
	font-size: 1.1em; 
	color: #958241;
}

H2.gallery{
	margin:0;
	padding:0;
	color: #000;
	font-size:0.9em;
}
/* Gallery section */
.galleryBox
{
	margin-bottom:20px;
	width:140px;
	height:100px;
	float:left;
	/*display:inline;*/
}
#gallerySideBox
{
	float:left;
	margin:0;	
	padding:0;
	margin-left:20px;
	width:219px;
	display:inline;/* needed for IE bug fix */
}
#gallerySideBox H2{
	margin:0;
	padding:0;
	color: #958241;
	line-height:1.2em;
	font-size:1.2em;
	display:inline;
	margin-right:1em;
}

#gallerySideBox P{
	margin:0;
	padding:0;
}
#galleryMainBox
{
	float:left;
	margin-right:50px;
	width:500px;
}

#thumbnails{
margin-left:25px;
margin-top:10px;
}

#thumbnails IMG{
	margin-right:2px;
	margin-bottom:5px;
}
#thumbnails IMG, A:link, A:active, A:visited, A:hover{
	border:none;
}

#galleryMainBox H2 span.contrast{
	color:#000;
}

ul.links li {
	font-weight:normal;
}

ul.links li .contrast{
	color:#000;
}
/* End Gallery section */
/* Home page */
.homeMain {
	margin:0 40px;
	text-align:left;
}
.homeMain P{
	font-family: "Times New Roman", Times, serif; 
	font-size: 1.2em; 
	line-height: 1.3em;
}

.homeFeature {
	text-align:left;
	margin:0 40px 10px 40px;
	border:1px dotted #958241;
	padding:5px;
	background-color:#efece3;
}

.homeFeature H1{
	font-size:1.1em;
}