@charset "utf-8";
body{
	margin: 0;
	padding: 0;
	font-family:Garamond , Arial, Helvetica, sans-serif;
	font-size:15px;
}
a {
	text-decoration: none;
	color: #000;
}
a img {

	border: 0;
}
a:hover {
	text-decoration: underline;
}

h2 {
	font-size: 17px;
	margin-bottom: 3px;
	padding-bottom: 1px;
}

p {
	margin-top: 2px;
	margin-bottom: 6px;

}
#wrap {
	width: 877px;
	margin: 0 auto;
	padding-top: 6px;

}
#top {
	background:url(../images/top.png) no-repeat top left;
	width: inherit;
	height: 97px;
	padding-bottom:5px;
}
#menu1 {
	background:url(../images/menu_bg_1.png) repeat-x;
	width: 729px;
	float:left;
}
#menu1list,#menu2list {
	padding-left: 9px;
	margin: 0px;
}
#menu1list li,#menu2list li {
	padding-left:6px;
	display:inline;
	padding-right: 15px;
}
#menu2 {
	background:url(../images/menu_bg_2.png) repeat-x;
	float:right;
	width: 143px;
		
}
#menu2 a {
	color:#fff;
}
#menu1, #menu2 {
	height:25px;
	padding-top: 2px;
	padding-bottom: 5px;
}
#menu1 a, #menu2 a{
	
}

#content {
	clear: both;
	min-height:350px;
	width: inherit;
/*	padding-top: 15px;*/

}
#footer hr {
	color: #6b005c;
	background: #6b005c;
	width: 100%;
	text-align:center;
	margin-left: -10px;
}
#footer {
	clear: both;
	width: inherit;
	padding-left: 10px;
}
#footer div{
	width: 288px;
	float: left;
	text-align:center;
}
#subfooter {
	clear:both;
	text-align:center;
	height: 25px;
	padding-top: 25px;
}
#subfooter a{
font-size: 12px;
font-weight:bold;


}