body{
	background: #474848 url(background.jpg);
	background-repeat: repeat-y;
	background-color: #104E8B;
}

#container{
	width: 900px;
	margin: 0 auto;   
}
#head{
	background: url(head_round.gif);
	height: 90px;
	width: 700px;
	margin: 0 auto;
	text-align: center;
	line-height: 76px;
	color: #2E8B57;
	font-size: 40px;
	font-family: "Open Sans Extrabold";
	font-weight: bold;
}

#left_side{
	background-image: url(yellside.gif);
	height: 400px;
	width: 272px;
	background-repeat: no-repeat;
	border-right: 1px solid #000002;
	float: left;
}

#right_side{
	clear: right;
	float:right;
	width: 600px; 
	background-color: #fffff0;
	padding-left: 4px;
	padding-right: 4px;
	margin-right: 25px;
	margin-left: -8px;
	margin-bottom: 10px;
}

#content{
	padding-right: 5px;
	padding-left: 2px;
	color: #2E8B57;
	font-size: 18px;
	font-family: "Open Sans";
	font-weight: normal;
}

#footer{
	border-top: 1px solid #839735;
	text-align: center;
	font-size: 11px;
	font-family: verdana, sans-serif;
	height: 15px;
	color: #688691;
}

#navigation{
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.button{
	border-bottom: 1px solid black;
	background: url(button.gif) no-repeat;
	height: 34px;
	width: 230px;
	display: block;
	color: #2E8B57;
	padding-left: 20px;
	font-weight: bold;
	line-height: 34px;
	text-decoration: none;
	font-family: "Open Sans";
}

.button:hover{
	background: url(button_hoverg.gif);
	color: #8B4500;
	width:247px;
	padding-left: 40px;
}

h2{
	padding: 0;
	margin: 0;
	padding-top: 5px;
	padding-left: 5px;
	color: #2E8B57;
	font-size: 25px;
	font-family: verdana, sans-serif;
	font-weight: bold;
}
