body, h1, h2, h3, h4, p, ul, li {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Helvetica;
	font-size: 10;
	behavior: url(Scripts/csshover3.htc); 
	background-color: #FFF;
	background-repeat: repeat-y;
	text-align: left;a
	
}

#wrapper {
	width: 700px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#header {
	background-image: url(images/header_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
}
#header a {
	border:none;
	border-color:#FFF;
	font-size: 15px;
	text-align: center;
}
#header h1 {
	margin-left: auto;
}
#header span {
	position: absolute;
	left: -99999px;
}

#innerwrapper {
	background-image: url(images/content_bg.gif);
	background-repeat: repeat-y;
	background-position: center top;
	text-align: center;
	float: inherit;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 0px;
	z-index: 1;
}
#content {	float: left;
			margin-top: 5px;
			margin-bottom: 5px;
}
#content h2 { padding: 5px;
}
#content span { position: absolute;
				left: -99999px;
}
.lftflt {
	float: left;
	margin-right: 8px;
}
#footer {
	
	background-repeat: no-repeat;
	background-position: center top;
	height: 50px;	
}
#footer p {
	font-size: 70%;
	text-align: center;
	height: 50px;
}
#footer a {
	color: #444444;
	text-decoration: none;
}

.clearfloat {
	font-size: 1px;
	line-height: 0px;
	clear: both;
	height: 0px;
}
#footer h2 { padding: 5px;
}
#footer span { position: absolute;
			   left: -99999px;
			  
}

