@charset "UTF-8";

body {
	background: #FFFFFF url(../img/body.jpg) repeat-x left top;
}

#wrapper {
	width: 1060px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	margin-top: 20px;
}


#header {
	background: url(../img/header.jpg) no-repeat left top;
	height: 130px;
	width: 1060px;
	text-indent: -9999px;
}

#header h1{
	text-indent: -9999px;
	height: 130px;
	width: 50px;
	float: right;
}

#header #logo {
	float: left;
	height: 130px;
	width: 550px;
}

#main {
	clear: both;
	width: 1060px;
	margin-top: 20px;
	overflow: hidden;
}

#menu{
	float: left;
	width: 230px;
}

#menu ul {
}

#menu li {
	margin: 0px 0px 5px;
	width: 230px;
}

#contentarea {
	width: 830px;
	float: right;
}

#footer {
	background: url(../img/footer.jpg) no-repeat left top;
	clear: both;
	height: 130px;
	width: 1060px;
	margin-top: 15px;
}
