body
	{
	font-family: verdana, sans-serif;
	color: black;
	background-color: #66c;
	text-align: center;
	/*background-image: url("img/img.jpg");*/
	}
	
#structure
	{
	border: solid 1px black;
	width: 500px;
	background-color: white;
	}

#banner
	{
	}

#menu
	{
	background-color: black;
	width: 100%;
	height: 18px;
	}

#content
	{
	padding: 30px;
	text-align: left;
	}
	
h4
	{	
	font-size: 80%;
	margin-bottom: 2px;
	}

p
	{
	margin-top: 0;
	margin-bottom: 8px;
	font-size: 80%;	
	}

small
	{
	font-size: 70%;
	color: #333;
	}

strong { font-weight: bold }

div.photos
	{
	background-color: #ccc;
	border: solid 1px #999;
	margin-bottom: 6px;
	}

div.feature
	{
	background-color: #eee;
	padding: 8px;
	border: solid 1px #999;
	margin-bottom: 8px;
	}

div.feature_white
	{
	background-color: #fff;
	padding: 8px;
	border: solid 1px #999;
	margin-bottom: 8px;
	}

hr
	{
	color: #999;
	height: 1px;
	width: 100%;
	}
