body, html {
 	margin: 0px;
 	padding: 0px;
 	font-family: Tahoma,verdana;
 	font-size: 12px;
 	background:url(../images/bg.gif) repeat-x #58922c;
}

#flashcontainer {
 	width: 437px;
 	height: 482px;
 	float:left;
 	text-align: right;
}

#box {
 	text-align: center;
 	margin: auto;
 	margin-top: 107px;
	width: 572px;
 	height: 637px;
 	float:left;
}

.header {
 	font-weight: bold;
 	color: #e6a514;
 	padding-left: 10px;
 	font-size: 15px;
}

.menucontent {
 	text-align: justify;
 	margin-top: 10px;
 	padding: 20px;
 	height: 500px;
 	overflow: auto;
}

#container {
 	width: 1009px;
}

.h3,.cim {
	color: #e6a514;
}

a {
 	text-decoration: underline;
 	color: #e6a514;
}

a:hover {
 	text-decoration: none;
 	color: #e6a514;
 }

.input {
	margin-top: 5px;
	margin-bottom: 5px;
	border: 1px solid #d4d4d4;
}

.btn {
	border: none;
	padding: 3px;
	font-weight: bold;
	font-size: 11px;
	background-color:#e6a514;
	color: #fff;
}
.ul{
	color: #e6a514;
}

.text{
	color: #000;
}

.picbox {
	margin: 3px;
	width: 212px;
	height: 111px;
	border: 1px solid #f6f6f6;
	float: left;
}

img {
	border: none;
}


