* , div {
	margin:0;
	padding:0;
	font-family:Arial;
	font-size:12px;
}
html { height:100%; }
body {
	margin: 0;
	padding: 0;
}

#content {
	width:879px;
}

#header {
	width:100%;
	height:128px;
	background-image:url(../images/header.jpg);
	background-repeat:no-repeat;
}

#menu {
	float:left;
	width:218px;
	padding-top:30px;
}

#menu a{
	text-decoration:none;
	font-weight:bold;
	color:#000000;
	width:194px;
	height:22px;
	display:block;
	padding-left:15px;
	padding-top:3px;
}

#menu a:hover{
	background-image:url(../images/link.jpg);
	background-repeat:no-repeat;
}

#menu p{
	background-image:url(../images/link_active.jpg);
	background-repeat:no-repeat;
	font-weight:bold;
	color:#000000;
	width:194px;
	height:22px;
	display:block;
	padding-left:15px;
	padding-top:3px;
}

#body {
	float:right;
	width:651px;
}

#back {
	clear:both;
	background-image:url(../images/back.jpg);
	background-repeat:no-repeat;
	width:100%;
	height:40px;
	background-position:top right;
	text-align:center;
}

#back a{
	text-decoration:none;
	color:#3a8066;
}

#back p{
	width:668px;
	float:right;
	text-align:center;
}

.clear {
	clear:both;
}

#footer {
	clear:both;
	background-image:url(../images/footer.jpg);
	background-repeat:no-repeat;
	width:100%;
	height:74px;
	background-position:top right;
	text-align:right;
}

#footer p{
	display:inline;
	line-height:74px;
	padding-right:15px;
	font-size:11px;
}


