/* CSS Document */

#container {
width: 800px;
position: relative;
}

#header {
	width: 800px;
	height:228px;
	background-color: #000000;
	vertical-align: bottom;
	color: #FFFFFF;
	background-position: top;
}
#nav {
	height: 25px;
	width: 800px;
}

#body {
width: 800px;
height: 100%;
position: relative;
}

#footer {
	width: 800px;
	height: 25px;
}

.boldest{
}

body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #000000;
	text-align: left;
}
p {
	text-align:left;
}
.strongor {
	font-size: 14px;
	color:#66CCFF;
	font-weight: 600;
	text-transform: uppercase;
	text-align: center;
	}
	
a {
	font-size: 14px;
	color: #FF9900;
	font-weight: 600;
	text-transform: uppercase;
	text-align: center;
	}
	
a:link {
	font-size: 14px;
	color: #FF9900;
	font-weight: 600;
	text-transform: uppercase;
	text-align: center;
	}
	
a:hover {
	font-size: 14px;
	color: #FF9900;
	font-weight: 600;
	text-transform: uppercase;
	text-align: center;
	text-decoration: underline;
	}
