body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #b39b75;
	background-color: #62413c;
	background-image: url(back.jpg);
	background-repeat: repeat;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
#my_top {
	background-image: url(my_top.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 358px;
	width: 700px;
}

#container {
	width: 700px;
	margin-top: 20px;
}
#my_mid {
	background-image: url(my_mid.jpg);
	background-repeat: repeat-y;
	margin: 0px;
	padding: 0px;
	width: 700px;
}
#main_content {
	width: 680px;
}
#left_content {
	float: left;
	width: 150px;
	margin-top: 10px;
}
#menu {
	margin-top: 10px;
}
.bevelmenu {
	margin: 0px;
	padding: 0px;
	width: 150px;
	list-style-type: none;
	cursor: crosshair;
	color: #3a3732;
}
.bevelmenu li a {
	color: #3a3732;
	text-decoration: none;
	display: block;
	width: 150px;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 3px;
	border: 1px ridge #b39b75;
	list-style-type: none;
	cursor: crosshair;
}
.bevelmenu li a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #f7f9eb;
	background-color: #896e43;
	border: 1px groove #914e1e;
	list-style-type: none;
	cursor: crosshair;
	text-decoration: none;
	display: block;
}
#right_content {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #3a3732;
	float: right;
	width: 480px;
	margin-top: 20px;
	margin-right: 10px;
}
#right_content h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #5c4235;
	margin-bottom: 15px;
}
#right_content p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #2d2e32;
	margin-top: 0px;
	margin-bottom: 20px;
	text-align: justify;
}
#my_footer {
	background-image: url(my_footer.jpg);
	background-repeat: no-repeat;
	height: 34px;
	width: 700px;
	margin-top: 0px;
	margin-bottom: 20px;
}
