@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.png);
	color: #000;



















	background-repeat: repeat-y
];
	text-align: left;
}


img {
border:0;}

table {
	border: 0px solid;
	margin: 0 auto;
	width: 90%;
	padding: 0;
	border-color: #CCB792;
}
td {
	border: 0px solid;
	padding: 0;
	margin: 0;
	border-color: #CCB792;

}
td p {
	padding: 0px;
	margin: 1px;

}


#drop{
	width:870px;
	background-image: url(drop.png);
	background-repeat: repeat-y;
	margin: 0 auto;
}

#wholewrap {
	width: 850px;
	background-position: center top;
	background-color: #F3CF83;
	padding: 10px;
	border-top: 40px solid #4F3004;
	border-color: #4F3004;
	border-bottom: 40px solid #4F3004;
	border-right: 1px solid #4F3004;
	border-left: 1px solid #4F3004;
	background-image: url(wholeback.png);

}
#wholewrap:after{
	content: "";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
	border-right: 3px solid #000;
	border-left: 3px solid #000;

}




#header {
	height: 250px;
	background-image: url(header.jpg);
	border: 1px solid;
	border-color: #4F3004;
}

#main {
	margin-top: 10px;
	
}
#mainwrap {
	float: left;
	width: 650px;
}



#main a {
	color: #CD0011;
	font-weight: bold;
}
#main a:hover {
	text-decoration: none;
}
h1 {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	color: #4F3004;
	background-repeat: no-repeat;
	background-position: right top;
	width: 90%;
	margin: 30px auto 0 auto;
	border-bottom: 3px double;
	background-color: #EFCE81;
	padding: 10px;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	color: #4F3004;
	background-repeat: no-repeat;
	background-position: right top;
	padding: 3px;
	margin: 0px auto;
	width: 90%;
	background-color: #EFCE81;
}
h3 {
	font-weight: bold;
	font-size: 14px;
	border-bottom: 1px solid;
	margin: 0 10px 0px 10px;
	color: #422D10;
	padding: 0 0 3px 0;
	border-color: #A02B34;
	width: 90%;
}
p {
	padding: 0 10px;
}
li {


}
strong {
	color: #039;





}

#next {
	text-align: left;
	margin: 30px auto 30px auto;
	padding: 10px;
	background-image: url(header.jpg);
	background-position: -10px -80px;
	width: 90%;
	border: 5px solid;
	border-color: #94B1D3;
}
#next a {
	font-weight: bold;
	color: #F2CE82;
}
#next a:hover {
	text-decoration: none;
}



#navi {
	width: 200px;
	float: right;
	background-position: center bottom;
	background-repeat: no-repeat;

}


.navicat a {
	display: block;
	font-weight: bold;
	color: #960;
	background-image: url(icon.gif);
	background-repeat: no-repeat;
	background-position: left center;
	vertical-align: middle;
	margin: 6px;
	padding: 10px 0 10px 25px;
}


.navicat a:hover {
	text-decoration: none;
	color: #004290;
}
.footer {
	clear: both;
	height: 0px;
}
.big {
	font-size: 14px;
	color: #000;
	font-weight: bold;
}
.color {
	color: #CD0011;
	font-weight: bold;

}

