body {
	background: #000000;
}
body, table {
	font-family: "Times new roman",helvetica,arial;
	font-size: 18px;
	color: #F7E48C;
}
table td {
	vertical-align:top;
	text-align:left;
}
#main {
	width: 100%;
	height: 100%;
}
.top_bg {
	background: url('images/top_bar.gif') top left repeat-x;
	padding-top:20px;
}
.bottom_bar {
	background: url('images/top_bar.gif') bottom left repeat-x;	
}
.left_side {
	background: url('images/side_bar.gif') top left repeat-y;
}
.right_side {
	background: url('images/side_bar.gif') top right repeat-y;
}
#content {
	font-size:16px;
	padding-top:20px;
}
.menu td {
	text-align:center;
	font-size:24px;
	font-weight:bold;
	vertical-align:middle;
	height:25px;
}
a {
	text-decoration:underline;
	color: #E7E48C;
}
a:hover {
	color: #6F663F;
}
.top_bar_1 {
	background: url('images/top_bar_1.gif') top left repeat-x;
}
.bottom_bar_1 {
	background: url('images/top_bar_1.gif') bottom left repeat-x;	
}
.left_side_1 {
	background: url('images/side_bar_1.gif') top left repeat-y;
}
.right_side_1 {
	background: url('images/side_bar_1.gif') top right repeat-y;
}
.h2 {
	color:#000000;
	background:#F7E48C;
	padding:2px;
	font-weight:bold;
}
li {
	margin:10px;
}
input, select, textarea {
	border: 2px solid #F7E48C;
	background: #D0D0D0;
}