body{
	background: #fff url('../_img/main/bg.jpg') repeat;
	margin: 0;
	padding: 0;
	padding-top: 80px;
	font-family: Verdana, Tahoma, Arial;
	font-size: 11px;
	scrollbar-3dlight-color: #c0b297;
	scrollbar-arrow-color: #716754;
	scrollbar-base-color: #c0b297;
	scrollbar-darkshadow-color: #ded2bc;
	scrollbar-face-color: #ded2bc;
	scrollbar-highlight-color: #c0b297;
	scrollbar-shadow-color: #c0b297;
	scrollbar-track-color: #c0b297;
}
table{
	border-collapse: collapse;
}
td,tr{
	padding: 0;
	margin: 0;
}
img, a {
	border: 0;
}
a{
	color: #000;
	text-decoration: underline;
}
a:hover{
	text-decoration: none;
}
div#container{
	margin: auto;
	width: 810px;
	height: 484px;
}
td#main{
	background: #d2c3a7 url('../_img/main/container_bg.jpg') no-repeat;
	width: 780px;
	height: 454px;
}
ul#menu{
	list-style: none;
}
h1,h2,h3,h4,h5{
	margin: 0;
	padding: 0;
}
div#content{
	overflow: auto;
	padding: 20px;
	height: 290px;
	color: #512326;
	text-align: justify;
	line-height: 25px;
}
div#contentLeft{
	float: left;
	width: 410px;
}
div#contentRight{
	float: right;
	width: 140px;
	border-left: 1px #fff solid;
	padding-left: 10px;
}
div#contentRight img{
	margin-bottom: 5px;
}
div#underContent{
	padding: 0;
	width: 100%;
	text-align: left;
	margin-top: 5px;
}
div.galleryImg{
	width: 24%; 
	float: left; 
	text-align: center; 
	margin-bottom: 15px;
}