body {
	background-color: #4c4a4e;
	font-size: 13px;
}

.main {
	background-image: url("../images/Middle.jpg");
	width: 879px;
	margin-left:auto;
	margin-right:auto;
}

.header {
	background-image: url("../images/top.jpg");
	width: 879px;
	height: 395px;
}

.second {
	text-align: center;
	position: relative;
	top: -147px;
	left: 80px;
	background: #333;
	width:710px;
	height:10px;
	padding: 8px 0px 13px 0px;
}

.second a {
	color: #bbb;
	background: #333;
	text-decoration: none;
	padding: 8px;
}

.second a:hover{
	color: #4a1f23;
	background-color: #b2b2b3;
	padding-bottom: 9px;
}

#current{
	color: #333;
	background-color: #b2b2b3;
}

.prime {
	border-top: solid 1px #aaa;
	position: relative;
	top: -137px;
	width: 700px;
	left: 85px;
	line-height: 17px;
	margin-bottom: -190px;
	z-index: 1;
}

.prime a {
	text-decoration: none;
	color: #4a1f23;
}

.prime a:hover {
	text-decoration: underline;
	color: #444;
}

.footer {
	position: relative;
	background-image: url("../images/bottom.jpg");
	width: 879px;
	height: 180px;
	font-size: 11px;
	text-align: center;
	color: #444;
	margin-bottom: -140px;
}

.footer p {
	padding-top: 90px;
	padding-right: 180px;
}

.logo {
	position: relative;
	left: 675px;
	height: 80px;
	width: 114px;
}

.logo img{
	border: none;
}

table {
	font-size:13px;
	line-height:17px;
}

h3	{
	font-size: 17px;
}

li {
	padding-bottom: 10px;
}

ul {
	padding-left: 17px;
}