@charset "utf-8";
/* CSS Document */

body {
	background-color:#FFF;
	margin: 0;
	padding: 0;
}
body.wait {
	cursor:wait !important;
}
#container {
	height:auto;
	margin: 0 auto;
	width: 925px;
}

#header-holder {
	margin: 70px 0 0 0;
	background:url(/images/template/header-img.jpg) no-repeat left top;
	height: 50px;	
	padding: 50px 0 0 0;
}

#nav {
	text-align: center;
	margin: 0 auto;
	width: auto;
}

#search-bar{
	width: 200px;
	float: right;
}

#content-holder, #content-holderb  {
	padding: 10px 0 0 0;
	font: 0.7em/1.5em Tahoma, Geneva, sans-serif;
}

#content-holderb {
	border-top: 1px solid #e2e2e2;
}

#footer-holder {
	clear: both;
	padding: 10px 0 0 0;
	border-top: 1px solid #e2e2e2;
	text-align:center;
	font-size: 0.7em;
	line-height: 1.5em;
}

.clearer {
	height: 2px;
	clear: both;
}