html body {
	text-align:center;
	font-family:arial,"lucida console",sans-serif;
}

.header {
	position:relative;
	width: 100%;
	left:-3px;
	padding-top:30px;
	padding-bottom:30px;
}

.footer {
	font-family:arial,"lucida console",sans-serif;
	font-size:10px;
	position:relative;
	display:block;
	bottom:2%;
	right:15px;
	padding-top:30px;
}

.horRule {
	background-color:#000000;
	height:5px;
	width:100%;
	position:relative;
}

.border {
	width:4px;
	background-image:url("img/smBorder.gif");
}

.content {
	position:relative;
	width:100%;
	text-align:center;
	padding-top:30px;
}

.content table {
	width:600px;
	text-align:left;
}

.content td {
	padding-top:10px;
	padding-bottom:10px;
}

.nav {
	position:relative;
	width:100%;
	left:-30px;
}

table {
	width:100%;
	text-align:center;
}

img {
	border:0;
}

div#ads {
	margin: 20px 0px;
}