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

#wrap {
	margin: 0 auto;
	width: 675px;
	text-align: left;
}

#top {
	width: 100%;
	background-color: #231f20;
	height: 10px;
}

#things {
	width: 50px;
	float: right;
	background: #231f20;
	font-family: Arial, Helvetica;
	font-size: 9pt;
	padding: 10px;
	margin-right: 20px;
}

#things a:link {
	color: #fff;
	text-decoration: none;
}

#things a:visited {
	color: #fff;
	text-decoration: none;
}

#things a:hover {
	color: #fff;
	text-decoration: underline;
}

#header {
	text-align: center;
	height: 200px;
	margin-top: 50px;
}

#content {
	height: 350px;
}

#footer {
	height: 20px;
	margin-bottom: 50px;
}

#footer img {
	margin-left: -1px;
}

.img_holder { float:left; width:215px; height:140px; background:url(../images/bg/load.gif) center no-repeat #fff; }

#object {
	text-align: left;
	width: 215px;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	display: inline;
}
