*, html {margin: 0px;}
body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-color: #000000;
	font-size: 12px;
	line-height: 22px;
	color: #000000;
}
p{

}

#pagecontainer{
	width: 1002px;
	margin-right: auto;
	margin-left: auto;
}
#header{

}
#nav{
	height: 197px;
}
#nav p{
	float: left;
}
#main{
	background-image: url(images/main-bg.jpg);
	background-repeat: repeat-y;
	padding-right: 104px;
	padding-left: 104px;
	text-align: center;
}
#main p{
	text-align: left;
	margin-right: 45px;
	margin-left: 45px;
	text-indent: 24px;
}
#main p img{
	text-align: center;
	margin-right: 25px;
	margin-left: 25px;
	margin-top: 10px;
	margin-bottom: 35px;
	border: 2px solid #000000;
}
#footer{}
.imp{
	color: #FFF66C;
	font-weight: bold;
	background-color: #240502;
}
.imp2{
	color: #233225;
	font-weight: bold;
}
h2{
	font-size: 14px;
	font-weight: bold;
	color: #6F2B04;
	text-align: left;
	margin-left: 45px;
	color: #FCEC50;
	background-color: #253427;
}
table{
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #240502;
	border-bottom-color: #240502;
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 12px;
	text-align: center;
}
.tabletitle{
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #240502;
	color: #990000;
}

