@charset "utf-8";

html {
	height: 100%;
}

/* CSS Document */

body {
	font-size: 14px;
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #FFF;
	background-attachment: fixed;
	background-image: url(bodyback.jpg);
	color: #000;







	background-repeat: repeat-y
];
	background-repeat: repeat-x;
}


img {
border:0;}

table {
	border: 2px solid #666;
	margin: 0 auto;
	width: 90%;
	padding: 0;
}
td {
	border: 1px solid #666;
	padding: 0;
	margin: 0;

}
td p {
	padding: 0px;
	margin: 1px;

}


#drop{
	width:830px;
	background-image: url(drop.png);
	background-repeat: repeat-y;
	margin: 0 auto;
}

#wholewrap {
	width: 799px;
	margin: 0px auto;
	text-align: ceneter;
	background-repeat: no-repeat;
	background-position: center top;
	color: #636363;
	background-color: #FFF;
	padding-bottom: 10px;
	border-bottom: 1px solid #999;

}
#centerwrap {
	width: 800px;
}
#wholewrap:after{
	content: "";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
	border-right: 3px solid #000;
	border-left: 3px solid #000;

}




#header {
	width: 100%;
	margin: 0px auto;
	height: 290px;
	padding: 0px 0 0 0;
	background-image: url(header.jpg);
}

#main {
	float: right;
	margin: 10px 0;
	width: 550px;
	color: #000;
	
}


#main a {
	color: #329B00;
	font-weight: bold;
}
#main a:hover {
	text-decoration: none;
}
h1 {
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	color: #329B00;
	background-repeat: no-repeat;
	background-position: center center;
	width: 95%;
	margin: 5px auto;
}

h2 {
font-size: 16px;
	font-weight: bold;
	text-align: center;
	color: #000;
	background-repeat: no-repeat;
	padding: 10px 0 3px 10px;
	background-image: url(header.jpg);
	background-position: center center;
	width: 95%;
	margin: 10px auto;
	background-color: #FCBBE3;
	border: 1px dashed;
}
h3 {
	font-weight: bold;
	font-size: 16px;
	border-bottom: 1px dashed;
	margin: 0 10px 0px 10px;
	width: 95%;
	color: #000;
	padding: 0 0 3px 0;
}
p {
	padding: 0 10px;
}
li {


}
strong {
	color: #FF9D0B;




}

#next {
	text-align: right;
	margin: 0 auto 30px auto;
	width: 90%;
	padding: 10px;
	color: #D92D32;
}


#navi {
	width: 240px;
	float: left;
	background-position: center bottom;
	background-repeat: no-repeat;
	margin-right: 10px;
	margin-top: 10px;
	padding: 20px 0;

}


.navicat a {
	display: block;
	font-weight: bold;
	color: #010100;
	padding: 10px 0px 10px 25px;
	background-image: url(icon.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin-left: 0px;
	vertical-align: middle;
}


.navicat a:hover {
	text-decoration: none;
	color: #329B00;
}
.footer {
	clear: both;
	height: 0px;
}
.big {
	font-size: 14px;
	color: #000;
	font-weight: bold;
}
.color {
	color: #329B00;
	font-weight: bold;

}

