body {
	background-image: url(../images/bronze_bg3.jpg);
	background-repeat: repeat-y;
	background-color: #F0E6B3;
	font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
	margin-bottom: 100px;
	margin-top: 0px;
}

.image img {
    height: 200px;
}


.images img {
    height: 200px;
	margin: 10px;
}

.description {

   margin-bottom: 50px;
}

.content {
	background-color: #EEE3B0;
    border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	padding: 20px;
}

.page {
    width: 900px;
	margin: 0 auto;
}

.header .button {
	position: relative;
	bottom: -1px;
	float: left;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #666666;
	border-left-color: #999999;
	margin-right: 5px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	background-color: #DFCA68;
	cursor:hand;
	cursor:pointer;
}
.header .button_selected {
	position: relative;
	bottom: -2px;
	float: left;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #666666;
	border-left-color: #999999;
	margin-right: 5px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	background-color: #EEE3B0;
	cursor:hand;
	cursor:pointer;
	border-bottom-style: none;
	border-bottom-color: #EEE3B0;
}
.clear {
	clear: both;
}
.header a:hover .button {
	float: left;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	margin-right: 5px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	background-color: transparent;
}
.header {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}
.content img {
	margin-right: auto;
	margin-left: auto;
    border: 1px solid #666666;
}
.copyright {
   margin: 0 auto;
   text-align:center;
   font: Georgia, Helvetica, sans-serif;
   font-size: 12px;
}

.footer {
    margin-top: 10px;
}

.content .center {
	text-align: center;
}
.content .image {
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
}

.image img {
    margin: 0 auto;
}

a {
	text-decoration: none;
}
img.banner {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
