@CHARSET "UTF-8";

body{
	background: black;
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
}

#main{
	width: 1024px;
	height: 700px;
	background: url("../images/main_bg.jpg") no-repeat;
}

#logo{
	width: 313px;
	height: 78px;
	background: url("../images/logo.png") no-repeat;
}

/* display header start */

#header_top{
	width: 1024px;
	height: 31px;
	margin-bottom: -7px;
	background: url("../images/header_top.png");
}

#header_bottom{
	width: 1024px;
	height: 23px;
	margin-top: -10px;
	background: url("../images/header_bottom.png");
}

/* box start */

#box{
	float: left;
	margin-top: 10px;
	border: 1px solid #0a2f1a;
	background-image:url("../images/box_bg.png");
}

#box_title{
	height: 29px; 
	background: url("../images/box_title_bg.png") repeat-x;	
}

#box_text{
	color: #769476;
	font-size: 12px;
	font-family: Tahoma;
	text-align: justify;
	padding: 10px 15px 10px 15px;
}

/* menu start */

#menu{
	float: left;
	width: 1024px;
	height: 75px; 
	margin-top: 20px;
	background: url("../images/menu_bg.png") no-repeat;
}

#menu ul{
	float: left;
	margin-top: 21px;
	margin-left: 30px;
	*margin-left: 70px;
}

#menu li {
	text-align: left;
	list-style-image: url("../images/list.png");
}
#menu li  a{
	font-size: 13px;
	font-family: verdana;
	font-style: italic;	
	color: #4c8360;
	text-decoration: none;
}

#menu a:hover{
	color: #ffffff;
}

/* form input, select, textarea, button */

.input{
	height: 21px;
	color: #666666;  
	font-size: 11px; 
	font-family: Tahoma;
	border: 1px solid #0a2f1a;
}

.select{
	height: 20px;
	color: #666666;  
	font-size: 12px; 
	font-family: Tahoma;
}
			
.textarea{
	color: #666666;  
	font-size: 11px; 
	font-family: Tahoma;
	border: 1px solid #0a2f1a;
}

/* Information */

#info{
	float: left;
	border: 1px solid #0a2f1a;
	background-image:url("../images/box_bg.png");
}