/*Layout stylesheet*/
html,body{height:100%}
body{
	padding:0;
	text-align:center;
	min-width:760px;	
	background-color:#ffffff;	
	color:#666666;
}

#outer{
	/*
	height:100%;
	min-height:100%;*/
	width:760px;
	margin:auto;
	background-color:#ffffff;
	position:relative;
}
html>body #outer{height:auto;}

#innerwrap{
	width:760px;
	float:left;			
}

#centercontent{
	float:right;
	width:760px;
	text-align:left;
	padding-top:116px;	
		
}

#header{	
	position:absolute;
	top:0;
	left:0px;
	z-index:100;
	width:760px;
	height:116px;	
	text-align:left;
	overflow:hidden;
}

#clearfooter{width:100%;clear:both;height:5px;}

#footer{
	clear:both;
	width:760px;	
	height:73px;
	background-image:url(../graphics/footer-bg.gif);
	left:0;
	bottom:0;
	/*position:absolute;*/
	text-align:right;		
		
}
*html #footer{
	\height:75px;
	he\ight:73px;	
}
div,p{margin-top:0}

/*#headerimage{
	width:760px;
	height:116px;
	background-image: url(../graphics/header-img.gif);
}*/
#headermenu{
	width:760px;
	height:26px;
	background-image:url(../graphics/menu-bg.gif);
	
}
#contentwrap{
	width:722px;
	float:left;
}
#content{
	width:684px;
	float:right;
	text-align:left;
}

