@import url("_header.css");
@import url("_content.css");
@import url("_footer.css");
@import url("_reset.css");

@import url("_buttons.css");
@import url("_gallery.css");
@import url("_thickbox.css");
@import url("_form.css");

@import url("_navigation.css");
@import url("_imageslider.css");

html, body {
	height: 100%;
}

#wrap {
	min-height: 100%;
}

#main {
	overflow:auto;
	width: 1020px;
	padding-left:30px;
	padding-right:30px;
	padding-bottom: 371px;
	margin-right: auto;
	margin-left: auto;
}  /* must be same height as the footer */


/*Opera Fix*/
body:before {
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;/
}


#thing {
	background-image: url(../_img/header_bg.png);
	background-repeat: repeat-x;


}

strong {
	font-weight: bold;
}

