﻿body {
	background-color: #000000;
	font-family: Cambria, Georgia, Times, Times New Roman, serif;

	padding: 0px;
	margin: 0px;
	background-image: url('images/bg_main.gif');
}

/* "Page" is the main place holder of your website, everything else should be inside this*/
#page {

	position: fixed;
	
	margin: 10px;
	width: 1000px;
}

#footer {
	position: relative;
	margin: auto;
	width: 1000px;
	text-align:right;
	color:#FFFFFF;
}
#menuarea {
	position: absolute;
	width: 180px;
	padding: 20px 10px 0px 10px;
	float: left;
	background-color: #007a3d;
	margin: 30px 0px 0px 0px;
	height: 550px;
	color: #FFFFFF;
	left: 2px;
	top: -8px;
	z-index: -1;
	
 
}
	/* Ensures that hyperlinks in "menuarea" are white*/
	#menuarea a {
		color: #FFFFFF;
		text-decoration: none
		
}
	#menuarea a:hover {
		text-decoration: underline
}
	#menuarea ul {
		padding: 0px;
		width: 100%;
		margin: 0px;
		float: left;
		list-style: none;

}
	#menuarea li {
		margin: 0px;
		padding: 5px 0px;
		float: left;
		text-align: left;
		width: 100%;
		font-family:"Times New Roman", Times, serif;
		font-weight:bold;
	    text-transform:uppercase;
	
		font-size: 14px;
		list-style-type:none;
}
#contentarea {
	position: relative;
	width: 300px;
	background-repeat: no-repeat;
	background-position: center top;
	float: left;
	height: 270px;
	font-size: 15px;
	padding: 70px 35px 0px 20px;
	color: #000000;
}
#fruitbasket {
	position: absolute;
	width: 206px;
	height: 135px;
	left: 19px;
	bottom: -7px;
	background-image: url(images/fruit.png);
	background-repeat: no-repeat;
	z-index: 100;
}

#topright-logo {
	position: absolute;
	width: 310px;
	height: 214px;
	right: 0x;
	top: 28px;
	background-image: url(images/logo.png);
	background-repeat: no-repeat;
	z-index: 1000;
	left: 789px;
}

#topright-fruitbasket {
	position: absolute;
	width: 208px;
	height: 132px;
	right: 219px;
	top: 10px;
	background-image: url(images/fruitright.png);
	background-repeat: no-repeat;
	z-index: 1000;
	left: 886px;
}
#right_side {
	position: relative;
	width: 445px;
	float: left;
	height: 270px;
}
.pre-image {
	position: relative;
	float: left;
	width: 800px;
	height: 270px;
	overflow: hidden;
}
.post-image {
	position: relative;
	float: left;
	width: 800px;
	background-image: url(images/footer_trees.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	height: 330px;
}
.post-content {
	position: absolute;
	float: left;
	width: 849px;
	padding: 10px 0px 10px 0px;
	margin: 20px 0px 0px 0px;
	left: 230px;
	top: 9px;
	height: 658px;
}

.post-content strong {
 font-size:18px;
 font-weight:bolder;
 color:#EC1F26;
}
	.post-content h1 {
		text-align:  left;
		color: #000000;
		padding: 0px 0px 20px 0px;
		margin: 0px;
		color:#EC1F26;

}
	.post-content p {
		text-align: left;
		color: #000000;
		font-size: 15px;
		font-style:normal;
		padding: 15px 15px 0px 15px;
		margin: 0px;
}
.margin_left_30 {
	margin: 0px 0px 0px 30px;
}

.LNE_title h1 {
 color: #FFCD20;
}
#credits {
	position:absolute;
	left:21px;
	top:642px;
	width:169px;
	height:57px;
	z-index:1;
 	font-size: 10px;
	color:#CCCCCC;
 }
 #credits a {
 color:#CCCCCC;
 }
 #credits a:hover {
 color:#FFFFFF;
 }
 

