body {
	color: #000;
	background: url('../images/bg.gif') repeat;
	text-align: center;
	margin: 0px;
	padding: 0px;
	font: 1em tahoma;
}
h1, h2, h3, h4, a {
	color: #600;
}
ul {
	list-style-position: inside;
	list-style-type: circle;
}
#header {
	width: 633px;
	height: 180px;
	background: url('../images/logo.gif') no-repeat;
	margin: 0px auto;
}
#leftnav {
	width: 153px;
	height: 410px;
	background: url('../images/navi.gif') no-repeat;
	margin: 0px 10px 0px 0px;
	display: inline;
	float: left;
}
#mainbody {
	text-align: justify;
	margin: 10px 10px 10px 5px;
}
#mainbody img {
	margin: 0px 20px;
}
#gallery {
	margin: 0px auto;
	text-align: center;
}
#sidebar {
	display: inline;
	float: right;
	margin: 0px 20px;
}
#sidebar a {
	text-decoration: none;
}
#footer {
	clear: both;
	margin: 0px;
	padding: 0px;
	font-size: .8em;
}
.left {
	float: left;
}
.right {
	float: right;
}
.image img {
	border: 1px solid #000;
}