@charset "utf-8";
/* CSS Document */
/* red : 8b0b04 */
body, h1, h2, h3, h4 {
	margin:0;
	padding:0;
}
body {
	background-color: #336600;
	text-align:center;
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
/* Wraps the whole page into this, so you don't have to use a table */
#wrapper {
	width:950px;
	margin: 0 auto;
	position: relative;
	top: 10px;
}
#wrapper_home {
	margin: 0 auto;
	position: relative;
	top: 50px;
}

/* Small logo on top of each page */
#logo {
	background-repeat: no-repeat;
	background-image: url(images/gnome50.jpg);
	background-position: center center;
	/*height: 125px;*/
}
/***** start navigation bar *************/
#navigation {
	background-image: url(images/navline.png);
	background-repeat: no-repeat;
	height: 45px;
	background-position: center center;
}
/* actual bar with links */
#navbar {
	float: left;
	width: 770px;
	padding-left: 155px;
	padding-top: 5px;
}
#navbar li {
	list-style-type: none;
	float: left;
}
/* links */
#navbar a {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	list-style-type: none;
	padding: 25px;
	text-decoration: none;
	font-weight: bold;
	letter-spacing: 1px;
	font-size: 11px;
}
#navbar a:hover {
	color: #333333;
	font-size: 12px;
	font-weight: bolder;
	background-image: url(images/navstar2.png);
	background-repeat: no-repeat;
	background-position: left 18px;
}
#navbar a#selected {
	color: #FFFFFF;
	font-size: 15px;
	font-weight: bolder;
	background-image: url(images/navstar2.png);
	background-repeat: no-repeat;
	background-position: left 18px;
}
/***** END navigation *****/
/***news bar***/
#newsbar {
	background-image: url(images/star.png);
	background-repeat: no-repeat;
	background-size: 35px 35px;
	background-position: 40px;
	color: #ffffff;
	background-color: #333333;
	width: 886px;
	height: 40px;
	font-size: 12px;
	font-weight: bolder;
	padding: 10px 0px;
	margin-left: 35px;
}
/***END news bar***/
/*** Footer ***/
#footer {
	background-image: url(images/footer.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 50px;
}
