body {
	background-color: #000000;
	text-align: center; /* for IE */

}

img {
	border: none;
}

#Container {
	background-color: #84b121;
	margin: 20px auto;   /* align for good browsers */
	text-align: left; /* counter the body center */
	padding: 0;
	width: 800px;
	border: 2px solid #FFFFFF;
}

#Header {
	width: 800px;
	height: 150px;
}

#Header_img1 {
	width: 354px;
	height: 150px;
}

#Header_img2 {
	width: 446px;
	height: 114px;
	background-image: url(../images/layout/header_02.jpg);
}

#Header_img3 {
	width: 110px;
	height: 30px;
}

#Header_img4 {
	width: 95px;
	height: 30px;
}

#Header_img5 {
	width: 103px;
	height: 30px;
}

#Header_img6 {
	width: 138px;
	height: 30px;
}

#Header_img7 {
	width: 446px;
	height: 6px;
	background-image: url(../images/layout/header_07.jpg);
}

#Content {
	width: 800px;
	padding: 0px;
}

}

#Space {
	width: 800px;
	height: 15px;
	padding: 15px;
}

#art {
	margin-top: 30px;
	text-align: center;
	margin-right: 6px;
	word-spacing: 8px;
	bottom: 0;
}

#titles {
	margin-top: 0px;
	text-align: center;
	margin-right: 6px;
	word-spacing: 4px;
	bottom: 0;
}


#thumbs {
	margin-top: 30px;
	text-align: center;
	margin-right: 6px;
	word-spacing: 4px;
	bottom: 0;
}


#thumbs img {
	background-image: url(../images/layout/thumbs_bg.jpg);
	padding: 6px;
}

a.imagehover:hover img {
	opacity: .60;
	filter: alpha(opacity=60);
}


#Footer {
	padding: 0;
	margin: 0;
	width: 800px;
	height: 84px;
	background-image: url(../images/layout/footer.jpg);
}

