@charset "utf-8";
/* CSS Document */

html, body{
	background: url(bg.png) 0px 0px repeat;
	height: 100%;
	margin: 0 auto;
}

.mainwrapper{
	width: 1048px;
	margin: 0 auto;
}

.headerwrapper{
	width: 1048px;
	margin: 0;
	float: left;
}
.headerwrapper img{
	margin: 0;
	float: left;
}

.contentwrapper{
	background: url(bg_body.png) 0px 0px repeat-y;
	width: 1004px;
	padding: 0 22px;
	margin: 0;
	float: left;
}

.barwrapper{
	background: url(bg_bar.jpg) 0px 0px no-repeat;
	width: 1004px;
	height: 50px;
	margin: 0;
	float: left;
}

.titlebarwrapper{
	background: url(bg_title.jpg) 0px 0px no-repeat;
	width: 1004px;
	height: 75px;
	margin: 0;
	float: left;
}

.thumbgrid{
	background: #cdcdc8;
	width: 995px;
	padding: 9px 0 0 9px;
	margin: 0;
	float: left;
}

.entry{
	background: #fff;
	width: 190px;
	height: 250px;
	margin: 0 9px 9px 0;
	float: left;
}
.entry img{
	margin: 5px;
	float: left;
}

.joinbar{
	background: url(joinbar.jpg) 0px 0px no-repeat;
	width: 1024px;
	height: 125px;
	margin: 0 0 0 -10px;
	float: left;
}

.footerwrapper{
	background: url(bg_footer.png) 0px 0px no-repeat;
	width: 1048px;
	height: 112px;
	margin: 0;
	float: left;
}
.footerwrapper h1{
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #fff;
	text-align: center;
	line-height: 100px;
	padding: 0;
	margin: 0;
	float: left;
}
.footerwrapper h1 a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #fff;
	line-height: 100px;
	padding: 0;
	margin: 0;
	text-decoration: none;
}
.footerwrapper h1 a:hover{
	text-decoration: underline;
}


/* thumb structure */
.thumbs img{
border: 1px solid #333;
}

.thumbs:hover img{
border: 1px solid #2589b7;
}

.thumbs:hover{
color: red; /* Dummy definition to overcome IE bug */
}
