@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
];
}


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:830px;
	background-image: url(drop.png);
	background-repeat: repeat-y;
	margin: 0 auto;
}

#wholewrap {
	width: 799px;
	margin: 10px auto;
	text-align: ceneter;
	background-repeat: no-repeat;
	background-position: center top;
	color: #BB0804;
	background-color: #000;
	padding: 10px;

}
#centerwrap {
	width: 800px;
	background-color: #FFF;
}
#wholewrap:after{
	content: "";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
	border-right: 3px solid #000;
	border-left: 3px solid #000;

}




#header {
	margin: 0px auto;
	height: 340px;
	padding: 0px 0 0 0;
	background-image: url(header.jpg);
	width: 800px;
}

#main {
	float: left;
	margin: 10px 0px 10px 10px;
	width: 540px;
	color: #000;
	background-color: #F2E2CB;
	
}


#main a {
	color: #CD0011;
	font-weight: bold;
}
#main a:hover {
	text-decoration: none;
}
h1 {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	color: #000;
	background-repeat: no-repeat;
	background-position: right top;
	margin-left: 10px;
	width: 90%;
	background-color: #fff;
	border-color: #989898;
	border: 1px dashed;
	padding: 10px;
}

h2 {
	font-size: 15px;
	font-weight: bold;
	text-align: left;
	background-repeat: no-repeat;
	background-position: right top;
	margin: 50px auto 0 auto;
	border-bottom: 1px dashed;
	width: 95%;
}
h3 {
	font-weight: bold;
	font-size: 16px;
	border-bottom: 3px solid;
	margin: 0 10px 0px 10px;
	color: #422D10;
	padding: 0 0 3px 0;
	border-color: #A27755;
	width: 550px;
}
p {
	padding: 0 10px;
}
li {


}
strong {





}

#next {
	text-align: right;
	margin: 0 auto 30px auto;
	width: 90%;
	padding: 10px;
	color: #D92D32;
}


#navi {
	width: 240px;
	float: right;
	background-position: center bottom;
	background-repeat: no-repeat;
	margin-right: 10px;
	margin-top: 5px;

}


.navicat a {
	display: block;
	font-weight: bold;
	color: #000;
	padding: 10px 0px 10px 30px;
	background-image: url(icon.png);
	background-repeat: no-repeat;
	background-position: left center;
	vertical-align: middle;
	margin: 5px 0 0 0px;
}


.navicat a:hover {
	text-decoration: none;
	color: #B60613;
}
.footer {
	clear: both;
	height: 0px;
}
.big {
	font-size: 14px;
	color: #000;
	font-weight: bold;
}
.color {
	color: #CD0011;
	font-weight: bold;

}

