html, body {
	font-family: arial;
	font-size: 11px;
	line-height: 1.4em;
	margin: 0; padding: 0;
	background-color: #ab0000;
	background-image: url('../images/body-bg.gif');
	background-repeat: repeat-x;
	color: #ffffff;
}

#total_header {
	height: 331px;
	width: 976px;
	text-align: center;
	margin: 0 auto;
	padding: 0;
	background-image: url('../images/top-bg.png');
	background-repeat: no-repeat;
}

a img {
	border-width: 0;
}

p {
	text-align: justify;
}
.link{
color:#ffffff;text-decoration:none;
}
#page {
	width: 976px;
	margin: 0 auto;
	background-image: url('../images/page-bg.gif');
	background-repeat: repeat-y;
	padding-bottom: 15px;
}

#content {

}


#left {
	display: inline;
	float: left;
	width: 260px;
	margin: 0;
	margin-left: 8px;
	line-height: 2.2em;
}

#left a {
	color: #ffffff;
	font-weight: bold;
	margin-left: 20px;
	text-decoration: none;
}

#left a:hover {
	text-decoration: underline;
}

#left #cover1 {
	background-color: #920000;
	width: 250px;
	padding-top: 12px;
	padding-bottom: 12px;
}

#left #cover2 {
	background-color: #7d0000;
	width: 250px;
	padding-top: 12px;
	padding-bottom: 12px;
}

#left #cover3 {
	background-color: #5c0000;
	width: 250px;
	padding-top: 12px;
	padding-bottom: 12px;
}

#middle {
	width: 685px;
	margin: 0;
	margin-left: 280px;
	background-color: #920000;
	background-image: url('../images/middle-bg.png');
	background-repeat: no-repeat;
	padding-top: 56px;
	padding-bottom: 30px;
}

.cleaner {
	clear: both;
	height: 1px;
	font-size: 1px;
	border: none;
	margin: 0;
	padding: 0;
	background: transparent;
}

h1 {
	display: none;
}

#h2container {
	text-align: center;
}

h2 {
	font-weight: bold;
	font-size: 18px;
	color: #ffffff;
	margin: 0;
	padding: 0;
	margin-bottom: 26px;
}
h3 {
	font-weight: bold;
	font-size: 13px;
	
}

h3 a {
color: #ffffff;
text-decoration:none;
}
h3 a:hover {

text-decoration:underline;
}


#stage {
	width: 614px;
	text-align: justify;
	margin: 0 auto;
	color: #ffffff;
	font-size: 11px;
	line-height: 1.6em;
	display: block;
}

#stage img {
	border: 3px #5c0000 solid;
	margin: 3px;
}

#footer {
	margin: 23px;
	margin-top: 19px;
	margin-bottom: 0px;
	background-color: #c72b2b;
	height: 51px;
	text-align: center;
	color: #710000;
	font-weight: bold;
}

