body
{
	background: url(images/bg.gif) no-repeat center top;
	margin: 0;
	padding: 0;
	font-family: Georgia;
}

#container
{
	margin: 0 auto;
	width: 600px;
}

#header
{
	background-image: url(images/logo.png);
	background-repeat: no-repeat;
	height: 200px;
}

#header h1 { margin: 0; }

#navigation
{
	float: left;
	width: 600px;
	background:#333;
}

#navigation ul
{
	margin: 0;
	padding: 0;
}

#navigation ul li
{
	list-style-type: none;
	display: inline;
}

#navigation li a
{
	display: block;
	float: left;
	padding: 5px 10px;
	color:#fff;
	text-decoration: none;
	border-right: 1px solid#fff;
}

#navigation li a:hover { background:#383; }

#content
{
	clear: left;
	padding: 30px;
	border: 10px solid #a29061;
	background-color: #fffff3;
	position: relative;
	padding-bottom: 270px;
}

#content h2
{
	color:#000;
	font-size: 110%;
	margin: 0 0 .5em;
	text-align: center;
	line-height: 140%;

}


#content h3
{
	color:#000;
	font-size: 105%;
	margin: 0 0 .5em;
	text-align: center;
	line-height: 180%;

}

#content h3 a
{
	color:#a29061;
	text-decoration: none;
}


#content h3 a:hover
{
	color:#000;
	text-decoration: underline;
}

#content p
{
	line-height: 130%;
}


#photo{
	background-image: url(images/photos.png);
	width: 660px;
	height: 270px;
	position: absolute;
	bottom: 0px;
	left: -35px

}

#footer
{
	text-align: center;
	height: 40px;
	background-image: url(images/shadow.jpg);
	color: #cccccc;
	padding-top: 3px;
	font-size: 80%;
	background-repeat: no-repeat;
}

