﻿/* 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-image: url('../images/Banner.gif');
}

#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;
}
#container {
	position: relative;
	margin-right: auto;
	margin-left: auto;
	width: 820px;
	border-style: solid;
	border-width: 1px;
	font-family: Verdana, Arial, sans-serif;
	font-size: small;
	height: 100%;
	min-height: 100%;
	background-color: #ffffff;
	overflow: hidden;
	background-repeat: repeat-y;
}

#page_content {
	position: relative;
	margin-right: 400px;
	padding-right: 10px;
}

#right_col {
	position: absolute;
	width: 400px;
	position: absolute;
	right: 0px;
	top:0px;
}

#footer {
	position: relative;
	font-family: Verdana, Arial, sans-serif;
	font-size: small;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	padding-top: 20px;
	width: 820px;
	top: 0px;
	background-color: #ffffff;
	height: auto;
	text-align: center;
	clear: both;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
