body {
	background-color: #b9bdca;
	font-family: times;
}

h2 {
	margin-top: 8px;
	margin-bottom: 8px;
	color: black;
}

a.logo {
	color: white;
	
}

img {
	border: 0;
	margin: 0;
	padding: 0;
}

#logo {
	position: absolute;
	top: 732px;
	left: 550px;
}

#wrapper {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}
#header {
	padding-bottom: 130px;
	background-image: url(../images/header.png);
	background-repeat: no-repeat;
	margin-bottom: 0;
}

#content {
	background-image: url(../images/main_background.png);
	background-repeat: repeat-y;
	margin-top: 0;
	padding-top: 0;
}

#menu {
	float: left;
	width: 118px;
	background-image: url(../images/menu_background.png);
	background-repeat: no-repeat;;
	text-align: right;
	font-family: Arial;
	padding-top: 40px;
	padding-right: 5px;
}

#menu a {
	color: white;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
	display: block;
}

#menu #address {
	margin-top: 80px;
	width: 118px;
	margin-left: 5px;
	font-size: .65em;
	color: white;
	margin-bottom: 50px;
	font-family: verdana;
	word-spacing: 1px;
	text-align: center;
}
#main {
	margin-left: 125px;
	padding: 25px;
	padding-bottom: 0;
	padding-top: 10px;
	color: black;
}

#main ul {
	margin-left: 15px;
	padding-left: 0;
}

#main ul li {
	margin-bottom: 13px;
	font-size: 18px;
	color: black;
}

#main ol {
	padding-bottom: 25px;
	margin-bottom: -25px;
}
#main ol li {
	font-size: 18px;
	margin-bottom: 13px;
	font-weight: bold;
}

#main ol li .detail {
	font-style: italic;
	font-weight: normal;
	font-size: 16px;
	font-family: arial;
}

#footer {
	clear: both;
	padding-bottom: 50px;
	background-image: url(../images/footer.png);
	background-repeat: no-repeat;
}

#counter {
	width: 140px;
	margin-left: 130px;
	background-image: url(../images/counter_back.png);
	background-repeat: no-repeat;
	text-align: center;
	color: white;
	font-size: .75em;
	padding-top: 8px;
	padding-left: 0px;
	font-family: arial;
	padding-bottom: 10px;
}