body {
	font-size:12px;
	font-family:verdana,helvetica,arial,sans-serif;
	line-height:20px;
	background: #fff;
	color: #333;
	width:100%;
	height:100%;
}
p {padding-bottom:12px;
}


a {
	color: #999;
	text-decoration: underline;
}

	a:visited { color: #7B7B7B; text-decoration: underline; }

	a:hover {
	color: #C83B34;
	text-decoration: underline;
}
h2 {
	font-size: 110%;
}

	
h1 {
	color: #333;
	margin-bottom: 8px;
	font-size: 125%;
}
#container {
}

#headercontainer {
	height: 20px;
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	
}
#header {
	height: 148px;
	background-repeat: no-repeat;
	background-position: center;
}


#pagewrapper {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	padding-bottom: 20px;
}

#content {
	margin-bottom: 20px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
	width:865px;
	clear: both;
	margin-top: 60px;
}
#footerwrapper {
	width: 100%;
	height: 60px;
	background-image: url(img/foot-slice.jpg);
	background-repeat:repeat-x;
	position: fixed;
	bottom: 0px;
	
}
	
	
#footer {
	margin-right: auto;
	margin-left: auto;
	width: 850;
	background-repeat: no-repeat;
	background-position: center;
	height: 63px;
	margin-top: -3px;
}
#container {
	position: fixed;
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	left: 0px;
	top: 0px;
	right: 100%;
	bottom: 0px;
}
