@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 15px;
	margin: 0px;
	padding: 0px;
}
p {
	font-size: 12px;
	line-height: 1.6em;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a:link {
	color: #95937A;
	text-decoration: none;
}
a:visited {
	color: #95937A;
	text-decoration: none;
}
a:hover {
	color: #95937A;
	text-decoration: underline;
}
a:active {
	color: #95937A;
	text-decoration: none;
}




div#container {
	width: 875px;
	margin: auto;
	padding: 0px;
}
div#container.home {
	width: 869px;
	padding-top: 30px;
}

div#header {
	padding-top: 30px;
	padding-bottom: 10px;
}

div#logo {
	float: left;
}
div#container.home div#logo {
	margin: auto;
	float: none;
	width: 400px;
	text-align: center;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	clear: both;
}

div#buttons {
	float: right;
	padding-top: 55px;
	padding-right: 90px;
}
div#container.home div#buttons {
	margin: auto;
	float: none;
	width: 400px;
	clear: both;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 50px;
}

div#buttons ul {
	margin: 0px;
	padding: 0px;
}
div#buttons li {
	float: left;
	list-style-type: none;
	padding-left: 35px;
}
div#buttons a {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
div#buttons a:hover {
	color: #95937A;
	text-decoration: none;
}

div.clear {
	clear: both;
}
div#main {
	background-image: url(../images/gradient.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
div#photo {
	float: left;
	width: 374px;
	margin-top: 2px;
}
div#container.home  div#photo {
	width: 869px;
}

div#text {
	float: left;
	padding-top: 30px;
	padding-right: 0px;
	padding-left: 30px;
	padding-bottom: 20px;
	width: 470px;
}
div#footer {
	font-size: 11px;
	color: #999999;
	display: none;
}
div#footer a {
	font-size: 11px;
	color: #999999;
	text-decoration: none;
}
div.gallery  a#gallery, div.about a#about, div.contact a#contact {
	color: #95937A;
}

/* GALLERY */
#full-holder {
	width: 869px;
	height: 580px;
	background-image: url(../images/ajax-loader.gif);
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
}
.thumb {
	opacity:.3;
	filter: alpha(opacity = 30);
}

img#full-img { position:relative; }