body{
	margin: 0px;
	padding: 0px;
	background: #000;
}

body, td {
	font-family: Georgia, serif;
	font-size: 12px;
	color: #FFF;
}

script{
	margin: 0px;
	padding: 0px;
	display: none;
}

img{
	padding: 0px;
	margin: 0px;
	display: block;
	border: none;
}

a{
	color: #FFF;
}

h1{
	margin: 0px 0px 40px 0px;
	padding: 0px;
	font-size: 24px;
	font-weight: normal;
	text-transform: uppercase;
	color: #b3b3b3;
}

h2{
	font-size: 16px;
	margin: 0px;
	padding: 0px 0px 15px 0px;
}

hr{
	color: #CDA35E;
	height: 1px;
	padding: 0px;
	margin: 0px;
	border: none;
	background: #CDA35E;
}

th{
	text-align: left;
}

#container{
	width: 1000px;
	margin: auto;
}

#top{
	height: 265px;
	width: 1000px;
}

#content{
	background: url(../images/content_back_extended.gif) repeat-y top;
	margin: 0px;
	padding: 0px;
	display: block;
}

#content #text{
	background: url(../images/content_back.jpg) no-repeat top;
	padding: 0px 50px 50px 50px;
	margin: 0px;
	line-height: 18px;
}

#content #text #parchment_top{
	background: url(../images/parchment_top.gif) no-repeat top;
	height: 165px;
	display: block;
}

#content #text #parchment_middle{
	background: url(../images/parchment_middle.gif) repeat-y top;
	display: block;
	margin: 0px;
	padding: 0px;
}

#content #text #parchment_middle p, #content #text #parchment_middle h2{
	padding: 0px 75px 10px 75px;
	margin: 0px;
	color: #3b2e12;
	display: block;
}

#content #text #parchment_middle ul{
	padding: 0px 75px 0px 75px;
	margin: 20px;
	color: #3b2e12;
}

#content #text #parchment_bottom{
	background: url(../images/parchment_bottom.gif) no-repeat top;
	height: 181px;
}

#footer{
	background: url(../images/content_bottom.jpg) no-repeat top;
	height: 195px;
	font-size: 10px;
	color: #8c8b8b;
}

#footer a{
	text-decoration: none;
	color: #8c8b8b;
}

#footer #credits{
	float: right;
	padding-top: 174px;
	padding-right: 50px;
}

#footer #copyright{
	padding-top: 174px;
	padding-left: 50px;
}

.error{
	color: #FF0000;
	font-weight: bold;
}

.fieldError{
	border: 1px solid #FF0000;
}

table.grid{
	width: 900px;
}

table.grid td{
	text-align: center;
}



