@charset "utf-8";

/* CSS Document */



body {

	background: #D6FFA4;

	padding: 0; margin: 0px;

	font-family: Georgia, "Times New Roman", Times, serif;

}

#box {

	width: 770px;

	left: 50%;

	position: absolute;

	margin-left: -385px;

	margin-right: -385px; 

}

.header {

	height: 230px;

}

.menu {

	background: no-repeat url(../images/menu.png);

	height: 35px;

	line-height: 35px;

	font-size: 14px;

	padding-left: 35px;

	padding-right: 35px;

	font-family: Georgia, "Times New Roman", Times, serif;

	font-style: italic;

}

.menu span {

	float: right;

	margin-right: 15px;

}

.menu a {

	padding-left: 18px;

	padding-right: 18px;

	text-decoration: none;

	color: #2E2E2E;

}

.menu a:hover {

	text-decoration: underline;

	color: #000000;

}

.feeder {

	background: no-repeat url(../images/feeder.png);

	height: 39px;

}



.content {

	background: repeat-y url(../images/bodybg.png);

	padding-left: 35px;

	padding-right: 35px;

}



.overflowbox {

	overflow: auto;

	height: 260px;

}

.thumb {

	border: #CCCCCC 3px solid;

	margin: 10px;

}

p {

	font-size: 14px;

	margin-bottom: 5px;

	margin-top: 5px;

}

td {

	vertical-align: top;

}

img {

	border: none;

}

h1, h2, h3, h4, h5 {

	font-family: Georgia, "Times New Roman", Times, serif;

	font-style: italic;

	margin-top: 0px;

	margin-bottom: 10px;

	color:#0066CC;

}





.bottom {

	background: no-repeat url(../images/bottom.png);

	height: 30px;

}

.footer {

	height: 14px;

	color: #666666;

	text-align: center;

	font-size: 10px;

}



