@charset "UTF-8";
/* Black schema */

.bannerbar{
	background-image:url(../images/green/bannertop.jpg);
	background-position:right;
}

.bannerbarinner{
	margin-left:auto;
	margin-right:auto;
	height:133px;
	width:1000px;
	background-image:url(../images/green/bannercircles.jpg);
	background-repeat:no-repeat;
	background-position:right;
}

/* top navigation */
.navbar{
	background-image:url(../images/green/navbar.jpg);
	margin-left:auto;
	margin-right:auto;
	width:980px;
	height:20px;
	text-align:right;
	padding:5px 20px 0px 0;
	font-size:12px;
}

#topnav{
	padding:0;
	margin:0;
	display:inline;
}

.topnavitem{
	padding:0;
	margin:0;
	color:#fff;
	display:inline;
}

.topnavitem a{
	color:#333;
	text-decoration:none;
	font-weight:bold;
}

.topnavitem a:hover{
	color:#000;
	text-decoration:underline;
}
/* /top navigation */

.footerbar{
	background-image:url(../images/green/footer.jpg);
	background-repeat:repeat-x;
	clear:both;
	height:80px;
}

