@charset "utf-8";

html {
	height: 100%;
}

/* CSS Document */

body {
	font-size: 14px;
	height: 100%;
	margin: 0;
	padding: 0;
	color: #000;
	background-color: #FFF;
	background-attachment: fixed;
	background-image: url(bodyback.gif);
}
#whitewrap {
	background-color: #fff;
}


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: 0px auto;
	background-color: #FFD820;
	background-image: url(wholeback.gif);
	background-repeat: repeat-x;
	text-align: ceneter;
	padding-bottom: 20px;

}
#centerwrap {
	width: 775px;
	margin: 0 auto;
}
#whitewrap:after{
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;

}




#header {
	width: 775px;
	margin: 0px auto;
	background-image: url(header.png);
	background-repeat: no-repeat;
	height: 350px;
	background-position: center;
}

#main {
	float: right;
	margin: 0px;
	width: 485px;
	background-color: #fff;
	
}


#main a {
	color: #247BBB;
	font-weight: bold;
}
#main a:hover {
	text-decoration: none;
}

h1 {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	padding: 0px 20px 5px 0px;
	margin: 0px auto;
	width: 90%;
	color: #6C0;
	border-bottom-width: 3px;
	border-bottom-style: dotted;
}
h2 {
	font-size: 17px;
	font-weight: bold;
	text-align: center;
	margin: 0px auto;
	width: 80%;
	color: #39C;
	background-color: #fff;
	border: 1px dashed #39c;
	padding: 10px 0;
}
h3 {
	color: #000;
	font-weight: bold;
	font-size: 14px;
	margin-left: 20px;
	border-bottom: 1px solid #000;
	width: 90%;
}
p {
	padding: 0 20px;
}
li {


}
strong {
	color: #F36;



}

#next {
	text-align: center;
	margin: 0 auto;
	border-top: 3px dotted #6c0;
	width: 90%;
}


#navi {
	width: 290px;
	margin: 0;
	background-color: #FFF;

}


.navicat a {
	display: block;
	font-weight: bold;
	color: #6C0;
	padding: 15px 0px 15px 20px;
	background-image: url(icon.gif);
	background-repeat: no-repeat;
	background-position: left;
	margin: 0 0 0 10px;
}


.navicat a:hover {
	text-decoration: none;
	background-color: #6C3;
	color: #FFF;
}
.footer {
	clear: both;
	height: 0px;
}
.big {
	font-size: 14px;
	color: #000;
	font-weight: bold;
}
.color {
	color: #DB0047;

}
