@charset "utf-8";
/* CSS Document */

*{
	padding:0px;
	margin:0px;	
}
img{ 
	border-style: none;
}
body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.9em;
}

*bodyWrapper{
	/*overflow:auto;*/
	width:100%;
}
#main{
	/*overflow:auto;*/
	width:800px;margin:0 auto;
}
#footer{
	clear:both;
	text-align:center;
	font-size:0.9em;
	width:100%;
	margin:0 0 30px 0;
}
#footer ul{
	list-style:none;
}
#footer li{
	display:inline;
}
#footer a:link, #footer a:visited{
	text-decoration:none;
}
#footer a:hover{
	text-decoration:underline;
}
