body {
	/*background: url(/images/background.jpg) repeat;*/
	background: #000000 url(/images/background.jpg) center top no-repeat;
	color: #ffffff;
	font-family: tahoma, arial;
	font-size: 10px;
	margin: 20px auto 0px auto;
	padding: 0px;
	text-align: center;
	width: 100%;
}

#ie-message {
	background:#C00;
	text-align:center;
	border-bottom:1px solid #900;
	color: #fff;
	position:absolute;
	top:0;
	padding:5px;
	width:100%;
	z-index: 200;
	left:0;
}

img {
	border: 0px;
}

a:link { 
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
}
	
a:visited { 
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;	
}
	
a:hover, a:active { 
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

#banner {
	clear: both;
	position: relative;
	text-align: center;
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}


#container 
{
	margin: 0px auto;
	text-align: left;
	width: 750px;
}

#content
{
	clear: both;
	width: 750px;
	position: relative;
}

.columnsContainer
{
	width: 740px;
	padding: 20px 5px 20px 5px;
	position: relative;	
}

.columnLeft50
{
	padding: 0;
	margin: 0;
	width: 50%;
	vertical-align: top;		
}

.columnRight50
{
	padding: 0;
	margin: 0;
	width: 50%;
	vertical-align: top;	
}

#footer {
	clear: both;
	color: silver;
	display: block;
	font-size: 11px;
	padding-top: 10px;
	text-align: center;
	width: 770px;
	margin-left: -10px;
	padding-bottom: 10px;
	position: relative;
}

#footer a:link, #footer a:visited, #footer a:hover, #footer a:active { 
	color: silver;
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
}

#headlines {
	background: #1F1F1F;
	height: 199px;
	padding: 10px;
	width: 254px;
}

h1 {
	line-height: 25px;
	top: 4px;
	position: relative;
	color: silver;
	display: block;
	font-family: arial, tahoma;
	font-size: 18px;
	font-weight: bold;
	height: 21px;
	margin-bottom: 6px;
	text-align: center;
	text-decoration: underline;
}


