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

body{
	background:#ffeaa7;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000000;
	margin:0px;
	padding:0px;
}

#wrapper{
	width:992px;
	margin:0 auto;
	background:url(images/bg.png) top center repeat-y;
}

#banner{
	background:url(images/header-img.jpg) top center no-repeat;
	width:961px;
	height:314px;
	margin-left:17px;
}

#menu{
	width:510px;
	height:80px;
	margin-left:400px;
}

#menu ul{
	list-style:none;
	margin:0px;
	padding:0px;
}

#menu ul li{
	margin:0px;
	padding:0px;
}

#menu ul li a{
	float:left;
	clear:none;
	display:block;
	text-decoration:none;
	font-size:14px;
	cursor:pointer;
	color:#FFFFFF;
	text-align:center;
	width:75px;
	margin-top:40px;
	margin-right:10px;
}

#menu ul li a:hover{
	font-weight:bold;
}

#logo{
	margin-left:500px;
	margin-top:80px;
}

#login{
	text-align:right;
	margin-right:100px;
	margin-top:15px;
}

#login input[type=text],input[type=password]{
	background:#ffeaa7;
	color:#999999;
}

#left-content{
	float:left;
	clear:none;
}

#circles{
	background:url(images/circles.png) top left no-repeat;
	width:122px;
	height:144px;
	margin-left:17px;
	margin-top:-50px;
}

#welcome{
	width:400px;
	background:#fbfde1;
	margin-left:50px;
	margin-top:-80px;
}

#welcome-img{
	margin-left:12px;
	padding-top:15px;
}

#welcome-title{
	margin-left:12px;
	padding-top:15px;
}

#more-btn1{
	text-align:right;
	margin-top:10px;
	margin-right:10px;
	padding-bottom:10px;
}

#right-content{
	float:left;
	clear:none;
	width:495px;
	margin-left:25px;
}

#divider{
	background:url(images/divider.png) top center no-repeat;
	width:469px;
	height:24px;
	margin-top:10px;
	margin-bottom:10px;
}

.news{
	float:left;
	clear:none;
	width:230px;
}

.sub-title{
	color:#ff9103;
	font-weight:bold;
}

.more-btn2{
	margin-top:10px;
}

#story-title{
	margin-bottom:10px;
}

#story-img{
	float:left;
	clear:none;
}

#story-txt{
	float:right;
	clear:none;
	width:230px;
}

#footer{
	background:url(images/footer.png) top center no-repeat;
	background-color:#9ac633;
	width:946px;
	height:30px;
	margin-left:17px;
	font-size:11px;
	padding-left:15px;
	padding-top:90px;
}