body{
	background: #474848 url(background.gif);
	background-repeat: repeat-x;
}

#container{
	width: 700px;
	margin: 0 auto;
}

#head{
	height: 88px;
	width: 636px;
	padding-top: 40px;
	padding-bottom: 40px;
	margin: 0 auto;
	text-align: center;
	line-height: 20px;
	color: #fff;
	font-size: 40px;
	font-family: verdana, sans-serif;
	background-image: url(head4.gif);
	float: right;
	background-repeat:no-repeat;
}

#left_side{
	background-image: url('blueside.gif');
	height: 402px;
	width: 288px;
	border-right: 1px solid #000002;
	float:left;
	text-align: left;
}

#right_side{
	clear: right;
	float:right;
	width: 408px;
	height:850px;
	background-color: #e5eae4;
	margin-bottom: 10px;
}

#content{
	padding-right: 30px;
	padding-left: 30px;
	padding-top:40px;
	color: #688691;
	font-size: 14px;
	font-family: verdana, sans-serif;
	font-weight: bold;
	list-style-position:outside;
	height:785px;
}

#footer{
	border-top: 1px solid #688691;
	text-align: center;
	font-size: 11px;
	font-family: verdana, sans-serif;
	height: 15px;
	width: 410px;
	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:266px;
	display: block;
	color: #839735;
	padding-left: 20px;
	font-weight: bold;
	line-height: 34px;
	text-decoration: none;
	font-family: verdana, sans-serif;
}

.button:hover{
	background: url(button_hoverg_wh.gif);
	color: #688691;
	width:266px;
	padding-left: 40px;
}

h2{
	padding: 0;
	margin: 0;
	padding-top: 15px;
	padding-bottom: 5px;
	padding-left: 5px;
	color: #688691;
	line-height: 25px;
	font-size: 25px;
	font-family: verdana, sans-serif;
	font-weight: bold;
	text-align: center;
}

td{
    height:50px;
}
