@charset "utf-8";
body {
	color: #fff;
	background-color: #999999;
	
}
h1 {
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
}
h2 {
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
}
h3 {
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
}
p {
	text-align: justify;
}

a:link, a:visited, a:active {
	font-size: 14px;
	font-weight: bold;
	color: #99CC99;
	text-decoration: none;
	text-align: left;
}
a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	}
#wrap {
	border: 1px solid #000000;
	width: 800px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #009933;
	background-attachment: fixed;
}
#wrap #header {
	background-image: url(images/top_r1_c1.gif);
	height: 117px;
	width: 800px;
}

#wrap #menu {
	width: 800px;
	height: 50px;
}

#wrap #menu #button1, #wrap #menu #button2, #wrap #menu #button3, #wrap #menu #button4, #wrap #menu #button5, #wrap #menu #button6, #wrap #menu #button7, #wrap #menu #button8, #wrap #menu #button9 {
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 50px;
	float: left;
}
#wrap #menu #button1:hover, #wrap #menu #button2:hover, #wrap #menu #button3:hover, #wrap #menu #button4:hover, #wrap #menu #button5:hover, #wrap #menu #button6:hover, #wrap #menu #button7:hover, #wrap #menu #button8:hover, #wrap #menu #button9:hover {
	background-position: 0px -50px;
}
#wrap #menu #button1 {
	width: 110px;
	background-image: url(images/menu/menu_01.gif);
}
#wrap #menu #button2 {
	width: 97px;
	background-image: url(images/menu/menu_02.gif);
}
#wrap #menu #button3 {
	width: 102px;
	background-image: url(images/menu/menu_03.gif);
}
#wrap #menu #button4 {
	width: 74px;
	background-image: url(images/menu/menu_04.gif);
}
#wrap #menu #button5 {
	width: 64px;
	background-image: url(images/menu/menu_05.gif);
}
#wrap #menu #button6 {
	width: 87px;
	background-image: url(images/menu/menu_06.gif);
}
#wrap #menu #button7 {
	width: 54px;
	background-image: url(images/menu/menu_07.gif);
}
#wrap #menu #button8 {
	width: 125px;
	background-image: url(images/menu/menu_08.gif);
}
#wrap #menu #button9 {
	width: 87px;
	background-image: url(images/menu/menu_09.gif);
}



#wrap #content {
	width: 800px;
}
#wrap #content #sideimg {
	float: right;
	height: 300px;
	width: 200px;
	margin-right: 50px;
	margin-top: 20px;
	clear: right;
	margin-bottom: 50px;
}
#wrap #content #sideimg img {
	border: 1px solid #8C8C8C;
}
#wrap  #content  #sideimg  p {
	font-size: 14px;

}


#wrap #content  #title, #wrap #content #info {
	width: 450px;
	margin-left: 50px;
}


#wrap #content #title {
	padding-top: 18px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-color: #ffffff;
	border-right-color: #ffffff;
	border-bottom-color: #ffffff;
	border-left-color: #ffffff;
}
#wrap #content #info {
	font-size: 14px;
}
#wrap #content #info .reference {
	color: #FFFFCC;
}
#wrap #content #info #mainimg {
	text-align: center;
}
#wrap  #content  #info  #mainimg img {
	border: 1px solid #8C8C8C;
}
#wrap #content #info ul {
	list-style-type: disc;
}
#wrap #content #info table {
	border: 1px solid #656565;
}
#wrap #content #info tr {
	border: 1px solid #656565;
	padding: 4px;
}
#wrap #content #info td {
	border: 1px solid #656565;
	padding: 4px;
	text-align: left;
	vertical-align: top;
}
