/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 0;
	padding: 0;
	background: #FFFFFF url(images/img01.jpg) repeat-x;
	font: normal small Georgia, "Times New Roman", Times, serif;
	color: #999999;
	padding-bottom: 20px;
}

h1, h2, h3 {


	font-weight: normal;
	padding-top: 3px;
	padding-bottom: 3px;
}
h1 {
	font-size: 3em;
	
}




h2 {
	font-size: 2em;
	
}

h3 {
	font-size: 1.4em;

}

img {
	border: none;
}

a {
	color: #333333;
}

a:hover {
	text-decoration: none;
	color: #000000;
}

/* Header */

#header {
	width: 900px;
	height: 200px;
	margin: 0 auto;
}

/* Logo */

a:link, a:visited; a:hover
{
font-decoration: none;
}

#logo {
	height: 110px;
	border: 0px solid black;
}

#logo h1 {
	margin: 0px;
	padding-top: 40px;
	font-size: 48px;
	border: 0px solid black;
	}

#logo h2 {
	float: right;
	padding: 61px 0 0 0;
	font-size: 24px;
	
}

#logo a {
	text-decoration: none;
	color: #1A1A1A;
}

/* Menu */

#menu {
	height: 70px;
	
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;

}

#menu li {
	display: inline;
	margin-right: 10px;
	

}

#menu a {
	display: block;
	float: left;

	height: 45px;
	padding-top: 25px;
	text-transform: lowercase;
	text-decoration: none;
	text-align: right;
	letter-spacing: -2px;
	font-size: 27px;
	color: #B8BD52;
	border: 0px solid black;
   padding-left: 8px;
	padding-right: 5px;

}

#menu a:hover {
	color: #1A1A1A;
}

#menu .active a {
	
	background-color: #B8BD52;
	color: #FFFFFF;

}

/* Gallery */




#content {
	clear: both;
	width: 900px;
	margin: 0 auto;
	
}

#top-photo h2 {


	height: 1.4em;
	font-size: 1em;
}

#top-photo p {
	margin: 0;
	padding: 0 0 10px 0;
}

#prev {
	display: block;
	float: left;
	width: 30px;
	height: 100px;
	background: url(images/leftright.gif) no-repeat;
}

#next {
	display: block;
	float: left;
	width: 30px;
	height: 100px;
	background: url(images/leftright.gif) no-repeat right top;
}

#prev span, #next span {
	display: none;
}

#thumbs {
	display: block;
	float: left;
	width: 790px;
	height: 100px;
	background: url(images/img12.gif) no-repeat;
}

#thumbs img {
	margin: 5px 0 0 7px;
	
}



img.current
{

border: 3px solid #d2d668;
}

img.thumb

{
border: 2px solid #cccccc;
}

.prototype
{
border: 1px solid #cccccc;
margin-top: 10px;
margin-bottom: 10px;
padding: 5px;
clear: both;
}

/* Content */

#content {
	width: 900px;
	margin: 0 auto;
	margin-top: 10px;
	margin-bottom: 20px;
}

#story
{
clear: both;
margin-top: 20px;
border: 0px solid black;
float: left;
margin-bottom: 20px;
width: 900px;
}

#recent-photos
{
display: block;
border: 0px solid black;
float: left;
}

.right
{
float: right;
margin-right: 20px;
}



.col

{
width: 350px;
display: inline;
float: left;
margin-right: 50px;
	border-top: 2px solid #B8BD52;
}

.border
{
border-top: 2px solid #B8BD52;
}



img.sample
{

border: 3px solid #d2d668;
padding-left: 69px;
padding-right: 69px;
padding-top: 10px;
padding-bottom: 10px;
float: center;
margin-top: 10px;
}