*{margin:0;padding:0;}
body{
	color: #333;
	border: 0;
	font: 14px/1.4em Arial, Helvetica, sans-serif;
	background: #E8DFD2 url(image/flowerpattern_yellow_03.gif) repeat;
}
img {padding: 2px; border:1px solid #CCC;}	
#wrapper{
	height: 100%;
	width:850px;
	border: 1px solid #B58F66;
	margin: 4px auto 0px;
	color: #333;
	padding: 0px;
	background:#fefefe;
}
#header{
	width:100%;
	height: auto;
	padding-bottom: 20px;
	padding-top: 20px;
	background: #262626;
	color: #CCC;
	margin: 0px;
}
#intro {
	height: auto;
	text-align: center;
	color: #C00;
	line-height: 2.35em;
	font-weight: bold;
	margin-bottom: 25px;
	padding-top: 20px;
}
#maincontent{
	width:100%;
	height: auto;
	color:#333;
	font-size:95%;
	background: #FFF;
	margin: 0px;
}
#menu{
	width:100%;
	height:30px;
	border-bottom: 2px solid #fefefe;
	padding-top: 0px;
}
#menu ul {
	height:30px;
	width: 100%;
	bottom: 0px;
	position: relative;
	background: #066;
	margin: 0px;
}
#menu li {
	height: 30px;
	width:auto;
	list-style-type: none;
	line-height: 30px;
	text-align: center;
	font-weight:bold;
	font-size:12px;
	margin-right: 3px;
	float: right;
	border-left: 1px solid #CCC;
	display: inline;
	padding-right: 10px;
	padding-left: 10px;
}
#link{
	font-weight:bold;
	font-size: 90%;
	height: 30px;
	margin-top: 30px;
	width: 100%;
	text-align: center;
	line-height: 30px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#footer {
	font-family: helvetica, Tahoma, arial,;
	font-size: 77%;
	line-height: 30px;
	color: #FFF;
	text-align: center;
	height: auto;
	width: 100%;
	background: #066;
}

a:link, a:visited, a:active{
	font-family:arial,helvetica, Tahoma,;
	color:#777;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #000;
}

#menu li a:link, #menu li a:visited, #menu li a:active {color:#fff; text-decoration: none;}
#menu li a:hover{
	color:#9CC;
	text-decoration: none;
}
h1 {
	font: bold 250%/2em "Times New Roman", Times, serif;
	text-align: center;
	color: #F6F6F6;
	text-decoration: underline;
}
h2 {
	font: 125% Georgia, "Times New Roman", Times, serif;
	text-align: center;
	color: #CCC;
}
h3 {
	font-size: 105%;
	margin-bottom: 10px;
	padding-bottom:5px;
	border-bottom:dotted 1px #333;
}
h3 a:link, h3 a:visited, h3 a:active{
	color: #033;
	text-decoration: none;
}
h3 a:hover {
	color: #666;
	text-decoration:none;
}
h4 {
	font-size: 98%;
	text-align: left;
	color: #F60;
	font-weight: bold;
	line-height: 20px;
	margin: 0px 0px 5px;
	padding-top: 10px;
}
h5 {font-size: 77%;}
h6 {font-size: 70%;}
em{font-style:normal;}
p{margin-bottom:10px;}
.backgroundhistory{margin-top: 10px;padding-right: 30px;padding-left: 30px;}
.pre{color:#903;font-size:11px;padding-right: 30px;padding-left: 30px;}

#maincontent .section {
	color: #333;
	background: #FFEBD7;
	padding: 10px;
	height: auto;
	width: 80%;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border: 3px dashed #F60;
	margin: 10px auto 15px;
}

.floatL{ float: left;}
#maincontent .box {
	height: 150px;
	width: 80%;
	margin: 10px auto 25px;
}
#maincontent .box img{
	margin-right:30px;
	float: left;
}

.check{
	color:#FFF;
	font-weight:bold;
	font-size: 80%;
	display: inline;
	padding: 5px 15px;
	bottom: 0px;
	background: #09C;
}
.check a:link,.check a:active, .check a:visited{ color:#FFF; text-decoration:none;}
.check a:hover{
	color:#CCC;
	text-decoration:none;
}

