@charset "utf-8";

/** HEADER */

.pagebody {
	width: 900px;
	margin: 0px auto;
}

#header {
	margin: 0px auto;
	background: url(images/homepage02.gif) repeat-x left top;
	width: 900px;
	height: 156px;
	position:relative;
}

#header h1, #header p 
{
    clear:both;
	margin: 0;
	line-height: normal;
	text-indent: 20px
}

#header h1 {
	margin: 38px 0 0.5em 0;
}

#header h1 a {
	display: block;
}

/** MENU */

#menu {
	margin: 0px auto;
	width: 900px;
	height: 60px;
	background: url(images/homepage03.jpg) repeat-x left top;
}

/** PAGE */

#page {
	margin: 0px auto;
	width: 900px;
	padding: 0px;
}

/** FOOTER */

#footer .wrapper {
	margin: 0px auto;
	width: 900px;
}

#footer .links {
	float: left;
}

#footer .links a {
}

#footer .legal {
	float: right;
}


