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

#container {
	margin: auto;
	width: 950px;
	height: 900px;
	background: white;
	border-style: solid;
	border-width: 15px;
	border-color: White;
}

#header {
	width: 950px;
	height: 200px;
	background-image: url(images/header.png);
	float: left;
}

#menu {
	width: 950px;
	height: 60px;
	background-image: url(images/menu.png);
	background-repeat: repeat-x;
	float: left;
}

#menu tr{
	text-align: center;
}

#menu td {
	width: 150px;
	height: 45px;
	font-family: Arial;
	font-size: 14px;					
	text-align: center;
	vertical-align: middle;
	border: 0px;
	background-image: url(images/menu_item.png);
	background-repeat: no-repeat;
					}
					
					
#menu td:hover {
	background-image: url(images/menu_item.png);
	background-repeat: no-repeat;
	width: 150px;
	height: 45px;
}
					
#menu a {
	width: 150px;
	height: 45px;
	color: #ffffff;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
				
}
					
#menu a:hover {
	width: 150px;
	height: 45px;
	text-decoration: underline;
					
}


#spacer {
	width: 950px;
	height: 10px;
	float: left;
	background-color: white;
}

#main_left {
	width: 250px;
	height: 600px;
	float: left;
	background-color: white;
	padding-top: 5px;
	
}

	

#main_left h1 {
	font-family: Arial;
	font-size: 18px;
	color: #82B334;
	padding-left: 20px;
}

/* color: #82B334; */



#main_left tr{
	text-align: center;
}

#main_left td {
	width: 245px;
	height: 20px;
	font-family: Arial;
	font-size: 12px;					
	text-align: center;
	vertical-align: middle;
	background-image: url(images/menu_left_button.png);
	border: 0px;
	color: white;
	
}
					
					
#main_left td:hover {
	width: 245px;
	height: 20px;
}
					
#main_left a {
	width: 245px;
	height: 20px;
	font-family: Arial;
	color: white;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
				
}
					
#main_left a:hover {
	width: 245px;
	height: 20px;
	text-decoration: underline;
					
}

#main_left_header
	{
		width: 250px;
		height: 40px;
		float: left;
		font-weight: bold;
		background: url(images/title.png) no-repeat;
	}
	
#main_left_header h1 {
	font-family: Arial;
	font-size: 18px;
	color: white;
	padding-left: 20px;
}


#main_left_content {
	background-image: url(images/back.png);
	background-repeat: repeat-y;	
	float: left;
	width: 250px;
	height: 300px;
	overflow: auto;
}

#main_left_content p {
	font-family: Arial;
	font-size: 12px;
	color: #666666;
	padding-left: 10px;
	padding-right: 10px;
	
}

#main_left_content h4 {
	color: #82B334;
	font-family: Arial;
	font-size: 14px;
	padding-left: 10px;
}	

#main_left_content h5 {
	color: #82B334;
	font-family: Arial;
	font-size: 20px;
	padding-left: 10px;
}	


#main_left_bottom {
	width: 250px;
	height: 16px;
	background-image: url(images/bottom.png);
	float: left;
		
}

#main_right {
	width: 700px;
	height: 600px;
	float: left;
	background-color: white;
	overflow: auto;


}

#main_right p {
	
	font-family: Arial;
	font-size: 16px;
	color: #666666;
	padding-left: 20px;
	padding-right: 20px;
	
	
}

main_right a {
	text-decoration: none;
	border: none;
}

#main_right img {
	float: left;
	margin-left: 10px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-top: 10px;

}

#main_right ol {
	padding-left: 40px;
}

#main_right ul {
	padding-left: 40px;
}

#main_right li {
	font-family: Arial;
	font-size: 16px;
	color: #666666;
}

#main_right h1 {
	font-family: Arial;
	font-size: 24px;
	color: #82B334;
	padding-left: 20px;

}

#main_right h2 {
	font-family: Arial;
	font-size: 20px;
	color: #82B334;
	padding-left: 20px;

}

#main_right h3 {
	font-family: Arial;
	font-size: 18px;
	color: #82B334;
	padding-left: 20px;

}

#main_right td{
	font-family: Arial;
	font-size: 16px;
	color: #666666;
	width: 300px;
	text-align: center;
}

#footer {
	
	margin: 0 auto;
	width: 950px;
	height: 75px;
	background: white;
	border-style: solid;
	border-width: 15px;
	border-color: White;
	text-align: center;
	background-color: White;
}

#footer p {
	font-family: Arial;
	font-size: 10px;
	font-weight: bold;
	color: #666666;
}

#footer a {
	color: #666666;
	text-decoration: none;
	
	
}

#footer a:hover {
	text-decoration: underline;
	color: #666666;
}



