@charset "UTF-8";
/* CSS Document */

body  {
	background-color: #CCCCCC;
	margin-left: 0px auto;
	margin-right: 0px auto;
	margin-top: 30px;
}

#background {	
	padding: 0;
	margin-left: 0px auto;
	margin-right: 0px auto;
	margin-top: 10px;
}
	
#wrapper {	
	width: 900px;
	position: relative;
	margin: 0px auto;	
}

#menu {
	top: 160px;
	left: 19px;
	height: auto;
	width: 145px;
	position: absolute;
}

#index_content {
	position: absolute;
	height: 360px;
	width: 64%;
	max-width: 580px;
	left: 205px;
	top: 160px;
	overflow: auto;
}

#content {
	position: absolute;
	height: 395px;
	width: 64%;
	max-width: 580px;
	left: 204px;
	top: 160px;
	overflow: auto;
}

#home_position {
	position: absolute;
	left: 37px;
	top: 23px;
}

.menu_title {
	font-family: "Times New Roman", Times, serif;
	font-size: 21px;
	font-style: italic;
	font-weight:500;
	color: #661111;
}
.body_title {
	font-family: "Times New Roman", Times, serif;
	font-size: 21px;
	font-style: italic;
	color: #30435e;
}
.body_text {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #30435e;
}



a:link {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight:500;
	color: #30435e;
	text-decoration: none;
}
a:visited {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight:500;
	color: #30435e;
	text-decoration: none;
}


a:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight:500;
	color: #30435e;
	text-decoration: underline;
}

ul {margin-top:0;
}
p {margin-top:0;
}
