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

body {
	color: #000000;
	font: 12px Arial, Helvetica, sans-serif;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #ffffff;
	padding: 0px;
	margin: 0px;
}

a:link, a:visited {
	color: #999999;
	text-decoration: none;
	font-weight: bold;
}

a:hover, a:active {
	color: #ff9900;
	text-decoration: none;
}

#centerbody {
	position: absolute;
	width: 1000px;
	left: 50%;
	margin-left: -500px;
}

/* --- HEADER --- */

#header {
	float: left;
	width: 1000px;
	height: 109px;
}

#navigation {
	float: left;
	color: #3399ff;
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	background-image: url(images/line.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	width: 1000px;
	height: 20px;
	padding: 5px 0 5px 0;
}

#navigation a:link, #navigation a:visited {
	color: #999999;
	margin-right: 10px;
}

#navigation a:hover, #navigation a:active {
	color: #009900;
	text-decoration: none;
}

#content {
	float: left;
	width: 1000px;
	min-height: 400px;
	padding: 0 10px 0 10px;
	margin: 15px 0 0 0;
}

#content div {
	color: #009900;
	font-size: 16px;
	font-weight: bold;
	width: 100%;
	padding: 3px 3px 3px 0px;
	border-bottom: 1px solid #dddddd;
}

ul {
	padding: 0px;
	margin: 0 0 0 35px;
}

li {
	color: #009900;
	font-weight: bold;
	list-style-image: url(images/list_arrow.gif);
	padding: 0 20px 0 0;
}

#content img {
	border-right: 20px solid #ffffff;
	border-bottom: 20px solid #ffffff;
}

#footer {
	position: fixed;
	color: #eeeeee;
	text-align: center;
	background-color: #000000;
	width: 100%;
	height: 30px;
	bottom: 0px;
	border-top: 2px solid #009900;
	padding: 10px 0 10px 0;
}

/* --- FONTS --- */

em {
	color: #999999;
	font-size: bold;
}

.green {
	color: #009900;
}

.black {
	color: #000000;
}
	
