body {
	background-color: #F4F1CC;
	text-align: center;
	position: float;
	margin: 0 auto;
	padding: 0 auto;
}
img {border:none;}
p{margin-top: 0;}
A:HOVER {
	text-decoration : underline;
}

A {
	text-decoration : none;
}



#panel {
	margin: 0;
	padding: 0;
}

#body {
	width: 777px;
	margin: 0 auto;
	position: relative;
	background: url('images/border-btm.gif') bottom repeat-x;
	text-align: left;
}

#header {
	width: 100%;
	height: 120px;
	background-image: url('images/head-border.png');
	background-position: top left;
	position: relative;
	margin: 0;
	padding: 0;
}

#logo {
	position: absolute;
	bottom: 0px;
	left: 115px;
	width: 546px;
	height: 48px;
}

#logo img {
	border: none;
}

#wrap {
	width: 100%;
	position: relative;	
	background: url('images/border.gif') repeat-y;
	margin: 0;
	padding: 0;
}

#content {
	width: 757;
	padding: 25px 20px 20px;
	font-family: 'Times New Roman', 'Times', 'serif'; 
	font-size: 17px; 
	line-height: 23px; 
	color: #464617;
	text-align: justify;
}
#content a{
	color: #464617;
	text-decoration: underline;
}
#content a:hover{
	text-decoration: none;
}
#content h1{
	font-size: 1.125em;
	font-weight: bolder;
	line-height: 1.1em;
	text-align: center;
}
#content .to-main{
	float: right;
	height: 21px;
	margin-bottom: 10px;
}
#content .top-menu{
	text-align: center;
}
#menu-left{
	width: 175px;
	float: left;
	margin: 0 5px 5px 0;
}


