@charset "utf-8";


body {
	font-family:Tahoma, Arial, Helvetica, serif;
	font-size:11px;
	background:#E9E9E9 url(images/background.png) left 100px fixed no-repeat;
}

#main {
	width:724px;
	margin:0px auto;
}

#logo {
	height:81px;
	display:block;
	margin-top:20px;
}

#navigation {
	width:724px;
	margin:0px;
	padding:0px;
	list-style-type:none;
	margin-top:20px;
}

#navigation li {
	float:left;
	width:120px;
	height:44px;
	background:url(images/navigation.png) -124px 0px no-repeat;
	line-height:44px;
	text-align:center;
}

#navigation li:hover {
	background:url(images/navigation.png) -124px -44px no-repeat;
}

#navigation li.first {
	width:124px;
	background:url(images/navigation.png) no-repeat;
}

#navigation li.last {
	background:url(images/navigation.png) -244px 0px no-repeat;
}

#navigation li.first:hover {
	width:124px;
	background:url(images/navigation.png) 0px -44px no-repeat;
}

#navigation li.last:hover {
	background:url(images/navigation.png) -244px -44px no-repeat;
}

#navigation li a {
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
	display:block;
}

#navigation li a:hover {
	text-decoration:underline;
}

#header_big {
	display:block;
	height:120px;
	margin-top:20px;
}

#content {
	margin-top:20px;
	width:520px;
	float:left;
}

#content #content_top {
	width:520px;
	height:10px;
	background:url(images/content.png) no-repeat;
}

#content #content_mid {
	width:502px;
	background:#FFFFFF;
	padding-left:9px;
	padding-right:9px;
}

#content #content_mid #breadcrumb {
	width:492px;
	height:22px;
	background:url(images/bar.png) no-repeat;
	line-height:22px;
	color:#FFFFFF;
	padding-left:10px;
}

#content #content_mid #breadcrumb a {
	text-decoration:none;
	color:#FFFFFF;
}

#content #content_mid #breadcrumb a:hover {
	text-decoration:underline;
}

h1,h2,h3,h4,h5,h6 {
	color:#FF8400;
	margin-left:15px;
	font-weight:normal;
}

#content span.text {
	display:block;
	margin-left:20px;
	color:#666666;
	min-height:300px;
	text-align:justify;
	width:460px;
}

#content #content_bottom {
	width:520px;
	height:10px;
	background:url(images/content.png) 0px -10px no-repeat;
}

.box {
	width:180px;
	float:left;
	margin-top:20px;
	margin-left:20px;
}

.box .box_top {
	height:10px;
	width:180px;
	background:url(images/content.png) 0px -20px no-repeat;
}

.box .box_mid {
	width:162px;
	padding-left:9px;
	padding-right:9px;
	background:#FFFFFF;
	min-height:50px;
	color:#666666;
}

.box .box_mid .box_header {
	width:137px;
	height:22px;
	background:url(images/bar.png) 0px -22px no-repeat;
	padding-left:25px;
	color:#FFFFFF;
	line-height:22px;
	margin-bottom:5px;
}

.box .box_bottom {
	height:10px;
	width:180px;
	background:url(images/content.png) 0px -30px no-repeat;
}

#footer {
	width:715px;
	height:20px;
	background:url(images/footer.png) no-repeat;
	margin-top:20px;
	line-height:20px;
	font-size:10px;
	color:#CCCCCC;
	padding-left:5px;
}

#footer span.l {
	display:block;
	width:580px;
	float:left;
}

#footer span.r {
	display:block;
	float:left;
}

a {
	color:#CCCCCC;
}

a:hover {
	color:#FF9900;
}
