body{
	background-color:#000;
	height: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFFFFF;
}
#mainbox {
	padding: 20px;
	width:80%;
}
#title {
	padding-top: 25px; 
	line-height:20px;
	padding-bottom:25px;
}
#full {
	height:100%;
	width:100%;
	background-color:#A1B9E9;	
}
#main {
	
	height:100%;
	background-image:url(images/hills_03.jpg);
	background-color:#A1B9E9;
	background-repeat:repeat-x;
	background-position:top;
	padding-bottom:0px;
	/*height:522px;*/
}
#bot {
	position:relative;
	bottom:0px;
	left:0px;
	clear: both;
	background-image:url(images/hills_04.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	height:70px;
	background-color:#A1B9E9;	
	/* height:69px; */
}

#thumb {
	float: left;
	height: 125px;
	width: 200px;
	clear: none;
	padding-right: 5px;
	padding-left: 5px;
	margin-bottom: 15px;
	text-align: left;
}
#spacer {
	clear: both;
	height:1px;
}
#desc {
}
#lbox {
	float: left;
	width: 300px;
	height: 100%;
	text-align: justify;
	padding-right: 25px;
	padding-left: 25px;
}

#rbox {
	height: 100%;
	text-align: justify;
	padding-right: 25px;
	padding-left: 25px;
}
