body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFF;
	background-color: #FFF;
	line-height: 13px;
}
#wrapper {
	width: 880px;
	margin-top: 40px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#header {
	height: 175px;
	background-image: url(../images/header.png);
	padding-top: 265px;
	padding-left: 20px;
	width: 140px;
	float: left;
}

#content{
	width: 720px;
	float: left;
}
.box {
	padding-right: 40px;
	padding-bottom: 40px;
	height: 134px;
	width: 200px;
	float: left;
}
a {
	color: #FFF;
}
p {
	margin-top: 0px;
	margin-bottom: 5px;
}
h1 {
	margin-top: 0px;
	margin-bottom: 2px;
	font-size: 13px;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

