p {
	font-family: 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 22px;
	margin-left:25px; 
	margin-right: 25px;
}

a { text-decoration:none;
font-weight:bold;
color:#990000;
}

#wrapper {
	background-image: url(images/colorbartop.gif);
	background-repeat: repeat-x;
	background-color: #000;
	height: 800px;
}
#headernavbox {
	position: relative;
	margin-right: auto;
	margin-left: auto;
}

#header {
	margin-right: 50px;
}
#header img {
	margin-top: 40px;
}
#navigation {
	background-color: #000;
	height: 50px;
	margin: auto;
	width: 450px;
}
#navigation ul {
	margin: 0px;
	padding: 0px;
}
#navigation ul li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	position: relative;
	float: left;
}
#navigation ul li a {
	display: block;
}
#contentwrapper {
	background-color: #eceab1;
	overflow: scroll;
	margin: auto;
}

#table{
	background-color: #FFF;
	width: 850px;
	height: 500px;
	margin: auto;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
}

#table1 {
	text-align: center;
	background-color: #FFF;
	float: left;
	margin-left: 5px;
}

#table2 {
	text-align: center;
	background-color: #FFF;
	float: right;
	margin-right: 5px;
}

.table a {
	color: #ba1212;
	font-size: 18px;
	line-height: 1px;
}

.table a:hover {
	color: #659899;
	font-size: 18px;
}
/******************/
#footer {
	height: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: lighter;
	line-height: 20px;
	clear: both;
}
#footer a {
	color: #659899;
	font-size: 11px;
	font-weight: lighter;
}
#footer a:hover {
	font-size: 14px;
	color: #ba1212;
	font-weight: lighter;
}

