body {
	background-color: #333333;
	margin: 0px; 
	padding: 0px; 
	text-align: center; 
}

p, h1, h2, h3, h4, h5, a, ul, li, lo, td {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left; 
}

h1 {
	font-size: 16px;
	font-weight: bold;
	color: #460000;
	border-bottom: solid 1px;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	color: #1A0033;
}

a:link, a:visited {
	color: #00F;
}

a:hover, a:active {
	text-decoration: none;
}


/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */


table, td, th  {	
	border-collapse: collapse;
}

table#container {
	width: 770px;
	margin: 10px auto 10px auto;
	border: solid 2px #000;
	background-color: #FFF;
}


table#container td {
	vertical-align: top;
}


td#footer {
	background: url(images/bgfooter.gif) repeat-x #460000;;
}

td#footer p {
	color: #FFF;
	font-size: 11px;
	text-align: center;
}

td#footer a:link, td#footer a:visited {
	color: #FFF;
	font-size: 11px;
}

td#footer a:hover, td#footer a:active {
	text-deocration: none;
}

/* ----------------- GENERAL ALIGNMENT ----------------- */

clear {
	clear: both;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
}

.centered {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}

div#copyright, div#copyright a {
	font-size: 7px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	color: #FFF;
	padding-top: 10px;
}

/* ----------------- MAIN NAVIGATION ----------------- */

ul#mainnav {
	margin: 0px;
	padding: 0px;
	width: 140px;
}

ul#mainnav li {
	display: inline; 
	list-style: none;
}

ul#mainnav li a:link, ul#mainnav li a:visited, ul#mainnav li a:active {
	font-weight: bold;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	width: 140px;
	height: 23px;
	padding: 3px 0px 3px 0px;
	background: url(images/navoff.gif) no-repeat #460000;
}

ul#mainnav li a:hover, ul#mainnav li a.current:link, ul#mainnav a.current:visited {
	background: url(images/navon.gif) no-repeat;
}

/* ----------------- CUSTOM ----------------- */

#navcontainer {
	width: 140px;
	background: url(images/bgnav.gif) repeat-y #460000;
}

#main {
	width: 630px;
}

#padding {
	padding: 10px;
}

#footer2 {
	height: 49px;
	background: url(images/bgfooter2.gif) repeat-x #000;
}

div#address {
	color: #FFF;
	font-weight: bold;
	font-size: 11px;
	padding: 5px;
}

table#links {
	width: 100%;
	margin-top: -10px;
}

table#links td {
	width: 33%;
	text-align: center;
}


