body, html {
	background-image: url(background.jpg);
	background-color:#CC9966;
	color:#000000;
	font: medium 'Times New Roman', Times, serif;
	font-weight: bold;
	margin:0;
	padding:0;
}
.place {
	clear: both;
	margin-bottom: 10px;
}
.place-index {
	clear: both;
	margin-bottom: 100px;
}
#wrapper {
    margin: 0;
    padding: 10px;
}
#header {
	margin: 0 0 0 235px;
	text-align: center;
	background-image: url(banner.gif);
	background-position: center center;
	background-repeat: no-repeat;
	padding: 25px 0 25px 0;
}
.style1 {
	font-size: 22px;
}
.style3 {
	font-family: "Times New Roman", Times, serif; 
	font-size: 18px; 
}
#main ul {
	list-style-image: url(bullet.gif);
	vertical-align: middle;
}
#main li {
	margin: 0 0 10px 5px;
	padding: 0 0 10px 5px;
	font-size: 115%;
}
img.index-right {
	position: absolute;
	top: 10px;
	left: 160px;
	margin: 0 0 0 220px;
	text-align: center;
}
img.index-logo {
	float: left;
	vertical-align: middle;
	border: none;
}
#content {
    position: relative;
    top: 0;
    left:  0;
    width: 100%;
	margin: 10px 0 0 0;
}
#main {
	margin: 10px 10px 10px 190px;
	height: 1%;
	padding: 10px;
	border: 2px solid #AD201A;
	background-color: #E5D9B7;
}
#main-index {
	margin: 10px 10px 10px 190px;
	height: 1%;
}
#main p {
	font-size: 125%;
	line-height: 1.3;
}
h1 {
	font-size: 250%;
	text-align: center;
	color: #AD201A;
}
img.main-right {
	float: right;
	border: none;
}
#nav-index {
	width: 150px;
	clear: left;
}
#nav {
	float: left;
	width: 150px;
}
#nav ul, #nav-index ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#nav li, #nav-index li {
	margin: 0;
	font-weight: bold;
}
#nav a, #nav-index a {
	display: block;
	padding: 12px 4px 4px 4px;
	text-align: center;
	font-size: 100%;
	font-weight: bold;
	background-color: transparent;
	background-image:  url(button1.gif);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	height: 1.5em;
}
#nav a:link, #nav a:visited,
#nav-index a:link, #nav-index a:visited {
	background-color: transparent;
	color: #2D1E2D;
	text-decoration: none;
}
#nav a:hover, #nav a:active,
#nav-index a:hover, #nav-index a:active {
	background-image:  url(button3.gif);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	background-color: transparent;
	color: #2D1E2D;
	text-decoration: none;
}
#current a:link, #current a:visited,
#current a:hover, #current a:active {
    background-color: transparent;
    background-image:  url(button2.gif);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	color: #2D1E2D;
	text-decoration: none;
}
