@charset "utf-8";

html {
	height: 100%;
}

/* CSS Document */

body {
	font-size: 14px;
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #FEF9E6;
	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:900px;
	background-image: url(drop.png);
	background-repeat: repeat-y;
	margin: 0 auto;
}

#wholewrap {
	width: 850px;
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #FEF9E6;
	padding: 10px;
	border-color: #4BD0D9;
	border-top: 40px solid #4BD0D9;
	border-bottom: 40px solid #4BD0D9;
	margin: 0 auto;

}
#wholewrap:after{
	content: "";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;

}




#header {
	height: 250px;
	background-image: url(header.jpg);
	background-position: center center;
}

#main {
	background-color: #FEF9E6;
	color: #333;
	margin-top: 10px;
	border: 1px dashed;
	border-color: #4BD0D9;
	
}
#mainwrap {
	float: right;
	width: 570px;
}



#main a {
	color: #4BD0D9;
	font-weight: bold;
}
#main a:hover {
	text-decoration: none;
}
h1 {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	color: #666;
	background-repeat: no-repeat;
	background-position: right top;
	width: 90%;
	border-color: #989898;
	padding: 10px;
	margin: 0px auto;
}

h2 {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	color: #000;
	background-position: right top;
	width: 90%;
	border-color: #A02B34;
	margin: 0px auto;
	background-image: url(h1.png);
	height: 55px;
	line-height: 55px;
}
h3 {
	font-weight: bold;
	font-size: 16px;
	border-bottom: 1px dashed;
	margin: 0 10px 0px 10px;
	color: #4BD0D9;
	padding: 0 0 3px 0;
	border-color: #4BD0D9;
	width: 90%;
}
p {
	padding: 0 10px;
}
li {


}
strong {
	color: #9657F4;
	font-weight: bold;





}

#next {
	text-align: center;
	margin: 20px auto;
	padding: 10px;
	border-top: 1px dashed;
	border-bottom: 1px dashed;
	border-color: #4BD0D9;
}
#next a {
	font-weight: bold;
	color: #4BD0D9;
}
#next a:hover {
	text-decoration: none;
}



#navi {
	width: 280px;
	float: left;
	background-position: center bottom;
	background-repeat: no-repeat;

}


.navicat a {
	display: block;
	font-weight: bold;
	color: #27B1BC;
	background-image: url(icon.gif);
	background-repeat: no-repeat;
	background-position: left center;
	vertical-align: middle;
	margin: 6px;
	padding: 10px 0 10px 15px;
}


.navicat a:hover {
	text-decoration: none;
	background-color: #FBFF66;
}
.footer {
	clear: both;
	height: 0px;
}
.big {
	font-size: 14px;
	font-weight: bold;
}
.color {
	color: #CD0011;
	font-weight: bold;

}

