@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 #1C3673;
	margin: 0 auto;
	width: 90%;
	padding: 0;
	color: #1C3673;
}
td {
	border: 1px solid #1C3673;
	padding: 0;
	margin: 0;
	color: #1C3673;

}
td p {
	margin: 1px;

}


#drop{
	width:830px;
	background-image: url(drop.png);
	background-repeat: repeat-y;
	margin: 0 auto;
}

#wholewrap {
	width: 800px;
	margin: 10px auto;
	background-color: #E0E6FE;
	background-image: url(header.jpg);
	text-align: ceneter;
	padding-bottom: 10px;
	background-repeat: no-repeat;
	background-position: center top;
	border: 3px solid;
	color: #1C3673;

}
#centerwrap {
	width: 775px;
	margin: 0 auto;
}
#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: 260px;
	background-position: center;
	padding: 0px 0 0 0;
}

#main {
	float: left;
	margin: 0px;
	width: 510px;
	background-image: url(clear.png);
	
}


#main a {
	color: #6064FF;
	font-weight: bold;
}
#main a:hover {
	text-decoration: none;
}

h1 {
	font-size: 17px;
	font-weight: bold;
	text-align: left;
	padding: 20px 0px 18px 50px;
	margin: 5px 0 5px 5px;
	width: 90%;
	color: #AB7960;
	background-position: left center;
	background-image: url(icon.gif);
	background-repeat: no-repeat;
}
h2 {
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	padding: 5px 0 5px 0px;
	margin: 0 0 5px 10px;
	width: 90%;
	background-position: center bottom;
	border-bottom: 1px dashed;
	border-top: 1px dashed;
	color: #6064FF;
}
h3 {
	font-weight: bold;
	font-size: 15px;
	border-bottom: 1px dashed;
	margin: 10px 10px 5px 10px;
	width: 80%;
	color: #1C3673;
}
p {
	padding: 0 10px;
}
li {


}
strong {





}

#next {
	text-align: right;
	margin: 0 auto 30px auto;
	width: 90%;
	padding: 10px;
}


#navi {
	width: 250px;
	float: right;
	background-image: url(clear.png);

}


.navicat a {
	display: block;
	font-weight: bold;
	color: #1C3673;
	padding: 15px 0px 15px 53px;
	background-image: url(icon.gif);
	background-repeat: no-repeat;
	background-position: left;
	margin-left: 0px;
}


.navicat a:hover {
	text-decoration: none;
	color: #A8B2ED;
}
.footer {
	clear: both;
	height: 0px;
}
.big {
	font-size: 14px;
	color: #000;
	font-weight: bold;
}
.color {
	color: #930;

}
