#container {
	color: #FFF;
	background-color: #000;
	float: none;
	height: 1000px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	float: left;
	height: 75px;
	width: 600px;
	font-size: 40px;
}
#language {
	float: right;
	height: 75px;
	width: 200px;
	text-align: right;
	vertical-align: text-top;
}

#navigation {
	float: left;
	height: 40px;
	width: 800px;
	font-size: 26px;
}
#title {
	float: left;
	height: 75px;
	width: 800px;
	font-size: 40px;
}
#body_copy_left {
	float: left;
	height: 900px;
	width: 400px;
	padding: 5px;
	vertical-align: text-bottom;
}
#body_copy_right {
	float: left;
	height: 590px;
	width: 290px;
	padding: 5px;
	background-image: none;
}
#footer {
	float: left;
	height: 50px;
	width: 800px;
	text-align: center;
}
a:link {
	color: #98C98F;
	text-decoration: none;
}
a:visited {
	color: #98C98F;
	text-decoration: none;
}
a:hover {
	color: #900;
	text-decoration: none;
}
#body_copy_one_block {
	float: left;
	height: 700px;
	width: 790px;
	background-image: url(images/cherry_new-1.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding: 5px;
}
#body_copy_gallery {
	float: left;
	height: 600px;
	width: 790px;
	padding: 5px;
	clip: rect(0px,auto,auto,auto);
}

