body {
margin: 0 auto;
background: #333 url(gallery/bg.gif);
	color: #333;
	margin: 1% 0;
}

body div {
text-align: left
}

#main {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	background-color: #292929;
	margin-top: 10px;
	border: 12px solid #222;
}

#head {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	text-align: center;
	height: 170px;
	width: 780px;
	background-image: url("head.jpg");
	background-position: center;
	background-repeat: no-repeat;
}

#head h1 {
margin-top: 0px;
margin-bottom: 0px;
padding-top: 50px;
color: #292929;
}

#menu {
	float: left;
	clear: left;
	width: 130px;
	font-family: sans;
	margin-bottom: 10px;
	margin-left: 10px;
}

#menu h1 {
	padding-left: 5px;
	font-size: 14px;
	margin-top: 5px;
	margin-bottom: 5px;
	color: #FFFFFF;
}

#menu a {
color: #FF6600;
padding-left: 5px;
padding-top: 5px;
padding-bottom: 5px;
text-decoration: none;
display: block;
background-color: #006600;
border-bottom: 1px solid #292929;
}

#menu a:hover {
	background-color: #006600;
}

#sidegallery {
	float: right;
	clear: right;
	width: 160px;
	text-align: center;
	margin-bottom: 10px;
	margin-right: 0px;
}

a img {
border: 2px solid #575757;
margin-bottom: 5px;
margin-left: 5px;
margin-right: 5px;
}

a:hover img {
border: 2px solid #676767;
}

#content {
	font-family: serif;
	padding: 5px 0px 5px 5px;
	margin-left: 150px;
	margin-right: 10px;
	margin-bottom: 10px;
	width: 480px;
	background-color: #999933;
	color: #292929;
}

#content h1 {
font-size: 14px;
margin-top: 5px;
margin-bottom: 0px;
color: #292929;
}

#content a {
text-decoration: none;
color: #292929;
font-style: italic;
}

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

#foot {
text-align: center;
color: #676767;
font-size: 12px;
}

#foot a {
color: #676767;
text-decoration: none;
font-style: italic;
}

#foot a:hover {
text-decoration: underline;
}

.footer {
	background-image: url(gallery/bgfooter.gif);
}

