﻿
#wrapper
{	
	margin: 0 auto;
	width: 1024px;
		
}

#top
{
	
	width: 1024px;
	background: white;		

	font-size: .9em;
}

#content
{

	min-height: 600px;
	background: white;	
	width: 1004px;
	padding:10px;
		padding-top: 100px;
}
#footer
{
	padding: 10px;
	width: 1004px;
	background: white;		
	padding-bottom: 10px;
}
/*******************************************************/
/*                    Footer-Menu					   */
/*******************************************************/


#footer-menu li a
{
	color: #585858;
	font-weight: bold;
	text-decoration: none;	
	padding: 2px 6px 6px 6px;
	
}
#footer-menu li a:hover
{
	color:#0085cf;
		
}
#footer-menu ul
{
	width: 800px;	
	height: 21px;	
	text-align:center;

}

#footer-menu ul li 
{	

	display:inline;
	border-left:  #585858 1px solid;	
	
}


