body {
	background: url(../images/background.jpg) top left repeat-x #598c25;
	font-family: Verdana, Arial;
}

.clear {
	clear:both;
}


#container {
	width:960px;
	background:url(../images/container-background.jpg) top left no-repeat #598c25;
	margin:0px;
	padding:0px; 
}

#footer-grass {
	background:url(../images/container-background-grass.png) repeat-x;
	height: 59px;
	width: 100%;
}

#header_area {
	width: 960px;
	height:223px;
	display:block;
}


#navigation {
	float:right;
	margin: 0px 12px 0px 0px;
}


#navigation a.nav_one {
	float:left;
	width:82px;
	display:inline-block;
	font-size:11px;
	text-align:center;
	color:#FFFFFF;
	line-height:24px;
	padding:0px 0px 6px 0px;
	text-decoration:none;
	background: url(../images/full-navigation.png) top left no-repeat;
}

#navigation a.nav_one:hover {
	background-position: 0 -32px;
}

#navigation a.nav_two {
	float:left;
	width:80px;
	display:inline-block;
	font-size:11px;
	text-align:center;
	color:#FFFFFF;
	line-height:24px;
	padding:0px 0px 6px 0px;
	text-decoration:none;
	background: url(../images/full-navigation.png) no-repeat;
	background-position: -82px 0px;
}

#navigation a.nav_two:hover {
	background-position: -82px -32px;
}

#navigation a.nav_three {
	float:left;
	width:76px;
	display:inline-block;
	font-size:11px;
	text-align:center;
	color:#FFFFFF;
	line-height:24px;
	padding:0px 0px 6px 0px;
	text-decoration:none;
	background: url(../images/full-navigation.png) no-repeat;
	background-position: -162px 0px;
}

#navigation a.nav_three:hover {
	background-position: -162px -32px;
}


#navigation a.nav_four {
	float:left;
	width:92px;
	display:inline-block;
	font-size:11px;
	text-align:center;
	color:#FFFFFF;
	line-height:24px;
	padding:0px 0px 6px 0px;
	text-decoration:none;
	background: url(../images/full-navigation.png) no-repeat;
	background-position: -238px 0px;
}

#navigation a.nav_four:hover {
	background-position: -238px -32px;
}

#navigation a.nav_five {
	float:left;
	width:75px;
	display:inline-block;
	font-size:11px;
	text-align:center;
	color:#FFFFFF;
	line-height:24px;
	padding:0px 0px 6px 0px;
	text-decoration:none;
	background: url(../images/full-navigation.png) no-repeat;
	background-position: -330px 0px;
}

#navigation a.nav_five:hover {
	background-position: -330px -32px;
}
/*
#navigation a  {
	float:left;
	width:80px;
	display:inline-block;
	font-size:11px;
	text-align:center;
	color:#FFFFFF;
	line-height:24px;
	padding:0px 0px 6px 0px;
	text-decoration:none;
	margin:0px 2px 0px 0px;
} */




#login-area {
	color:#333333;
	float:right;
	margin: 6px 14px 0px 0px;
	display:block;
	height:22px;
	position:relative;
	z-index:200;
}

#login-area .start {
	background:url(../images/login-area-left.png) top left no-repeat;
	width:2px;
	height:22px;
	float:left;
}

#login-area .end {
	background:url(../images/login-area-right.png) top left no-repeat;
	width:2px;
	height:22px;
	float:left;
}

#login-area .middle {
	background:url(../images/login-area-middle.png) top left no-repeat;
	padding: 0px 10px;
	height:22px;
	float:left;
	
}

#login-area a {
	color: #333333;
	font-size:11px;
	line-height:14px;
	text-decoration: none;
}

#welcome_text {
	color: #000000;
	font-size:11px;
	line-height:14px;
	text-decoration: none;
}

#login-area a {
	color: #333333;
	font-size:11px;
	line-height:14px;
	text-decoration: none;
}

#login-area a:hover {
	text-decoration: underline;
}



#footer {
	width: 928px;
	padding: 10px 14px 10px 18px;
	display:block;
}

#footer .top-text {
	display:block;
	overflow:hidden;
}

#footer .top-text .left{
	float:left;
	display:block;
}

#footer .top-text .left a{
	text-decoration: none;
	font-weight:bold;
	font-size:12px;
	line-height:14px;
	color: #1b131e;
}


#footer .right {
	float:right;
	display:block;
}

#footer .right a {
	text-decoration: none;
	font-weight:bold;
	font-size:12px;
	line-height:14px;
	color: #d9d9d9;
}

#footer .bottom-text {
	text-align: left;
	display:block;
}

#footer .bottom-text p {
	font-size:12px;
	line-height:14px;
	color: #d9d9d9;
}

#footer .middle-breaker {
	background-color: #d9d9d9;
	height: 1px;
	overflow:hidden;
	line-height:1px;
	width:100%;
	margin: 6px 0px;
}