@charset "utf-8";
/* CSS Document */

/*general*/
* {
margin:0;
padding:0;
}
body { 
	font-size:14px;
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #000000;
}
/* text */
a {
	font-size: 12px;
	color:#999999;
	text-decoration: none;
	}
a:hover {
	color: #00FF00;
	}
h1 {
	color: #999999;
	font-size: 14px;
	}	
h2 {
	color: #745921;
	}

/*main layout*/
#wrapper {
	margin:auto;
	padding-top:0px;
	width:1024px;
}
#header{
	float:left;
	width:1024px;
	height: 195px;
	background-image: url(../image/layout_01.jpg);
}
#welcome{
	float:right;
	margin-top: 180px;
	margin-right: 170px;
}
#menu{
	float:left;
	width:236px;
	height: 531px;
	margin: 0px;
	padding: 0px;
	background-image: url(../image/layout_02.jpg);
}
#content{
	float:left;
	width: 788px;
	height: 531px;
	background-image: url(../image/layout_03.jpg);
}
#texttitle{
	width:580px;
	margin-left:40px;
	margin-top: 20px;
	text-align:right;
	}
#textarea{
	width: 580px;
	height: 430px;
	margin-top: 10px;
	margin-left:40px;
	overflow: auto;
	}
#footer{
	float:left;
	width:1024px;
	height: 74px;
	background-image: url(../image/layout_04.jpg);
	text-align:center;
}

/*menu layout*/

.nav {
	float:right;
	width: 120px;
}
.nav ul{
	text-decoration:none;
	list-style-image:none;
	list-style-type:none;
	float:left;
}

.nav li{
width:auto;
}

.nav a{
	padding-bottom: 5px;
	padding-right: 70px;
	text-decoration: none;
	width:auto;
}
.top{
	margin-top:40px;
}
.mid{
	margin-top:8px;
}
.bottom{
	margin-top: 16px;
	}