/* CSS layout */
body
	{
	background-color: #669B02;
	background-image:url('bg.jpg');
	margin-left: 4px;
}

#container
{
	margin:0 auto;
}

#header_background
	{
	background-image: url('headermenu.gif');
	width:827px;
	height:215px;
}
		
#menu
	{
	color: #669B02;
	vertical-align: top;
	line-height: 25pt;
	font-weight:bold;
	position:static;
}
	
#main_content
	{
	
	background-color: white;
	width: 776px;
	display: inline-block;
}

#upper_main
{	padding: 1%;
	width: 600px;

}

#lower_main
{	padding: 1%;
	width: 720px;
}


#rss_blog
{
	padding: 1%;
	float: left;
	width: 228px;
	vertical-align: top;
	
	display:inline;
}


#rss_pictures
{
	padding: 1%;
	float:right;
	width: 95%;
	height:250px;
	vertical-align:top;
	

	
}

#pictureContainer
{
	width: 710px;
	height: 175px;
	display: inline;
	float:left;
}

#blogContainer
{
	width: 730px;
	display: inline;
	float:left;
}


#picture
{
	width: 22%;
	display: inline;
	float:left;
}

#blogItem
{
	background-color: #ffffff;
	color: #000000;
	font-size: 10px;
}

#copyright
	{ 
	padding: 1%;
	text-align:right;
	clear:both;
	width: 760px;
	}

.style1 {
	font-family: "Times New Roman";
}

.link {
	color: #669B02;
	text-decoration: none;
}

.style2 {
	font-size: x-large;
	font-weight:bold;
}

.style3 {
	color: #FFFFFF;
	text-decoration: none;
	
}
.style4 {
	border-width: 0px;
	font-size:medium;
	font-weight:bold;
}
a {
	color: #669B02;
}
a:visited {
	color: #669B02;
}
a:active {
	color: #669B02;
}
a:hover {
	color: #669B02;
}


