body {
	background-color:#d6e3b8;
}

Div#site{
	background-image: url(../Pictures/Untitled.jpg);
	background-repeat: repeat;
}

Div#container {
	position : relative;
	width : 1000px;
	margin: auto;
	background-color: #FFFFCC;
}

Div#logo_text {
	align:left;
	margin: 0;
}

Div#navigator {
	background-color: #e0df87;
	border-top-style: ridge;
	border-right-style: ridge;
	border-bottom-style: ridge;
	border-left-style: ridge;
	clear: both;
	width: auto;
	height: 24px;
	display: block;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}

Div#content {
	background-color: #FFFFCC;
	padding-top: 10px;
	padding-bottom:10px;
	
	margin-bottom: 10px;
	margin-top: 10px;
	margin-right: 0px;
	margin-left: 0px;
	width:auto;
	height:auto;
}

Div#main_content {
	width:auto;
	height:auto;
	position:relative;
	background-color: #FFFFff;
	margin-right: 6px;
	margin-left:6px;
	margin-bottom: 0px;
	margin-top: 0px;
	padding: 5px;
	
}

Div#main_content_left {
	width:75%;
	float: left;
	height:auto;
	position:relative;
	background-color: #FFFFff;
	margin-right: 1px;
	margin-left:6px;
	margin-bottom: 10px;
	margin-top: 0px;
	padding: 5px;
}

Div#main_content_right{
	width: 20%;
	background-color: #FFFFff;
	position:relative;
	float: right;
	border-top-style: ridge;
	border-right-style: ridge;
	border-bottom-style: ridge;
	border-left-style: ridge;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	margin-right: 6px;
	margin-left:1px;
	margin-bottom: 0px;
	padding: 5px;
}

Div#site_info {
	background-color: #e0df87;
	clear: both;
	border-top-style: ridge;
	border-right-style: ridge;
	border-bottom-style: ridge;
	border-left-style: ridge;
}

