html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
}

body
{
	background-image: url(../images/background_tile.jpg);
	background-repeat: repeat;
	margin:0;
	padding:0;	
	font-family:Verdana, Geneva, sans-serif;	
	color: #FFF;		 		
}

#header
{
	width:900px;
	height: 210px;
	margin:auto;
}

#main
{
	width:1020px;
	height: 570px;
	margin:auto;
	
}

#wrapper
{
	min-height: 800px;
}

#spreader
{
	max-height: 1000px;
	width: 100%;
	height: 15px;
	margin:auto;
}

#footer
{
	background-image:url(../images/landscape_24_wide.png);
	background-repeat:repeat-x;
	height: 208px;
	width: 100%;
	margin:auto;
	font-size:11px;
}

#footer a, #content a
{
	color:#FFF;
}

#footerMeta
{
 	width: 100%; 
	position:absolute; 
	height:200px; 
	right: 18px;
}

#bottomBackground
{
	background-image:url(../images/background_bottom.jpg);
	position:fixed;
	bottom: 0px;
	width:100%;
	height: 630px;
	z-index: -1000;
	overflow:hidden;
}

#blacky
{
	background:#000;
	width: 100%;
	position:fixed;
	height: 1000px;
	z-index: -1001;
}

#content 
{
	float:left;
	width: 870px;
	margin-top: auto;
	height: 525px;
	overflow:hidden;
	font-size:13px;
	padding-top: 15px;
	background-image:url(../images/semi_white.png);
	background-repeat:repeat;
}

#leftBar {
	float: left;
	width: 75px;
}

div.clear
{
	clear:both;
}

div.start
{
	font-size: 1.05em;
	line-height: 1.35;
}

div.newsBox
{
	background-image:url(../images/newsbox_background.png);
	background-repeat:repeat; 
	width:250px; 
	height: 226px; 
	margin-top: 15px;
	padding: 10px; 10px; 10px; 10px;
}

.newsBoxHeadline
{
	font-family: 'Lobster Two';
	font-size: 21px;
	color:white;
	text-decoration:none;
	text-shadow:-1px -1px #333;
}

#rightBar {
	float:right;
	width: 75px;
}

div.shadedCentered
{
	text-align:center;
	background:#000;
}

.dropShadow {
  -moz-box-shadow:    2px 2px 4px 0px #111;
  -webkit-box-shadow: 2px 2px 4px 0px #111;
  box-shadow:         2px 2px 4px 0px #111;
}


#highlight
{
	width: 30px;
	height: 35px;
	background-image: url(../images/arrow_semi.png);
	position: absolute;
	background-repeat: no-repeat;
	top: 184px;
	display: none;
}
			 
#navigation
{
	position: absolute;
	margin-left: 200px;
	margin-top: 144px;
}

a.naviItem
{
	font-family: 'Lobster Two';
	font-size: 26px;
	color:white;
	margin-right: 45px;
	text-decoration:none;
	text-shadow:-1px -1px #333;
	position: absolute;
}

a.naviItemSelected
{
	font-size: 28px;
	top: 5px;
	text-shadow:-1px -1px #333;
}

#navigation a:hover 
{
	text-shadow: -2px -2px #444;
	
}

div.contentBox {
	width: 870px;
	height: 525px;
}


.singleColumn{
	width: 255px;
	left: 0px;
	float:left;
}

.secondColumn
{
	margin-left: 300px;
	width: 530px;
}

.floatingSingleColumn
{
	margin-left: 30px;
	float:left;
	width: 255px;
	height: 100%;
}
	
.fullColumn
{
	width: 100%;
	height: 85px;
}

.doubleColum
{
	background:#C3F;
	width: 400px;
}

.headline
{
	font-weight: bold;
	font-size: 18px;	
}

img.framed
{
	border: 7px solid white;
}

table.menu
{
	width: 100%;
}

td.rightAlign
{
	text-align: right;
	vertical-align: bottom;
}

td
{
	padding-bottom: 1px;
}