﻿body {
	margin: 0;
	padding: 50px;
	color: #960;
	font: 1.2em Verdana,Arial,Helvetica,sans-serif;
	text-align: left;
	background-image: url(images/bronzetriple1.jpg);
}

#bk-div1 {
	border: 5px solid #000;
	background-image: url(images/bronzetriple2.jpg);
}

#content {
	margin: 65px;
	padding: 15px;
	border: 5px solid #a0522d;
	background-image: url(images/bronzetriple3.jpg);
}

h1 {
	color: #1C6665;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 150%;
}

h2 {
	color: #A76180;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 120%;
}

h3 {
	color: #CD8DAB;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 100%;
	text-align: center;
}

#banner {
	background-color: transparent;
	margin-bottom: 5px;
	padding: 5px;
	border-bottom-style: double;
	border-bottom-color: #a0522d;
	color: #1C6665;
	font-size: 200%;
	text-align: center;
}

#topmenu {
	background-color: transparent;
	border-bottom: medium double #a0522d;
	clear: both;
	font-size: 90%;
	margin-bottom: 5px;
	text-align: right;
}

a:link {
	color: #663300;
	font-weight: bold;
	text-decoration: none;
}

a:visited {
	color: #006600;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #D77A7A;
	font-weight: bold;
	text-decoration: underline;
}

a:active {
	color: #D77A7A;
	font-weight: bold;
	text-decoration: none;
}

#footer {
	background-color: transparent;
	border-top: medium double #a0522d;
	clear: both;
	font-size: 85%;
	margin-top: 15px;
	padding: 5px 5px;
	text-align: center;
}