body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	text-align:center;
}
a {
	font-weight: bold;
	color: #000;
}
a:hover {
	font-weight: bold;
	color: #666;
	text-decoration: underline;
}
#container {
	 margin: 0px auto;
	 width: 780px;
	 text-align: left;
}
#top {
	width: 775px;
	margin: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0px;
}
#top_menu {
}
#menu {
	float: left;
	width: 200px;
}
#main {
	width: 775px;
}

#main #main_top {
	background-image: url(images/main_top.jpg);
	height: 23px;
	width: 775px;
}

#main #main_content {
	background-image: url(images/main_middle.jpg);
	background-repeat: repeat-y;
	padding-right: 20px;
	padding-left: 20px;
	display: block;
}
#main #main_content #main_text {
	width: 700px;
	padding-right: 10px;
	padding-left: 10px;
}


#main #main_bottom {
	background-image: url(images/main_bottom.jpg);
	height: 19px;
	width: 775px;
}



#bottom {
	width: 800px;
}
.red {
	color: #F00;
}
