#base_header {
	display: none;
}
#base_center_top {
	display: none;
}

#base_top {
	border-bottom: 1px solid #ccc;
}

#base_under_top {
	height: 0;
	background-image: none;
}
	
#base_center 
{
	width: 820px;
	background-image: none;
	background-color: #FFFFFF;
	border: 1px solid #502320;
	border-top: none;
	border-bottom: none;
	margin: 0;
	padding: 0;
	padding-top: 10px;
	padding-bottom: 10px;
}

#base_center .header {
	margin: 0px 10px 15px 10px;
}

#base_center .header h2 {
font-size: 12px;
}

#base_center .section {
	margin: 0;
	padding: 0px 10px 5px 10px;
}
#base_center .section p {
	padding: 0;
	margin: 0;
}
#base_center .section .gallery {
	padding: 0;
	margin: 0;
}

#base_center .section td {
	margin: 0;
	padding: 0;
}

#base_center_bottom {
	width: 820px;
	height: 100%;
	background: url(../images/common/header_footer.jpg) top center no-repeat;
	padding-top: 10px;
}

	#base_center_bottom div {
		background: transparent url(../images/common/content_bg.jpg) top center repeat-y;
	}
	
	#base_center_bottom p {
		padding: 0px 10px 15px 10px;
	}
#base_footer {
	width: 820px;
	background: transparent url(../images/common/content_footer.jpg) top center no-repeat;
	padding-top: 20px;
}

