body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;

	background-color: #EAEAEA;
background-image: url('images/bg.jpg');
background-repeat: repeat-x
}
#container {
	width: 780px;
	margin-right: auto;
	margin-left: auto;
}
.tableHeader {
	font-size: 80%;
	font-weight: bold;
}
.tableContent {
	font-size: 70%;
}

#footer {
	color: #666666;
	width: 780px;
	font-size: 70%;
	text-align: center;
	padding-bottom: 10px;
}
#header {
	height: 100px;
	width: 780px;
	display: block;
}
#tableContainer {
	width: 780px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.calltoAction {
	font-size: 125%;
	font-weight: bold;
}
a:hover {
	color: #FF0000;
}
a:link {
	font-size: 110%;
	font-weight: bold;
}
