/* BODY */

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Trebuchet MS, Arial, Sans-Serif;
	background: #ffffff;
	color: #000000;
	text-align: center;
	margin: 0;
	padding: 0;
	}

#page {
	text-align: left;
	margin: 0 auto;
	padding: 0;
	width: 1004px;
	background: url('/images/footleft.jpg') no-repeat left bottom;
	}
	
#header {
	margin: 0;
	padding: 0;
	height: 240px;
	width: 1004px;
	background: url('/images/header.jpg') no-repeat;
	}


#header a{
	display: block;
	height: 68px;
	width: 489px;
	padding: 75px 0 0 21px;
	}

.menu{
	float: left;
	width: 234px;
	}
	
.menu a{
	margin: 0 0 2px 0;
	display: block;
	}

#content {
	width: 750px;
	float: left;
	font-size: 1.3em;
	line-height: 1.4em;
	text-align: justify;
	background: url('/images/contfon.jpg') no-repeat;
	padding: 0 10px 20px 10px;
	}
	
#content h1{
	font-size: 1em;
	text-decoration: underline;
	}

#footer {
	border: none;
	padding: 17px 0 0 0;
	margin: 0 auto;
	width: 1004px;
	height: 35px;
	clear: both;
	text-align: center;
	background: url('/images/footer.jpg') no-repeat;
	font-size: 1.2em;
	color: #fff;
	}

.clear {
	clear: both;
}

/* END BODY */