body{
	background: #474848 url(background.gif);
	background-repeat: repeat-x;
}

#container{
	width: 700px;
	margin: 0 auto;
}
#head{
	background: url(head.gif);
	height: 76px;
	width: 650px;
	margin: 0 auto;
	text-align: center;
	line-height: 76px;
	color: #fff;
	font-size: 40px;
	font-family: verdana, sans-serif;
}

#left_side{
	background-image: url(blueside.gif);
	height: 400px;
	width: 287px;
	background-repeat: no-repeat;
	border-right: 1px solid #000002;
	float: left;
}

#right_side{
	clear: right;
	float:right;
	width: 387px;
	background-color: #e5eae4;
	margin-right: 25px;
	margin-bottom: 10px;
}

#content{
	padding-right: 5px;
	padding-left: 5px;
	color: #688691;
	font-size: 14px;
	font-family: verdana, sans-serif;
	font-weight: bold;
}

#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:267px;
	display: block;
	color: #ffffff;
	padding-left: 20px;
	font-weight: bold;
	line-height: 34px;
	text-decoration: none;
	font-family: verdana, sans-serif;
}

.button:hover{
	background: url(button_hoverg.gif);
	color: #ffffff;
	width:247px;
	padding-left: 40px;
}

h2{
	padding: 0;
	margin: 0;
	padding-top: 5px;
	padding-left: 5px;
	color: #839735;
	font-size: 25px;
	font-family: verdana, sans-serif;
	font-weight: bold;
}
