@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.gif);
	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;
	padding: 10px;
	border-top: 40px solid;
	border-bottom: 40px solid;
	border-color: #333;
	margin: 0 auto;
	background-image: url(wholeback.png);

}
#wholewrap:after{
	content: "";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
	border-right: 3px solid #000;
	border-left: 3px solid #000;

}
#mainwrap {
	float: left;
	width: 600px;
}




#header {
	height: 250px;
	background-image: url(header.jpg);
	background-position: left bottom;
	background-repeat: no-repeat;
	border: 1px solid #fff;
}

#main {
	color: #333;
	margin-top: 10px;
	background-image: url(clear.png);
	padding: 10px;
	border: 1px solid #fff;
	
}



#main a {
	color: #CD0011;
	font-weight: bold;
}
#main a:hover {
	text-decoration: none;
}
h1 {
	font-size: 14px;
	text-align: center;
	color: #666;
	background-position: left top;
	border-color: #E22E2D;
	margin: 0;
	font-weight: normal;

}

h2 {
	font-size: 17px;
	font-weight: bold;
	text-align: center;
	color: #F90;
	background-position: left top;
	padding: 10px;
	margin: 10px auto;
	border: 3px double;
}
h3 {
	font-weight: bold;
	font-size: 16px;
	border-bottom: 3px double;
	margin: 0 10px 0px 10px;
	padding: 0 0 3px 0;
	width: 90%;
	border-color: #F90;
}
p {
	padding: 0 10px;
}
li {


}
strong {
	color: #F90;
	font-weight: bold;





}

#next {
	text-align: center;
	margin: 0 auto 30px auto;
	padding: 10px;
}
#next a {
	font-weight: bold;
	color: #090;
}
#next a:hover {
	text-decoration: none;
}



#navi {
	width: 240px;
	float: right;
	background-position: center bottom;
	background-repeat: no-repeat;

}


.navicat a {
	display: block;
	font-weight: bold;
	color: #030;
	background-image: url(icon.gif);
	background-repeat: no-repeat;
	background-position: left center;
	vertical-align: middle;
	margin: 0px 0px 5px 5px;
	padding: 10px 0 10px 15px;
	background-color: #E1F2D6;
	border: 1px solid #fff;
}


.navicat a:hover {
	text-decoration: none;
	background-color: #FFF;
}
.footer {
	clear: both;
	height: 0px;
}
.big {
	font-size: 14px;
	font-weight: bold;
	color: #333;
}
.color {
	color: #CD0011;
	font-weight: bold;

}

