/* CSS Document */

* {
	margin: 0;
}
html, body {
	height: 100%;
	background-image:url(background.gif);
	background-repeat:repeat;
}
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	width:955px;
	background-color: #FFFFFF;
	border:#000000 solid 1px;
	margin: 0 auto -30px; /* the bottom margin is the negative value of the footer's height */
}

.top_banner {
	top:0px;
	left:0px;
	height:98px;
	}

.top_image {
	top:98px;
	left:0px;
	height:179px;
	}
	
.menu_strip {
	top:277px;
	left:0px;
	height:30px;
	}
	
.title_slice{
	top:307px;
	left:0px;
	height:60px;
	}
	
.content{
	top:359px;
	left:0px;
	height:100%;
}

.footer {
	height: 30px; /* .push must be the same height as .footer */
	width:955px;
	background-color:#94CAE4;
	margin: 0 auto;
	line-height:30px;
}

.push {
	height: 30px; /* .push must be the same height as .footer */
	width:955px;
	background-color:#FFFFFF;
	margin: 0 auto;
	line-height:30px;
}

.clear {
       clear: both;
       height: 1px;
       font-size: 1px;
       line-height: 1px;
       margin-bottom: -1px;
} /* Put in before closing container to force container to enclose floats */


/*

Sticky Footer by Ryan Fait
http://ryanfait.com/

*/.standard_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
}
.standard_text_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #267795;
}
