html,

body {
		margin: 0;
		padding: 0;
		text-align:center;	
	}

a	{
	color:#000000;
}


a:hover{
	color:silver;
}



#wrap{
	margin:auto;
	width:950px;		
}



#head_space{
	width:950px;
	height:40px;
	float:left;
}

#header{
	width:950px;
	height:100px;
	font-family:Arial;
	font-size:25px;
	float:left;
}

#head_padding{
	width:150px;
	height:100px;
	float:left;
}



#lsg_header{
	width:650px;
	height:100px;	
	float:left;
}



#foot_spacer{
	width:950px;
	height:20px;	
	float:left;
	backgound:transparent;
}

#footer{
	width:950px;
	height:100px;
	float:left;	
	text-align:center;
}

#footcontent{
	font-size:11px;
	font-family:Arial;
	width:650px;
	background-color:#E3E3E3;
	text-align:center;
	float:left;
}

#footpadding{
	width:150px;
	float:left;
	height:100px;
	background:transparent;
}


