html {
	margin:0px;
}


body {
	background-image:url(images/final_backgr.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	background-attachment:fixed;
	margin:0px;
    background-color:#000000;
}

#header {
	width:849px;
	height:289px;
	margin-left:auto;
	margin-right:auto;
}

#nav {
	width:780px;
	height:34px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(images/nav-button-bg.jpg);
	background-repeat:repeat-x;
	font-family:"Trebuchet MS", Tahoma, Arial;
	font-size:15px;
	font-weight:bold;
	color:#ffffff;
	padding-left:8px;
	padding-top:8px;
}

#nav a:link {
	color:#ffffff;
	text-decoration:none;
	padding-right:8px;
	padding-left:4px;
}

#nav a:visited {
	color:#ffffff;
	text-decoration:none;
	padding-right:8px;
	padding-left:4px;
}

#nav a:hover {
	color:#ffe931;
	text-decoration:none;
	padding-right:8px;
	padding-left:4px;
}

#nav a:active {
	color:#ffe931;
	text-decoration:none;
	padding-right:8px;
	padding-left:4px;
}


#content-wrapper {
	width:789px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	background-image:url(images/content-bg.gif);
	background-repeat:repeat-y;
	position:inherit;
	font-family:"Trebuchet MS", Tahoma, Arial;
	font-size:13px;
	text-align: left;
}



#footer {
	width:770px;
	margin-left:auto;
	margin-right:auto;
	height:40px;
	background-color: #1B2A16;
	color: #F5FA90;
	padding-top:20px;
	padding-left:10px;
	padding-right:10px;
	font-family:"Trebuchet MS", Tahoma, Arial;
	font-size:12px;
}

#headline {
	font-size:18px;
	color:#0099FF;
}
a:hover img {
background: none;
border: none;
}

a:link img {background: none;
border: none;}

a:visited img {background: none;
				border: none;}
a:active img {background: none;
				border: none;}