body { 
	margin: 0 auto; 
	padding: 0 auto;
	font-family: georgia, serif;
}

a:link {
	text-decoration: none;
	color: #9A0606;
}

a:visited {
	text-decoration: none;
	color: #5D0604;
}

a:hover {
	text-decoration: underline;
	color: #9A0606;
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 200px;
}

ul li {
	position: relative;
}

li ul {
	position: absolute;
	left: 199px;
	top: 0;
	display: none;
}

ul li a {
	display: block;
	text-decoration: none;
	font-size: 15px;
	color: #777;
	background: #fff;
	padding: 5px;
	border: 1px solid #ccc;
	border-bottom: 0;
}

li:hover ul, li.over ul { 
	display: block; }

li a { background: white; }

.all {
	margin: 0 auto;
	width: 1200px; 
	font-size: 1.2em;
	z-index: 1;

} 

.sidebar {
	width: 200px;
	height: 100%;
	margin-top: 25px;
	float: left;

}

.up {
	width: 190px;
	margin-top: 30px;
	color: #777;
	background: #fff;
	border: 1px solid #ccc;
	padding: 5px;
}

.uptext {
	width: 190px;
	font-size: 12px;
}

.right {
	width: 800px;
	float: left;
	margin-left: -25px;
	font-size: 12px;
}

.top {
	width: 800px;
	height: 77px;
	background-image: url(top.png); background-repeat: no-repeat;
	text-align: center;
}

.toptext {
	width: 800px;
	height: 77px;
	padding-top: 30px;
	font-size: 18px;
}
	
.main {
	margin-left: 2px;
	width: 800px; max-width: 800px;
	background-image: url(mainbg.png); background-repeat: repeat-y;
}

.maintext {
	width: 660px; max-width: 660px;
	margin-top: 0; margin-bottom: 0; margin-right: 0; margin-left: 0;
	z-index: 3;
	padding-right: 75px; padding-left: 75px;

}

.bottom {
	width: 800px;
	height: 77px;
	background-image: url(bottom.png); background-repeat: no-repeat;
	text-align: center;
}

.bottomtext {
	width: 800px;
	height: 77px;
	padding-top: 30px; padding-bottom: 10px;
	font-size: 11px;

}
