body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: url(images/backpage.jpg);
	background-attachment: fixed;
	background-position: 100%;
	margin: 0px;
	background-color: #354D3D;
	background-repeat: repeat-x;
}
.main {
	width: 550px;
	background-color: #1C0801;
}
.tagline {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFF33;
	background-image: url(images/backtagline.jpg);
	padding-top: 4px;
	padding-bottom: 4px;
	background-color: #02120F;
	background-repeat: repeat-y;
	font-weight: bold;
	font-style: italic;
}



.container {
	width: 550px;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.container2 {
	width: 550px;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	background-color: #FFFFFF;
	padding-right: 10px;
	padding-left: 10px;
}

.column1 {
	padding: 5px;
	width: 170px;
	color: #FFFFFF;
	float: left;
	background-image: url(images/backcolumn.jpg);
	background-repeat: repeat-x;
	background-position: 100% top;
	background-color: #265533;
	font-size: 11px;
	line-height: 20px;
}

.column2 {
	padding: 5px;
	width: 170px;
	color: #FFFFFF;
	float: left;
	margin-right: 4px;
	margin-left: 4px;
	background-image: url(images/backcolumn2.jpg);
	background-repeat: repeat-x;
	background-position: 100% top;
	background-color: #102818;
	font-size: 11px;
	line-height: 20px;
}
.column3 {
	padding: 5px;
	width: 170px;
	color: #FFFFFF;
	float: left;
	background-image: url(images/backcolumn.jpg);
	background-repeat: repeat-x;
	background-position: 100% top;
	background-color: #265533;
	font-size: 11px;
	line-height: 20px;
}
.banner {
	width: 100%;
	margin: 0px;
	background-color: #3B6A48;
}
.menu {
	background-image: url(images/backmenu.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	width: 100%;
	color: #FFFFFF;
	text-align: center;
	padding-top: 4px;
	padding-bottom: 4px;
	font-weight: bold;
}

.menu a:hover{
	font-weight: bold;
	text-decoration: none;
	background-color: #FBFB4F;
	color: #000000;
}
.menu a, .menu a:visited{
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;

}



.leftbumper {
	height: 40px;
	width: 130px;
	background-image: url(images/bumperleft.gif);
	text-align: center;
}

.rightbumper {
	height: 40px;
	width: 130px;
	background-image: url(images/bumperright.gif);
	margin-left: 40px;
	text-align: center;
}
.rightbumper p{
	margin-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFF00;
	font-weight: bold;


}
.leftbumper p{
	margin-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFF00;
	font-weight: bold;

}
.column3  a:link, .column3  a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.column3 a:hover {
	color: #FFFF00;
	text-decoration: underline;
}
