body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #e2dba5;
	background-color: #764534;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
#container {
	width: 668px;
	margin-top: 20px;
}
#my_top {
	background-image: url(top1.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 350px;
	width: 668px;
}
#main_content {
	width: 640px;
}
#left_content {
	float: left;
	width: 200px;
	margin-top: 5px;
}
#title {
	background-image: url(menu.jpg);
	background-repeat: no-repeat;
	height: 72px;
	width: 147px;
}
#menu {
	margin: 5px;
}
.bevelmenu {
	margin: 0px;
	padding: 0px;
	width: 180px;
	list-style-type: none;
}
.bevelmenu li a {
	font-weight: bold;
	color: #d2ad67;
	text-decoration: none;
	display: block;
	width: 100%;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
	border: 1px solid #c09e45;
}
.bevelmenu li a:hover {
	color: #fff;
	border-top-style: outset;
	border-right-style: outset;
	border-bottom-style: outset;
	border-left-style: outset;
}
#right_content {
	float: right;
	width: 400px;
	margin-top: 20px;
	margin-right: 5px;
}
h1 {
	font-size: 16px;
	font-weight: normal;
	color: #d2ad67;
	margin-bottom: 15px;
}
p {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
	margin-top: 0px;
	margin-bottom: 20px;
}
#footer {
	font-size: 10px;
	color: #e2dba5;
	margin: 0px;
	padding: 0px;
	width: 668px;
}
