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

#wrap {
	width: 880px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
}
#header {
	height: 165px;
	width: 880px;
	background-image: url(images/home_header_background.png);
	background-repeat: no-repeat;
}
#logo {
	background-image: url(images/logo_homepage.png);
	height: 130px;
	width: 375px;
	position: relative;
	top: 25px;
	margin-right: auto;
	margin-left: auto;
}
#logo a {
	height: 130px;
	width: 375px;
	display: block;
}
#leftcatbox {
	width: 335px;
	float: left;
	position: relative;
	left: 70px;
	top: 20px;
}
#rightcatbox {
	float: right;
	width: 335px;
	position: relative;
	right: 70px;
	top: 20px;
}
.catblocklogo {
	position: absolute;
	left: 10px;
	top: 10px;
}
.catboxdescription {
	color: #4c4c4c;
	text-align: center;
	font-size: .9em;
	margin-top: 5px;
}
