@charset "utf-8";

html, body {
	padding: 0;
	margin: 0;
	height: 100%;
	min-height: 100%;
	 
}
.clear{
	clear: both;
	display: block;
	font-size: 0px !important;
	height: 0px !important;
	border: none !important;
	overflow:hidden !important;
}

div.container
{
	width: auto;
	height: 100%;
	min-height: 100%;
	z-index: 0;
	overflow: auto;
	position:relative;
}



div.headerholder
{
	width: auto;
	height: 144px;
	z-index: 0;
	background-image: url(../images/header_bg.png) ;
	background-repeat:repeat-x;

}
div.header
{
	width:900px;
	height:144px;
	position:relative;
}

div.logo
{
	width: 352px;
	height: 264px;
	min-height: 100%;
	z-index: 0;
	overflow: auto;
	position:absolute;
	left: 100px;
	background-image: url(../images/logo.png);
}

div.contentholder
{
	width: auto;
	height: 73%;
	min-height: 73%;
	z-index: 0;
	position: relative;
	padding: auto;
	margin:auto;
}

div.content
{
	width: 500px;
	height: 450px;
	z-index: 5;

	
}
div.content_right
{
	width: 241px;
	height: 450px;
	z-index: 5;
	float:right;
	font-family:Verdana, Geneva, sans-serif;
	font-size:24px;
	text-align:left;
	
}

div.content_left
{
	width: 241px;
	height: 450px;
	z-index: 0;
	float:left;
	border-right:1px solid #000;
	z-index:5;
	text-align:right;
	font-family:Verdana, Geneva, sans-serif;
	font-size:24px;
	margin: auto 4px auto 4px;
	
}


div.footerholder
{
	width:auto;
	height:40px;
	padding: 0px 0px 0px 0px;
	margin: auto auto auto auto;
	z-index: 0;
	background-image:url(../images/footer_bg.png);
	background-repeat:repeat-x;

	
}
.slider{
	width: 920px;
	height:110px;
	padding: 0px 0px 0px 0px;
	margin: 0px auto 0px auto;

	}
