@charset "utf-8";

html {
	height: 100%;
}

/* CSS Document */

body {
	font-size: 14px;
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #57412A;
	background-attachment: fixed;
	background-image: url(bodyback.png);
	color: #57412A;
}


img {
border:0;}

table {
	border: 2px solid #9E754B;
	margin: 0 auto;
	width: 90%;
	padding: 0;
}
td {
	border: 1px solid;
	padding: 0;
	margin: 0;
	border-color: #9E754B;

}
td p {
	padding: 0px;
	margin: 2px;

}


#drop{
	width:830px;
	background-image: url(drop.png);
	background-repeat: repeat-y;
	margin: 0 auto;
}

#wholewrap {
	width: 799px;
	margin: 10px auto;
	text-align: ceneter;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center top;
	color: #000;
	background-color: #FFF;
	border: 1px solid;
	border-top: 10px solid;
	border-bottom: 20px solid;

}
#centerwrap {
	background-color: #57412A;
}
#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;
	background-repeat: no-repeat;
	height: 330px;
	padding: 0 0 0 0;
	background-image: url(header.jpg);
}

#main {
	float: left;
	margin: 10px 0 10px 10px;
	width: 515px;
	background-color: #FFEFD1;
	color: #000;
	border-top: 10px solid;
	border-bottom: 10px solid;
	
}


#main a {
	color: #365B98;
	font-weight: bold;
}
#main a:hover {
	text-decoration: none;
}

h1 {
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	color: #365B98;
	background-position: left center;
	background-image: url(icon.png);
	background-repeat: no-repeat;
	padding: 5px;
	margin: 10px;
	border-bottom: 3px solid;
	border-left: 20px solid;
}
h2 {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	padding: 10px;
	margin: 0 auto;
	color: #000;
	background-repeat: no-repeat;
}
h3 {
	font-weight: bold;
	font-size: 15px;
	border-bottom: 3px double;
	margin: 0 10px 10px 10px;
	width: 80%;
	color: #F90;
	padding: 0 0 3px 0;
}
p {
	padding: 0 10px;
}
li {
	margin: 8px 0;


}
strong {
	color: #0B42C4;




}

#next {
	text-align: right;
	margin: 0 auto 30px auto;
	width: 90%;
	padding: 10px;
	color: #D92D32;
}


#navi {
	width: 250px;
	float: right;
	background-color: #365B98;
	background-image: url(naviback.jpg);
	padding-bottom: 10px;
	background-position: center bottom;
	background-repeat: no-repeat;
	color: #000;
	margin: 10px 10px 10px 0;
	border-top: 10px solid;
	border-bottom: 10px solid;

}


.navicat a {
	display: block;
	font-weight: bold;
	color: #FFF;
	padding: 10px 0px 10px 25px;
	background-image: url(icon.gif);
	background-repeat: no-repeat;
	background-position: left;
	margin-left: 7px;
}


.navicat a:hover {
	text-decoration: none;
	color: #FFF;
	background-color: #1D88E9;
}
.footer {
	clear: both;
	height: 0px;
}
.big {
	font-size: 14px;
	color: #000;
	font-weight: bold;
}
.color {
	color: #930;

}
