*, html {margin: 0px;}
body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-color: #870100;
	font-size: 14px;
	color: #990000;
	line-height: 22px;
}
p{
	text-align: left;
}
#pagecontainer{
	width: 1002px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-y;
	background-position: center;
	padding-top: 10px;
}
#header{
	padding: 12px;
}
#main{
	background-image: url(images/main-bg.jpg);
	width: 836px;
	background-repeat: repeat-y;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
#main p{
	margin-right: 56px;
	margin-left: 76px;
}
#mainbody{
	height: 670px;
	width: 726px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/main.jpg);
	margin-bottom: 18px;
	color: #FFFFFF;
}
#left{
	width: 219px;
	float: left;
}
#left p{
	margin-right: 13px;
	margin-left: 74px;
}
#leftbody{
	margin-top: 270px;
	height: 195px;
	text-indent: 28px;
}
#top2{
	margin-top: 71px;
}
#right{
	width: 507px;
	float: left;
}
#flash{
	margin-top: 54px;
	margin-right: 57px;
	height: 550px;
	width: 450px;
}
h1{
	margin-bottom: 25px;
}
#main img{
	vertical-align: bottom;
}
#footer{
	margin-top: 29px;
	margin-bottom: 39px;
}
a:link {
	color: #FFFF00;
	text-decoration: none;
}
a:visited {
	color: #FFFF00;
	text-decoration: none;
}
a:active {
	color: #FF9900;
	text-decoration: none;
}
a:hover {
	color: #FF9900;
	text-decoration: underline;
}
.red{
	color: #FF0000;
}
