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

body {
	margin:0;
	background-color:#F16003;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333;
}

a {
	color:#F16003;
	text-decoration:none;	
}

a:hover {
	color:#F00;
	text-decoration:underline;
}

#content {
	width:960px;
	margin-left:auto;
	margin-right:auto;
}

#header {
	height:150px;
	background-color:#FFF;
}

#headerBar {
	height:40px;
	background-color:#333;
}

#body {
	background-color:#FFF;	
}

#copyright {
	font-size:10px;
	color:#FD8B40;
	text-align:center;
}

div.site {
	width:480px;	
}

div.siteRight {
	width:480px;
	float:right;	
}

div.siteDes {
	margin-left:40px;
	margin-bottom:20px;
}

span.siteTitle {
	font-size:16px;
	font-weight:bold;
}

