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

body {
	margin: 50px auto 60px 40px;
	padding: 0px;
	background: #e2e1dd;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	font-weight: normal;
	line-height: 14px;
	color: #333;
}

#wrap {
	width: 830px;
	height: auto;
	z-index: 1;
}

#header {
	width: 830px;
	height: 90px;
	z-index: 1;
}

#logo {
    float: left;
	width: 582px;
	z-index: 1;
}

#nav {
    float: left;
	z-index: 1;
}

#line {
    float: left;
	width: 830px;
	height: 7px;
	border-top: thin dotted #FFF;
	z-index: 1;
}

#toptextbox {
    float: left;
	width: 830px;
	height: 52px;
	z-index: 1;
	font-size: 12px;
	font-weight: bold;
	line-height: 16px;
	color:#afafaf
}

h4 {
	font-size: 12px;
	font-weight: bold;
	line-height: 1px;
	color:#afafaf
	}

a img {
	border: none;
	}

