html
{
	background-image: url('../images/background.png');
	background-repeat: repeat;
}
body
{
	text-align: center;
}
#container
{
	margin: 0 auto;
	padding: 0;
	width: 850px;
	text-align: left;
	color: #000000;
	/*border: 1px solid red;*/
}
#main-content
{
	margin: 0 auto;
	padding: 0px;
	width: 850px;
	background: #ffffff;
	text-align: center;
	color: #000000;
													/*border: 1px solid blue;*/
}
#top-section-above
{
	margin: 0 auto;
	padding: 0;
	width: 827px;
	height: 27px;
	text-align: center;
	background: #ffffff;
	color: #000000;
	position: relative;
	right: 1px;
	/*border: 1px solid green;*/
	background-image: url('../images/header1.png');
	background-repeat: no-repeat;
	margin-top: 10px;
	margin-bottom: 10px;
}
#top-section
{
	margin: 0 auto;
	padding: 0;
	width: 827px;
	height: 276px;
	text-align: center;
	background: #ffffff;
	color: #000000;
	position: relative;
	right: 1px;
													/*border: 1px solid green;*/
	background-image: url('../images/header.jpg');
	background-repeat: no-repeat;
	overflow: visible;
}
#middle-section
{
	margin: 0 auto;
	clear: left;
	padding: 0;
	width: 827px;
	text-align: center;
	color: #000000;
													/*border: 1px solid pink;*/
}
#links-section
{
	margin: 0 auto;
	padding: 0;
	width: 233px;
													height: 617px;
	text-align: center;
	color: #000000;
	float: left;
	background: #768937;
													/*border: 1px solid yellow;*/
	position: relative;
	top: 20px;
	right: 1px;
}
#links-section-real
{
	margin: 0 auto;
	padding: 0;
	width: 233px;
	height: 230px;
	text-align: left;
	color: #000000;
													/*border: 1px solid blue;*/
	position: relative;
	bottom: 40px;
	right: 0px;
	padding-top: 25px;
}
#featured-section
{
	margin: 0 auto;
	padding: 0;
	width: 233px;
	height: 348px;
	text-align: center;
	color: #000000;
	/*border: 1px solid blue;*/
	position: relative;
	bottom: 20px;
	padding-top: 35px;
}
#main-section
{
	margin: 0 auto;
	padding: 0px;
	width: 587px;
	text-align: left;
	color: #000000;
	margin-left: 237px;
	position: relative;
	min-height: 637px;
													/*border: 1px solid green;*/
}
.main-section-header
{
	text-align: left;
}
.main-section-header h1
{
	display: inline;
}
#bottom-section
{
	clear: left;
	margin: 0 auto;
	padding: 0;
	width: 850px;
	height: 55px;
	text-align: center;
	background: #0b3701;
	color: #ffffff;
	position: relative;
	/*border: 1px solid #ffffff;*/
}
#bottomlinks-section
{
	margin: 0 auto;
	text-align: center;
	padding: 5px;
	position: relative;
	left: 95px;
}
