﻿#Container {
	background-color: #ffffda;
	width: 1015px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
#header {
	height: 20px;
	background-color: #555555;
	font-size: small;
	font-family: Arial, Helvetica, sans-serif;
	color: #C0C0C0;
	text-align: right;
	margin-right: auto;
	margin-left: auto;
	padding-right: 20px;
}
body {
	background-color: #C0C0C0;
	background-image: url('../Images/BGmetal012.jpg');
}
#banner {
	border-color: #C0C0C0;
	background-color: #FFCC66;
	background-image: url('../Images/Bannerphoto.jpg');
	margin-right: 0;
	margin-left: 0;
	height: 120px;
	background-repeat: no-repeat;
	background-position: right center;
	border-top-style: groove;
	border-top-width: 1px;
	font-family: "Times New Roman", Times, serif;
	font-size: x-large;
	font-weight: bolder;
	text-align: left;
	text-indent: 25px;
	margin-top: 1px;
}
#nav {
	background-color: #4b2f00;
	margin: 0px auto 0px auto;
	height: 24px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #C0C0C0;
	border-bottom-color: #C0C0C0;
}
#footer {
	color: #CECECE;
	background-color: #808080;
	margin: 0px auto 0px auto;
	padding: 0px;
	text-align: center;
}
#imglogo {
	height: 91px;
	background-image: url('../Images/BillandApril_trans2_4.5inch.gif');
	position: absolute;
}
#imgdiv {
	width: 181px;
	height: 120px;
	background-image: url('../Images/gradient-4I4SV.png');
	float:left;
	
}

#COLLeftside {
	margin: 35px 35px 0px 60px;
	width: 40%;
	float: left;
	display:inline; 

}
#colrightside {
	margin: 35px 35px 0px 35px;
	width: 40%;
	float: left;
	display:inline; 

}
#colcenter {
	margin: 35px 35px 0px 140px;
	width: auto;
	float: none;

	
}

#content {
	background-color: #FFFFDE;
	float: left;
	width: 100%;
	position: static;
}

#colbottomcenter {
	width: auto;
	float: none;
	text-align: left;
}

