@charset "UTF-8";
/* formatting style
---------------------------------*/
* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
body {
	color: #515229;
	background-color: #FFFFFF;
	font-family: sans-serif;
	font-size: 85%;
	line-height: 1.6;
}
hr {
	display: none;
}
/* link style
---------------------------------*/
a img {
	border-style: none;
}
a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	color: #999999;
	text-decoration: none;
}
a:hover {
	color: #990033;
	text-decoration: none;
}
a:active {
	text-decoration: none;
	position: relative;
	left: +1px;
	top: +1px;
}
/* basic Layout
---------------------------------*/
#wrapper {
	margin: 0px auto;
	width: 800px;
	background-color: #FFFFFF;
	border-right: 1px dotted #333333;
	border-bottom: 1px solid #7A856B;
	border-left: 1px dotted #333333;
}
#wrapper ul {
	text-align: center;
}
#wrapper ul li {
	list-style: none;
	display: inline;
	padding-right: 15px;
}
#info  {
	padding: 0px 15px 20px;
}
#menu {
	padding: 20px 0px;
	border-width: thin;
	border-top-style: dotted;
	border-bottom-style: dotted;
}
/* footer style
---------------------------------*/
#footer ul {
	text-align: left;
}
#footer {
	padding: 20px 15px;
	background-image: none;
	background-repeat: no-repeat;
	background-position: center bottom;
}
#footer p {
	float: right;
}
#footer address {
	text-align: left;
	font-size: 85%;
	color: #8A987B;
}

