body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
	margin-top: 0px;
	width:777px; 
	margin-left:auto; 
	margin-right:auto;
	text-align: right;
}

a {
	text-decoration: underline;
	font-size: 12px;
	color: #F26522;
}

a.hlink {
	color: white; 
	font-weight:bold;
	font-size:10px;
	text-decoration:none;
}

.header {
	border-left:1px solid black;
	border-right:1px solid black;
	height:180px; 
	width:775px; 
	background-color:#026996; 
	color: white; 
	text-align:center;
	font-weight:bold;
	font-size:10px;
	background-image: url(../images/guestbookbg.gif);
	background-position: bottom-left;
	overflow:hidden;	
}

.footer {
	border-left:1px solid black;
	border-right:1px solid black;
	height:70px; 
	width:775px; 
	background-image: url(../images/footerbg.gif); 
	color:white; 
	font-size:10px; 
	text-align:center;
	overflow:hidden;
}

.mainbody {
	border-left:1px solid black;
	border-right:1px solid black;
	width: 775px;
	background-image: url(../images/side.gif);
	background-repeat: repeat-y;
	text-align:center;
	border-bottom:1px solid black;
	padding-top:30px;
}