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

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

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

a:visited
	{
		color: #947b65;
	}

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

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



#subnav
	{
		clear: both;
		float: left;
		width: 790px;
		display: inline;
		background: #c8bcaa;
	}


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


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

#content
	{
	float: left;
	width: 475px;
	padding: 0 40px 0 30px;
	}

div#content h1
	{
		color: #947b65;
		font-size: 13px;
		font-weight: normal;
	}

div#content h2
	{
		color: #390;
		font-size: 11px;
		line-height: 2px;
		padding: 0px;
	}
	
	
#sidebar
	{
	float: right;
	width: 235px;
	}

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


