body
{
	height: 100%;
	text-align:center;
	background-color: #FFFFFF;
	/*background: #FEFEFE url('../images/bg_sg.jpg') repeat fixed;*/
}

#corners
{
	width: 980px;
}

#page
{
	width: 980px;
	height: 100%;
	position: inherit;
	text-align: center;
}

#header
{
	height: 85px;
	text-align: left;
	/*background-color: #ab1234;*/
	display: block; 
}

#header_title
{
	/*background-color: #Ce4134;*/
	float: left;
}

#header_nav
{
	margin:10px;
	float: right;
	/*background-color: #Ce2134;*/

}

#nav
{
	height:38px;
	display: block;
	text-align:left;
	

	/*background-color: #Ce3134;*/
	

}

#content
{
	width: 100%;
	margin:0;
	padding:0;
	
	/*background-color: #CbCCaC;*/
	text-align:center;
	display: block;
}

#content_links
{
	/*background-color: #CdCCCb;*/
	display: block;
	text-align: right;

}

#content_data
{
	/*background-color: #Ce1234;*/
	width:925px;
	display:block;
	overflow:auto;
	/*height:450px;*/
}

#content_splash
{
	/*background-color: #Ce1234;*/
	width:925px;
	display:block;
/*
	overflow:auto;
	height:550px;
*/
}

#footer
{
	width: 100%;
	height: 36px;
	/*background-color: #CCaCC1;*/
	text-align:left;
	display: block;
}

#footer_title
{
	/*background-color: #CCbCCC;*/
	display: inline;
	float: left;
}

#footer_logo
{
	/*background-color: #2CDCCC;*/
    margin:10px;
	display:inline;
	float: right;
}

