﻿/* CSS layout */
body {
	font-size: small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	padding: 0;
	background-image: url('../images/denim2.jpg');
	margin-left: 0;
	margin-right: 0;
}	

#masthead {
	position: relative;
	margin-right: auto;
	margin-left: auto;
	width: 820px;
	height: 71px;
	border-style: solid;
	border-width: 1px;
	z-index: 833;
	background-color: #ffffff;
}

#top_nav {
	position: relative;
	margin-right: auto;
	margin-left: auto;
	width: 820px;
	height: auto;
	border-style: solid;
	border-width: 1px;
	z-index: 830;
	background-color: #ffffff;
}
#page_content {
	position: relative;
	width: 820px;
	border-style: solid;
	border-width: 1px;
	font-family: Verdana, Arial, sans-serif;
	font-size: small;
	line-height: 150%;
	margin-right: auto;
	margin-left: auto;
	height: 100%;
	min-height: 100%;
	background-color: #ffffff;
	overflow: hidden;
	background-repeat: repeat-y;
}
}
#footer {
	position: relative;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10pt;
	border-style: solid;
	border-width: 1px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	padding-top: 20px;
	width: 820px;
	top: -2px;
	background-color: #ffffff;
	height: auto;
	text-align: center;
	clear: both;
}
.clearfix:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    font-size: 0;
}
