/* core start */
* { padding: 0; margin: 0; outline: 0; }
/*html,body{width:100%;height:100%;}*/ 
img { border: none; }
body {
	font-family: "naths font"; /* stupid american keyboard layout doing @ :) **/
	font-size: 16px;
}
/* core end */

#header{
	background-image:url(header2010.png);
	margin:0px auto;
	padding:0px;
	width:960px;
	height:160px;
	background-position:top center;
	position:relative;
	font-family:"Trebuchet MS";
	font-size:16px;
	color:#e0e0e0;
}
#header #links{
	position:absolute;
	left:0px;
	width:100%;
	text-align:center;
	bottom:8px;
}
#links a{
	margin:0px 10px;
	font-weight:bold;
	text-decoration:none;
	color:#f0f0f0;
}
#links a:hover{
	text-decoration:underline;
	font-weight:bold;
	color:#fff;
}
body{
	background-color:#006080;
	background-image:url(background2010.png);
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:center center;
	font-family:trebuchet ms;
}
a{
	color:#f0f0f0;
}
a:hover{
	color:#fff;
}
div{
	margin:0px auto;
}
#wrap{
	width:960px;
}
#footer{
	background-image:url(footer2010.png);
	background-position: 50% 10px;
	background-repeat: no-repeat;
	border-top: 1px solid #fff;
	margin-top: 10px;
	color:#e0e0e0;
	width:960px;
	height:16px;
	text-align:center;
	font-size:12px;
	padding: 10px 0 0 0;
}
#footer a{
	color:#f0f0f0;
	font-weight:bold;
	text-decoration:none;
}
#footer a:hover{
	color:#ffffff;
}
#notes{
	text-align:center;
	font-weight:bold;
	color:#ff0000;
}
#content{
	position: relative;
	margin: 0px auto;
	width:960px;
	color:#e0e0e0;
	text-align:center;
}
#footnote{
	font-size: 12px;
	font-style:italic;
}