/* CSS Document */

body {
	background-color: #796641;
	margin:0px
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
	color: #FFFFFF;

}
h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	font-weight:bold;
	color:#65181D;
}
.top {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFFFFF;
	background-color: #65181D;
	margin: auto;
	height: 100px;
	width: 700px;
	padding: 20px 30px 5px 30px;
}
.gallery {
	margin: auto;
	height: 95px;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #65181D;
	border-left-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	width:760px;
}
.main {
	background-color: #FFFFFF;
	height: 380px;
	width: 760px;
	margin: auto;
}
.flash {
	height: 50px;
	width: 760px;
	margin: auto;
}
.picture {
	float: left;
	height: 320px;
	width: 320px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
	line-height: 36px;
	color: #000000;
	text-align: left;
	padding: 30px;
	background-repeat: no-repeat;
}
.copy {
	padding: 30px;
	float: right;
	height: 320px;
	width: 320px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 22px;
	color: #666666;
	text-align: left;
}
.copy a:visited {
	color: #999999;
}
.copy a:link {
	color: #000000;
}
.copy a:hover {
	color: #333333;
	text-decoration: underline;
}
.bottom {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #cca86c;
	margin: auto;
	height: auto;
	width: 760px;
	padding-top: 5px;
}
.bottom a:visited {
	color: #cca86c;
}
.bottom a:link {
	color: #cca86c;
}
.bottom a:hover {
	color: #cca86c;
	text-decoration: underline;
}
.download {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	padding: 5px;
	float: left;
	width: 150px;
}
.download a:visited {
	color: #000000;
}
.download a:link {
	color: #000000;
}
.download a:hover {
	color: #000000;
	text-decoration: underline;
}