<img src="grass-natural.jpg" width="240" height="153" alt="" border="0">body {

	font-family: arial, verdana, helvetica, sans-serif;

	font-size: medium;

	text-align: left;

	color: #000000;

	background-color: #FFFF99;

	background-image: url(images/grass-green.jpg);

	background-repeat: repeat;

}



#container {

	width: 80%;

	margin-right: auto;

	margin-left: auto;

	background-color: #FFFFFF;

}



#header {

	margin: 5px;

}



h1 {

	font-size: xx-large;

	color: #cc0000;

}



h2 {

	font-size: large;

	color: #999999;

}



h3 {

	color: #CC0000;

	font-size: large;

	text-align: left;

}



#left_col {

	width: 20%;

	float: left;

	clear: left;

	margin: 5px;

	border: 1px;

}



#left_col ul {

	list-style-type: none;

	list-style-position: outside;

}



#left_col li {



}



#main {

	width: 75%;

	float: right;

	clear: right;

	margin: 5px;

}



p {

	text-align: justify;

}



a {

	color: #CC0000;

	text-decoration: none;

}



a:hover {

	text-decoration: underline;

}



#footer {

	clear: both;

	font-size: x-small;

	color: #999999;

	background-color: transparent;

}



.left_foot {

	float: left;

	text-align: left;

}



.right_foot {

	text-align: right;

}