@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
	line-height: 150%;
}
body {
	background-color: #666051;
	margin-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 20px;
}
a:link {
	color: #E2D800;
	font-weight: bold;
	text-decoration: none;
	outline: none;
}
a:visited {
	text-decoration: none;
	color: #E2D800;
	outline: none;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
	color: #E2D800;
	outline: none;
	font-weight: bold;
}
a:active {
	text-decoration: none;
	color: #E2D800;
	outline: none;
	font-weight: bold;
}

.menuDetails {
	color: #666051;
	font-size: 10px;
	line-height:150%;
	text-align:left;
}

H1{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#E2D800;
	font-size:24px;
}

H2{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#000;
	font-size:24px;
}

H3{
	font-family:Arial, Helvetica, sans-serif;
	color:#666051;
	font-size:16px;
	line-height:150%;
}

H4{
	font-family:Arial, Helvetica, sans-serif;
	color:#666051;
	font-size:14px;
	line-height:150%;
	margin-top:-15px;
	text-align:right;
	font-style:italic;
}

hr {
background: transparent;
color: transparent;
border-left: none;
border-right: none;
border-top: none;
border-bottom: 1px dashed #C1B9AC;
height:1px;
padding: 5px 0px 5px 0px;
}

.more {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	color: #666051;
	line-height: 125%;
	font-weight: bold;
	text-transform:uppercase;
}

.more A:link {color:#666051; text-decoration:none; font-weight:normal; outline: none;}
.more A:visited {color:#666051; text-decoration:none; font-weight:normal; outline: none;}
.more A:active {color:#666051; text-decoration:none; font-weight:normal; outline: none;}
.more A:hover {color:#E2D800; text-decoration:underline; font-weight:normal; outline: none;}

.footer {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #C1B9AC;
	line-height: 125%;
	text-align:center;
}

.footer A:link {color:#C1B9AC; text-decoration:none; font-weight:normal; outline: none;}
.footer A:visited {color:#C1B9AC; text-decoration:none; font-weight:normal; outline: none;}
.footer A:active {color:#C1B9AC; text-decoration:none; font-weight:normal; outline: none;}
.footer A:hover {color:#E2D800; text-decoration:underline; font-weight:normal; outline: none;}


/*PHOTOGALLERY*/
	
#gallery {
	position: relative;
	float: left;
	height: 100%;
	min-width: 350px;
	width: 435px;

}

.photos {
	position: relative;
	float: left;
	display: block;
	padding-bottom: 10px;
}

.photos a {
	display: block;
	float: left;
	padding-right: 8px;
}

.photosets {
	clear: both;
	padding-top: 1px;
}
.photosets h2 {   
	color: #000;
}

