body {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: .98em;
	font-style: normal;
	background-color: #5A0B01;
	background-repeat: repeat;
	padding: 0px;
	margin-top: 0px;
}
#container {
	height: 100%;
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#leftback {
	background-color: #700;
	background-image: url(images/index_01.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 648px;
	width: 211px;
}
#centerback {
	background-image: url(images/index_02.jpg);
	background-repeat: no-repeat;
	height: 648px;
	width: 675px;
	clear: none;
	float: left;
}
#rightback {
	background-image: url(images/index_03.jpg);
	height: 648px;
	width: 74px;
	background-repeat: no-repeat;
	float: left;
}
#contentMenu  {
	height: 100%;
	width: 200px;
	position: relative;
}
ul {
	list-style-type: none;
	display: inline;
	padding-left: 20px;
}
li {
	margin-left: 50px;
	padding-top: 20px;
	padding-bottom: 0px;
}
#contentMenu ul li a {
	color: #FFF;
	text-decoration: none;
	font-size: 80%;
	margin: 0px;
}
#info {
	height: 575px;
	width: 620px;
	margin-right: 0px;
	margin-left: 20px;
	margin-top: 15px;
	background-color: #FFF;
	background-image: url(images/grad.png);
	background-repeat: repeat-x;
	font-size: 100%;
	padding: 10px;
}
#info li {
	list-style-type: disc;
	font-size: 100%;
	list-style-position: outside;
	padding-top: 0px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 3px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 25px;
	line-height: 1.15;
}
#info h2 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 130%;
	line-height: 1.2;
	font-weight: bold;
	text-align: center;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top: 5px;
}
#info p {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 100%;
	line-height: 1.2;
	font-weight: normal;
	text-align: left;
	margin: 7px;
}

