@charset "utf-8";
/* CSS Document */

body {
	margin:0;
	padding:0;
	line-height: 1.5em;
	font-family: Oswald, Helvetica, sans-serif;
	font-size: 15px;
	color: #000000;
}
.cleaner { clear: both; width: 100%; height: 0px; font-size: 0px;  }
.cleaner2 { clear: both; width: 100%; height: 75px; font-size: 0px;  }

.name{
	float:left;
	width:170px; 
	padding:5px;
}
.bodytext{
	display:block;
	width:880px;
	float: left;
	margin:0px 0px 0 5px;
	padding:0px 5px 5px 0;
	font-family: Verdana;
	font-size: 13px;
	color: #000000;
}