body, html {
	padding: 0;
	margin: 0;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-image: url(../images/green-bg.jpg);
}

.container {
	height: 650px;
	background-image: url(../images/bg.jpg);
	width: 766px;
	margin:0px auto;
	text-align:left;
	position: relative;

}


.menu {
	height: 130px;
	width: 120px;
	position: absolute;
	top: 113px;
	left: 190px;
	
}


.main-content {
	/* the main content  - box on the bottom right */
	width: 350px;
	height: 170px;
	background: #D2C39C;
	position: absolute;
	right: 75px;
	bottom: 120px;
	border: 5px solid #c5b17f;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 14px;
	color: #660000;
	padding: 5px;
}


.left-content {
	/* little content box to the left of main content */
	width: 206px;
	border: 5px solid #c5b17f;
	background: #D2C39C;
	position: absolute;
	left: 77px;
	bottom: 119px;	
}



.top-image {
	width: 340px;
	height: 150px;
	position: absolute;
	top: 118px;
	right: 75px;
}

.menu-links {
	width: 130px;
	height: 15px;
	position: absolute;
	left: 190px;
	top: 125px;

}


.page-header {
	color: #6f4a08;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 18px;
	text-align: center;
	width: 130px;
	border-bottom: 1px solid #6f4a08;
	position: absolute;
	left: 35px;
	top: 157px;
	
}


.main-content-box-header {
	/* the text on top of the main-content box (next to the sun image) */
	width: 340px;
	position: absolute;
	right: 75px;
	top: 318px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #8f5324;
	font-weight: bolder;
	font-size: 13px;
	
	
}

/*	Text properties
----------------------------------*/
.below-content {
	/* text below content box */
	position: absolute;
	width: 340px;
	bottom: 100px;
	right: 80px;
	text-align: right;	
}

.below-content a {
	text-decoration: none;
	font-size: 10px;
	color: #663300;
	font-weight: bold;
}


.main-content a {
	color: #666600;
	text-decoration: none;
	
}

.main-content a:hover {
	color: #990000;
}