body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	horizontal-align: center;
	padding: 0;
	margin: auto;
	width: 1000px;
	background: #000;
}

table.banner {
	margin: 0px auto;
	height: 70px;
	width: 950px;
	color: #000;
	font-size: 20px;
	font-weight: bold;
	text-shadow: 0 0 7px #fff;
	white-space: nowrap;
	background: #CCC;
	padding-right: 0px;
}

table.nav {
	margin: 0px auto;
	height: 25px;
	width: 950px;
	color: #000;
	font-size: 16px;
	font-weight: normal;
	text-transform: capitalize;
	white-space: nowrap;
	background: #666;
	}


table.welcome {
	margin: 0px auto;
	font-size: 28px;
	font-weight: normal;
	color: #FFF;
	width: 950px;
	text-align: center;
	vertical-align: top;
	white-space: nowrap;
	padding: 0px;
}

div.content {
	width: 900px;
	margin: 0px auto;
	background: #E4E4E4;
}

span.olt {
	font-size: 24px;
}

a {
	outline: none;
	color: #3333FF;
 font-weight: bold;
	}

a:hover {
	color: #CCC;
}

td.nav a {
	font-size: 14px;
	font-weight: normal;
	color: #000;
	text-decoration: none;
	white-space: nowrap;
}

td.nav#left a {
	padding-left:60px;
}

td.nav#right a {
	padding-right:60px;
}

td.nav a:hover {
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
}

p.updated {
    font-size: 9px;
    text-align: center;
}

.addr {
    font-size: 12px;
    margin-left: 100px;
    padding-left: 20px;
    border-left: 2px solid #FF99CC;
}


/* --- footer --- */

div.footer {
    font-size: 11px;
    text-align: center;
    margin: 0 auto;
}

h1 {
	text-align: center;
	padding: 25px 0px;
}
