@charset "utf-8";

html {
	height: 100%;
}

/* CSS Document */

body {
	font-size: 14px;
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #CCC;
	background-attachment: fixed;
	background-image: url(bodyback.png);
	color: #000;
}


img {
border:0;}

table {
	border: 2px solid #000;
	margin: 0 auto;
	width: 90%;
	padding: 0;
}
td {
	border: 1px solid #000;
	padding: 0;
	margin: 0;

}
td p {
	padding: 5px;

}


#drop{
	width:830px;
	background-image: url(drop.png);
	background-repeat: repeat-y;
	margin: 0 auto;
}

#wholewrap {
	width: 800px;
	margin: 20px auto;
	background-color: #FCF6F8;
	background-image: url(header.jpg);
	text-align: ceneter;
	padding-bottom: 10px;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center top;
	border: 5px solid #401700;

}
#centerwrap {
	width: 775px;
	margin: 0 auto;
	border: 3px solid #401700;
	background-color: #FCF6F8;
}
#wholewrap:after{
	content: "";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
	border-right: 3px solid #000;
	border-left: 3px solid #000;

}




#header {
	width: 800px;
	margin: 0px auto;
	background-repeat: no-repeat;
	height: 350px;
	background-position: center;
	padding: 0px 0 0 0;
}

#main {
	float: right;
	margin: 0px;
	width: 540px;
	background-color: #FCF6F8;
	
}


#main a {
	color: #D88273;
	font-weight: bold;
}
#main a:hover {
	text-decoration: none;
}

h1 {
	font-size: 17px;
	font-weight: bold;
	text-align: left;
	padding: 10px 10px 5px 20px;
	margin: 10px auto 10px auto;
	width: 90%;
	color: #401700;
	background-position: left center;
	border-bottom: 3px double #401700;
	background-image: url(icon.gif);
	background-repeat: no-repeat;
}
h2 {
	font-size: 15px;
	font-weight: bold;
	text-align: left;
	padding: 5px 0 5px 0px;
	margin: 0 0 0 10px;
	width: 90%;
	color: #000;
	background-position: center bottom;
	border-bottom: 1px dashed #000;
	border-top: 1px dashed #000;
}
h3 {
	color: #000;
	font-weight: bold;
	font-size: 15px;
	border-bottom: 1px dashed #000;
	margin: 0 10px 10px 10px;
	width: 80%;
}
p {
	padding: 0 10px;
}
li {


}
strong {
	color: #000;




}

#next {
	text-align: center;
	margin: 0 auto 30px auto;
	width: 90%;
	padding: 10px;
}


#navi {
	width: 230px;
	float: left;
	background-color: #D49C83;

}


.navicat a {
	display: block;
	font-weight: bold;
	color: #401700;
	padding: 15px 0px 15px 20px;
	background-image: url(icon.gif);
	background-repeat: no-repeat;
	background-position: left;
	margin-left: 0px;
}


.navicat a:hover {
	text-decoration: none;
	color: #D49C83;
	background-color: #FCF6F8;
}
.footer {
	clear: both;
	height: 0px;
}
.big {
	font-size: 14px;
	color: #000;
	font-weight: bold;
}
.color {
	color: #930;

}

