body {
	background-image: url(../images/green_grass.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
}

#header {
	width: 892px;
	height: 125px;
	font-family: "Times New Roman", Times, serif;
	font-size: xx-large;
	color: #666666;
	font-weight: bold;
	background-image: url(../images/headerlogo2.jpg);
	background-repeat: no-repeat;
	background-position: center;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #00CC00;
	border-right-color: #00CC00;
	border-bottom-color: #00CC00;
	border-left-color: #00CC00;
	background-color: #FFFFFF;
	padding: 0px;
	margin: 0px;
}
#topnav {
	width: 900px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#topnav a:link {
	color: #000000;
}
#topnav a:visited {
	color: #000000;
}
#topnav a:hover {
	color: #CC0000;
}
#topnav a:active {
	color: #FFFFFF;
}
#topads {
}




#footer {
	width: 900px;
	color: #333333;
	font-family: Georgia, "Times New Roman", Times, serif;
	float: none;
	clear: both;
}
#footer a:link {
	color: #0000FF;
}
#footer a:visited {
	color: #0000FF;
}
#footer a:hover {
	color: #000000;
}
#footer a:active {
	color: #0000FF;
}

#top_ad {
	height: auto;
	width: 900px;
}

#main_content {
	width: 100%;
}
#left_column {
	float: left;
	width: 200px;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #00CC00;
	border-right-color: #00CC00;
	border-bottom-color: #00CC00;
	border-left-color: #00CC00;
}
#left_column a:link {
	color: #000000;
}
#left_column a:visited {
	color: #000000;
}
#left_column a:hover {
	color: #00CC00;
}
#left_column a:active {
	color: #FF0000;
}


#right_column {
	float: right;
	width: 684px;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #000000;
	background-color: #FFFFFF;
	padding-right: 2px;
	padding-left: 2px;
	padding-top: 5px;
	padding-bottom: 5px;
	border: medium solid #00CC00;
}
#right_column a:link {
	color: #0000FF;
}
#right_column a:visited {
	color: #0000FF;
}
#right_column a:hover {
	color: #00CC00;
}
#right_column a:active {
	color: #0000FF;
}

#clear_float {
	clear: both;
}
#main_body {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
#overall_body {
}
#article_footer {
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	font-size: x-large;
}
#article_title {
	font-family: "Times New Roman", Times, serif;
	font-size: xx-large;
	font-weight: bolder;
	color: #000000;
	text-align: center;
}
#article_text {
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	color: #000000;
	font-weight: normal;
	padding: 10px;
}
#article_home {
}

