div, p, input, form{ 
	margin: 0;
	padding: 0;
}

.img{
	border: solid 1px white;
	padding: 1px; 
	margin: 0;
	margin-bottom:3px;
}

body, html{
	margin: 0;
	padding: 0;
	font-family: tahoma,verdana;
	font-size: 12px;
	color: white;
}

#container{
	margin-left: auto;
	margin-right: auto;
	width: 830px;
	min-height: 636px;
	background: url(../images/menu_bg.gif) repeat-y;
	background-color: #D5D9DB;
	visibility: hidden;
}

#flashmenu{
	width: 177px;
	float: left;
	min-height: 616px;
}

#content{
	margin-left: 178px;
	min-height: 636px;
	background-color: #D5D9DB;

}

#right{
	min-height: 540px;
	width: 150px;
	background-color: #D5D9DB;
	float: right;
	text-align: left;
}

#footer{
	height: 128px;
	text-align: left;
	background: url(../images/footer_bg.jpg) no-repeat;
}

#middle{
	
	width:492px;
	background-color: #DA8800;
	min-height: 663px;
	text-align: left;
	padding-left: 1px;
	padding-top: 5px;
	padding-bottom: 0;
}

#kep{

	width:139px;
	float: bottom;
	padding-top: 0px;
	padding-bottom: 5px;
}

/*--------index style--------------*/
table {
  border-collapse: collapse;
  border: none;
}
.cim{
	border-left: solid 10px #BF3038;
	font-size: 12px;
	color: white;
	font-weight: bolder;
	text-indent: 8px;
	margin-bottom: 10px;
	padding: 0;
}
.alcim{
	font-size: 12px;
	color: white;
	font-weight: bolder;
	margin-bottom: 10px;
}
.des{
	text-align: justify;
	font-size: 11px;
}
.tdes{
	text-align: center;
	font-size: 11px;
}
.tcim{
	font-weight: bolder;
	font-size: 11px;
}
a:active, a:link, a:visited{
	color: #BF3038;
}
a:hover{
	text-decoration: none;
}
hr{
	background-color: #DC931A;
	color: #DC931A;
	margin: 0;
	padding: 0;
}
.submenu li{
	color: #BF3038;
	padding: 0;
	margin: 0;
}

.submenu2 li{
	color: white;
	padding: 0;
	margin: 0;
	text-align: justify;
	font-size: 11px;
}

.it{
	width: 300px;
	height: 16px;
	background: url(../images/inputtext_bg.gif) repeat-x;
	font-size: 12px;
	color: #666666;
	border-left: solid 1px #B57306;
	border-top: solid 1px #B57306;
	border-right: solid 1px white;
	border-bottom: solid 1px white;
}
.btn{
	width: 124px;
	height: 25px;
	border: none;
	color: white;
	font-size: 12px;
	background: url(../images/submit_btn.gif) no-repeat;
}