body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	background-image:url(../images/bg.jpg);
	background-position:center;
	background-repeat:no-repeat;
	background-position:top;
	margin-top:0px;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
}

th {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
}

h1 {
	font-family:"Times New Roman", Times, serif;
	font-size:20px;
	font-weight:bold;
}

/* main table css styles */
.header {
	height:194px;
}

.main_navigation {
	height:55px;
}

.content {
	height:350px;
	font-family:"Times New Roman", Times, serif;
	color:#4a0000;
	font-size:12px;
}

.footer {
	height:141px;
	width:1008px;
	background-image:url(../images/bottom.jpg);
	position:relative;
}

.copyright {
	font-size:10px;
	text-transform:uppercase;
	color:#2d0000;	
}

A.nav_main {
	padding-left:20px;
	padding-right:20px;
	text-decoration:none;
	font-family:"Times New Roman", Times, serif;
	color:#e7c76f;
	font-size:14px;
}

A.nav_main:hover {
color:#e1ab00;
}

A.nav_bottom {
	font-size:10px;
	padding-left:5px;
	padding-right:5px;
	text-transform:uppercase;
	color:#2d0000;
	font-size:10px;
	text-decoration:none;
}

