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

* {
	margin: 0;
	padding: 0;
}

body {
	background: #000 url(../images/background.jpg) top center no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 21px;
}
.clearBoth {
	clear: both;
	width: 100%;
	height: 0px;
}
/*-------------- Layout Styles ---------------*/
#wrapper {
	width: 720px;
	margin: 0 auto;
}
#header {
	width: 100%;
	height: 300px;
	background: url(../images/header.png) top center no-repeat;
}
	#header #lang {
		float: right;
		position: relative;
		right: 0;
		top: 250px;
	}
#navigation {
	background: url(../images/headerbar.png) top center no-repeat;
	width: 720px;
	height: 73px;
	text-align: center;
	line-height: 61px;
	font-size: 20px;
	font-weight: bold;
}
	#navigation a:link, #navigation a:visited {
		color: #000;
		text-decoration: none;
	}
	#navigation a:hover, #navigation a:active {
		color: #009900;
	}

#content {
	padding: 10px 20px;
	width: 680px;
	background: url(../images/contentbg.png) top center repeat-y;
	min-height: 400px;
}
	#content img {
		border: none;
		margin: 5px;
	}

#footer {
	width: 100%;
	background: url(../images/footerbar.png) top center no-repeat;
	height: 61px;
	text-align: center;
	line-height: 61px;
}

/*------------------ Text Styles -------------------------*/

a:link, a:visited {
	text-decoration: underline;
	color: #999;
	outline: none;
}
a:hover, a:active {
	color: #009900;
}
p {
	margin-bottom: 15px;
}
ul {
	margin-bottom: 15px;
}
	ul li {
		list-style-position: inside;
	}
h2 {
	margin-bottom: 15px;
}

/*--------------- Axle Chart Formatting Styles -----------------*/
table {
	background: #7F7F7F;
}
table td {
	padding: 3px;
	background: #FFF;
}
th {
	color: #FCD86A;
	font-weight: bold;
	font-size: 14px;
	line-height: 18px;
	height: 42px;
}