body {
text-align:center; /* for IE */
}

div#centering {
text-align:left; /* reset text alignment */
width:1000px; /* or a percentage, or whatever */
margin:0 auto; /* for the rest */
/*border: 1px solid red;*/
} 

#header
{
	padding-left: 15px;
	width: 1000px;
	background-image:url('../img/content-bg.png');
	background-repeat:repeat-y;
}

#flash
{
	width: 710px;
	height: 165px;
	background: #ffffff url('../img/flash-holder.jpg') no-repeat;
	/* top: 9px; */
	/*position: relative;*/
	/*border: 1px solid green;*/
	margin: 0 29px 0 0;
	padding: 0 0 0 0;
	float: right;
	
	
}

#contentMain
{
	padding-top: 35px;
	padding-left: 55px;
	width: 1000px;
	background-image:url('../img/content-bg.png');
	background-repeat:repeat-y;
	display: block;
	/*border: 1px solid blue;*/
	/*height: 212px;*/
	height: 510px; /*350px;*/ /*267px;*/
}
#contentMain p
{
	font-family: Verdana;
	width: 500px;
	color: #004494;
	font-size: 13px;
	line-height: 18px;	
}


#links
{
	
	width:345px;
	float: right;
	margin: -5px 70px 0 0;
	padding: 0 0 0 0;
	
	
}

#links img
{
	margin-bottom: 5px;
	border: 0px;
}

#footer
{
	width: 1000px;
	height: 104px;
	background-image:url('../img/footer2.jpg');
	background-repeat:none;	
}

#footer p 
{
	position: relative;
	font-family: Verdana;
	/*border: 1px solid green;*/
	color: white;
	font-size:11px;
	
	line-height: 14px;
	top:8px;
	margin: 0 0 0 180px;
	padding: 0 0 0 0;
	width: 250px;	
}
