body
	{
		text-align: center;
		background: #625542;
		font-family: verdana, sans-serif;
		font-size: 12px;
		line-height: 17px;
		color: #666;
	
	}

a
	{
	color: #947b65;
	text-decoration: none;
	font-weight: bold;
	}

a:hover
	{
		text-decoration: underline;
	}
	
a:active
	{
		color: #625542;
	}

a:visited
	{
		color: #625542;
	}

#container
	{
		text-align: justify;
		margin: 0 auto;
		width: 790px;
		background: #fff;
	}

#nav
	{
		clear: both;
		float: left;
		width: 790px;
		display: inline;
	}

#pictures
	{
		clear: both;
		float: left;
		width: 790px;
		display: inline;
	}

h1
	{
	font: bold normal 14px Verdana, Arial, Helvetica, sans-serif;
	color: #947B65;
	}

h2
	{
		color:#390;
		font-size: 11px;
		line-height: 2px;
		padding: 0px;
	}

#content
{
	float: left;
	width: 430px;
	padding: 0 45px 0 35px;
}

#contact
{
	float: right;
	width: 185px;
	padding: 0 35px 0 45px;
	color: #918069;
	line-height: 17px;
}

#copyright
	{
		clear: both;
		padding: 15px 0 0 0;
		font-size: 9px;
		color: #666;
		text-align: center;
		line-height: 12px;
	}
	
	
#footer
	{
		clear: both;
	}
