body {
 background-image: url('../img/bg_02.jpg');
	background-color: #FEF9EA;
	margin: 0px;
	overflow: hidden;
	font-family: Garamond, Times New Roman;
	font-size: 12px;	
	color: #4B5037;
	text-decoration: none;	
}
table, tr, td {
	font-family: Garamond, Times New Roman;
	font-size: 12px;	
	color: #4B5037;
	text-decoration: none;	
}
a {
	color: black;
	text-decoration: none;
}
a:hover {
	color: black;
	text-decoration: underline;
}
input, textarea {
	border: 1px solid #333333;
	background-color: #FEF9EA;
	font-family: Garamond, Times New Roman;
	font-size: 12px;
	color: black;
	padding: 2px;
	margin-right: 2px;
}
#container {
	position: absolute;
	left: 50px;
	top: 50px;
	width: 700px;
}
#left {
	width: 340px;
}
#right { 
	position: absolute;
	top: 0px;
	left: 360px;
 width: 350px;
}
#center { 
	position: absolute;
	top: 45px;
	left: 340px;
	width: 20px;
}
.header {
	height: 20px;
	margin: 30px;
}
.picture_box {
	width: 340px;
	height: 330px;
}
#content {
	position: absolute;
	font-size: 12px;
	font-family: Garamond, Times New Roman;
	color: #4B5037;
	text-decoration: none;
}
#scroll {
	position: relative;
	top: 6px;
	left: 327px;
	width: 17px;
	height: 365px;
}
#drag {
	position: absolute;
	width: 16px;
	height: 16px;
	top: 16px;
	left: 0px;
}
#up {
	position: absolute;
	top: -9px;
	left: 0px;
	width: 16px;
	height: 16px;
	background-image: url("../img/arrow_up_02.gif");
	background-position: top left;
	background-repeat: no-repeat;
}
#down {
	position: absolute;
	top: 369px;
	left: 0px;
	width: 16px;
	height: 16px;
	background-image: url("../img/arrow_down_02.gif");
	background-position: top left;
	background-repeat: no-repeat;
}
#form_container {
	text-align: right;
	width: 235px;
}
#form_bottom {
	width: 100%;
	text-align: center;
}