body {
}
#page {
	background-image: url(images/header.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	height:236px;
}
#menu {
	position:relative; 
	width:414px; 
	height:76px; 
	z-index:1; 
	left: 370px; 
	top: 65px;
}
#content {
	background-image: url(images/bg_body.jpg);
	background-repeat: repeat-y;
	margin: 0px;
	padding: 0px 18px;
}
#footer {
	width: 796px;
	height:63px;
	background-image: url(images/bg_footer.jpg);
	background-repeat: repeat-x;
	font-family: "Times New Roman", Times, serif;
	font-size: 9px;
	color: #000000;
	text-align: center;
	vertical-align: top;
	padding: 10px;
	font-style: normal;
	font-weight: bold;
	line-height: normal;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
	margin: 5px;
}
