* { padding: 0; margin: 0; }

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 12px;
}
a{
	outline-style:none;	
}
#wrapper { 
 margin: 0 auto;
 width: 900px;
}
#header {
	color: #333;
	width: 900px;
	float: left;
	height: 100%;
	margin: 10px 0px 15px 0px;
}
#center{
	width: 900px; height: 100%;
	margin-bottom: 5px; clear:both;
}
#leftcolumn {
	color: #333;
/*	background: #E7DBD5; */
	width: 185px;
	margin: 0px 15px 0px 0px;
	float: left;
}
#content { 
 float: left;
 color: #333;
/* background: #F2F2E6; */
 margin: 0px 0px 0px 0px;
 width: 515px;
 display: inline;
}
#rightcolumn {
	float: right;
	color: #333;
	/*background: #E7DBD5;*/
	margin: 0px 0px 0px 15px;
	width: 170px;
}
#footer {
	width: 900px;
	height: 29px;
	clear: both;
	color: #333;
 	background: #A52A2A; 
/* 	background: #555;  */
	padding-top:2px;
}
#footer p{
	text-align: center;
	color: white;
	font-size: 10px;
}
#footer a{
	text-align: center;
	color: White;
	font-size: 10px;
}