
body {
	font-family: sans-serif;
	color: #ffffff;
	font-size: 11px;
	background-color: #000000;
	text-align: center;
	margin-top: 0px;
}

a {
	color: #ffffff;
	text-decoration: underline;
}

.main {
	margin-top: 0px; 
	padding-top: 15px;
	background-image: url(/bg.jpg);
	background-repeat: no-repeat;
	width: 1024px;
	min-height: 768px;
}
.header {
	/*background-color: #000000;*/
	/*background-image: url(/header.jpg);*/
	width: 700px;
	/*height: 300px;*/
	/*min-height: 300px;*/
	display: block;
	margin: 0px;
	padding: 0px;
	border: solid 5px #ffffff;
}


.button_div {
}

.button_table {
	width: 690px;
}

.button_row {
}

.button_cell {
	vertical-align: middle;
}

.button {
	border: solid 5px #ffffff;
	margin-top: 10px;
	margin-bottom: 10px;
}

.content	 {
	background-color: #555555;
	background-image: url(/textbox-bg.jpg);
	background-repeat: no-repeat;
	width: 680px;
	border: solid 5px #ffffff;
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
	vertical-align: middle;
	padding-top: 15px;
	color: #ffffff;
	/*height: 250px;*/
	overflow: auto;
}
.content_header {
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	padding-bottom: 10px;
}
.content_subheader {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	padding-bottom: 0px;
}


