@charset "utf-8";
/* CSS Document */

body{
	color:#555;
}

#headwrap{
	width:100%;
	background:#fff url(../images/topbackimg.gif) bottom repeat-x;
}

#header{
	width:950px;
	margin-top:5px;
	margin-bottom:15px;
	margin-bottom:0;
	margin-left:auto;
	margin-right:auto;
}

h1{
	float:left;
	margin-top:5px;
	margin-bottom:7px;
}

#headerright{
	float:left;
	margin-top:10px;
	margin-left:220px;
}

#header p img{
	margin-left:10px;
}

nav{
	width:100%;
	height:65px;
	background:url(../images/navunderback.png) repeat-x top;
	margin-bottom:10px;
	/zoom:1;
}

#menu{
	width:950px;
	height:67px;
	margin-left:auto;
	margin-right:auto;
}

#menu li{
	float:left;
}

footer{
	position:relative;
	height:59px;
	width:100%;
	background:#fff url(../images/footerback.gif) repeat-x bottom center;
	text-align:center;
}

#copyright{
	padding-top:25px;
}

a{
	border:0;
}	

#pagetop{
	position:absolute;
	margin-left:50%;
	top:-20px;
	left:352px;
	cursor:pointer;
}

#pagetop:hover{
	position:absolute;
	margin-left:50%;
	top:-30px;
	left:352px;
	cursor:pointer;
}