html, body
{
	margin:0;
	padding;0;
	height:100%
}

body
{
	
	background: #e5e5e5;
	margin: 0px auto !important;
	text-align: center;
	display: block;
	

}

div#header
{
	background: transparent url(../Images/header.gif) no-repeat;
	width: 770px;
	height: 125;
}

div#nav
{
	width: 220px;
	height:330px;	
	background:  transparent url(../Images/nav-background.gif) no-repeat;
	border:none;
	
}



div#news
{
	width: 220px;
	height:auto;
	min-height:377px;
	background:  transparent url('../Images/news-background.gif') no-repeat;
	border: none;
	margin:0px auto;
}

div#newsHome {	min-height:400px;}

div#newsHome, div#news
{
	width: 220px;
	height:auto;
	background:  #FFD204;
	border: none;
	margin:0px auto;	
}

div#newsHome blockquote, div#news blockquote { margin:0; }

body div#wrapper
{
	background: transparent url('../Images/page_bg.gif') repeat-y;
	width: 900px;
	height:auto;
	margin: 0px auto !important;
}

body div#page_container
{
	width: 770;
	position: relative;
	min-height:100%;
	/*height: auto !important;
	height: 100%;*/
	/*text-align: center*/
	border: none;
	margin: 0px auto !important;
	background:url(../Images/bg-pageContainer.gif) repeat-y;
	
}


body div#ImageArea
{
	width: 550px;
	height: auto;
	float: right;	
	
}


body div#content1 /*home*/
{	
	width:530px;
	height:auto !important;
	min-height:400px;
	height:400px;
	float:left;
	background-color: #fff;
	border:none;
	padding-left:1em;
	_padding-bottom:4em;
}

body div#content2 /*page*/
{
	width:530px;
	height:auto !important;
	min-height: 580px;
	_height:600px;
	float:left;
	background-color: #fff;
	border:none;
	padding-left:1em;
	padding-right:1em;
	_padding-bottom:4em;
	
}

body div#LeftContent
{
	width: 220px;
	height:auto;
	_height:100%;
	float: left;
	overflow: hidden;
	border:none;

}

body div#RightContent
{
	width:550;
	height:auto;	
	background-color:#fff;
	overflow:hidden;
	border:none;
	_float:right;
	
}
	

body div#page_footer
{
	width:770px;
	height: 30px;
	background-color: #000;
	color: white;
	text-align:left;
	font-family:Verdana, Arial, Sans-Serif;
	font-size: 10px;
	border:none;
	margin: 0px auto !important;
	position:relative;
	bottom: 0 !important;
	bottom:-1px;
	height:30px;
	_position:relative;
	bottom:30px;
	_bottom:0px;
	margin-top:-3em;
	
}


