body {
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	
}

.boxout {
	background-color:#8f8f90;
	background-image: url(/images/boxout.gif);
	background-repeat: no-repeat;

}
td, th {
	padding:5px;
}p {
	margin-bottom: 1em;
}
.curtain {
	background-image: url(/images/curtain2.jpg);
	background-repeat: repeat-x;
	background-color: #710703;
	background-position:center top; 
}
#main {
	-moz-border-radius: 10px;
border-radius: 10px;
	margin-top:5px;
	width: 990px;
	min-height:600px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background-image: url(/images/background4.jpg);
	background-repeat: no-repeat;
	border: 2px solid #FDB102;
	background-color:#939393;
}
