body {
	background-color: #ccebcc;
	margin: auto;
}

#picture {
	width: 800px;
	height: 315px;
	margin: auto;
	background-color: #009900;
}

#h_fill {
	width: 800px;
	height: 16px;
	margin: auto;
	background-color: #009900;
}

#central {
	width: 800px;
	margin: auto;
}

#v_fill {
	width: 20px;
	height: 100%;
	margin: auto;
	background-color: #009900;
	float: left;
}

#navigation {
	width: 160px;
	height: 240px;
	margin: 0px;
	background-color: #00ff00;
	background-image: url(../pictures/navigation.gif);
	float: left;
}

#text_field {
	width: 580px;
	height: 100%;
	margin: 0px;
	padding: 0px; 
	background-color: #009900;
	float: left;
}

#frame_top {
	width: 580px;
	height: 15px;
	margin: auto;
	float: left;
}

#frame_text {
	width: 580px;
	margin: 0px;
	background-color: white;
	float: left;
}

#text {
	width: 580px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
	width: expression(document.body.clientWidth > 572? '570px' : '75%');
	max-width: 570px;
}

#frame_bottom {
	width: 580px;
	height: 14px;
	margin: auto;
	float: left;
 	position: relative;
 	bottom: 0px;
}

#picture_table {
	width: 570px;
	height: 100px;
	margin: 0px;
	padding:5px;
	background-color: white;
}

#small_picture {
	width: 130px;
	height: 130px;
	margin: 0px;
	float: left;
	padding:0px;
	background-color: white;
}

#pict_v_fill {
	width: 15px;
	height: 100px;
	margin: 0px;
	float: left;
	background-color: white;
}

#pict_h_fill {
	width: 580px;
	height: 15px;
	margin: 0px;
	float: left;
	background-color: white;
}

#pict_center {
	width: 75px;
	height: 100px;
	margin: 0px;
	float: left;
	background-color: white;
}

#empty_space {
	width: 65px;
	height: 100px;
	margin: 0px;
	float: left;
	background-color: white;
}

#link {
	width: 150px;
	height: 50px;
	margin: 0px;
	float: left;
	background-color: #009900;
}

#link_space {
	width: 325px;
	height: 50px;
	margin: 0px;
	float: left;
	background-color: #009900;
}
