* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #ddcaa5;
	font-family: Arial;
	color: #2f4d57;
	font-size: 14px;
	text-align: center;
	padding-top: 5px;
}

img {
	border: none;
}

#site {
	width: 851px;
	margin: 0 auto;
}

#top_glow {
	background: transparent url('../images/top_glow.png') no-repeat;
	width: 831px;
	height: 10px;
}

#bottom_glow {
	background: transparent url('../images/bottom_glow.png') no-repeat;
	width: 851px;
	height: 10px;
}

#left_glow {
	background: transparent url('../images/left_glow.png') repeat-y;
	width: 10px;
	height: 100%;
}

#right_glow {
	background: transparent url('../images/right_glow.png') repeat-y;
	width: 10px;
	height: 100%;
}

td#main_container {
	border: 5px solid #ffffff;
}

div#header {
	width: 821px;
	height: 248px;
	border-bottom: 5px solid #ffffff;
}

div#left {
	width: 280px;
	float: left;
	background: transparent url('../images/left_bg.png') repeat-y;
	background-color: #593636;
	text-align: justify;
	color: #ccb68b;
}

div#content {
	float: left;
	border-left: 5px solid #ffffff;
	width: 536px;
}

div#content div#head {
	width: 536px;
	height: 80px;
}

div#content div#body {
	width: 536px;
	height: 596px;
	text-align: justify;
	color: #452121;
}

div.inside {
	padding: 20px;
}

div.text_container {
	padding: 10px 15px 0 15px;
}

span.more {
	float: right;
	text-align: right;
	margin-bottom: 5px;
}

/*
div#logo {
	set by javascript
}
*/

div.navigation {
	width: 100%;
	text-align: center;
}

div.img_cont_left {
	float: left;
	padding-right: 5px;
}

div.img_cont_right {
	float: right;
	padding-left: 5px;
}

div.images {
	margin-bottom: 10px;
}

div.flashes div.flash_cont {
	float: left;
	padding-left: 6px;
}

div.flashes > div:first-child {
	float: left;
	padding-left: 2px;
}

div.sign {
	width: 100%;
	text-align: right;
	padding: 20px 0px 30px 0px;
}

span.title {
	font-weight: bold;
	text-decoration: underline;
	font-size: 18px;
}

div.fruit_box1 {
	float: left;
	margin-left: 30px;
}

div.fruit_box2 {
	float: left;
	margin-left: 70px;
}

iframe.hider {
	position: absolute;
	top: 0px;
	left: 65%;
	z-index: 100;
	background-color: #ddcaa5;
	width: 35%;
	height: 977px;
	border: none;
	font-size: 50px;
	color: red;
}