* {
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #0e0500;
	font-family: Georgia, "Times New Roman", Times, serif;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.clearb {
	clear: both;
}
.container {
	margin: auto;
	width: 980px;
}
.block {
	background-color: #000;
	float: left;
	width: 960px;
	padding: 10px;
}
.ctr {
	text-align: center;
}

.bg01 {
	background-image: url(../images/bg_header.jpg);
	background-repeat: no-repeat;
	background-position: 225px 10px;
}
.bg02 {
	background-image: url(../images/bg_contact.jpg);
	background-repeat: no-repeat;
	background-position: 225px 10px;
}
.menu {
	float: left;
	width: 170px;
	height: 730px;
	background-image: url(../images/bg_menu.jpg);
	background-repeat: no-repeat;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 170px;
}
.menu p {
	line-height: 16px;
}
.header {
	float: left;
	width: 715px;
	margin-left: 5px;
	padding-left: 30px;
	padding-bottom: 20px;
}
.header .logo {
	float: right;
	height: 250px;
	width: 356px;
}
.header .collection {
	float: left;
	margin-top: 100px;
	width: 680px;
}
.header .collection img {
	margin-left: 20px;
	border: 2px solid #6e3d03;
}
.header .headline {
	float: left;
	margin-top: 50px;
	width: 670px;
	margin-left: 10px;
}
.header #gallery {
	float: left;
	width: 690px;
	text-align: center;
	font-size: 12px;
	color: #A89874;
}
.header #gallery a {
	color: #f90;
}
.content {
	float: left;
	width: 715px;
	margin-left: 5px;
	padding-left: 30px;
}
.content p {
	margin-bottom: 20px;
	color: #fff;
}
.content a {
	color: #A75E03;
	text-decoration: none;
}
.content a:hover {
	color: #f60;
	text-decoration: underline;
}
.content .info {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FF6600;
}
.content .column {
	float: left;
	width: 320px;
	font-size: 15px;
	text-align: justify;
	padding-left: 20px;
}
.content .column blockquote {
	background-color: #381A00;
	font-size: 12px;
	padding: 10px;
	color: #a89874;
	margin-bottom: 10px;
}
.content  .columnfulltext {
	float: left;
	width: 670px;
	font-size: 15px;
	text-align: justify;
	margin-left: 10px;
}
.content  .columnfulltext  h1 {
	font-size: 20px;
	font-weight: normal;
	color: #fff;
}
.content .columnfulltext .date {
	font-size: 11px;
	color: #A89874;
}

.content .columnfulltext .more {
	background-color: #A75E03;
	color: #fc6;
	font-size: 11px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	clear: both;
	float: right;
}




.content .columnfull {
	float: left;
	width: 480px;
	font-size: 15px;
	text-align: justify;
	padding-left: 105px;
	padding-right: 85px;
	background-image: url(../images/bg_contact.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 600px;
	margin-left: 10px;
}
.content .columnfull .left {
	float: left;
	width: 150px;
	padding-left: 50px;
	margin-bottom: 5px;
	color: #fff;
}
.content .columnfull .right {
	float: left;
	width: 250px;
	clear: right;
	margin-bottom: 5px;
	color: #fff;
}
.content .columnfull span {
	float: left;
	margin-left: 55px;
	width: 85px;
}
.content .columnfull input {
	width: 200px;
}
.content .columnfull textarea {
	width: 205px;
}
.trophy {
	float: right;
	width: 745px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #723f02;
	padding-top: 25px;
	padding-bottom: 25px;
	background-image: url(../images/bg_lion.gif);
	background-repeat: no-repeat;
	background-position: 95% 100%;
}
.trophy p {
	color: #a89874;
	padding-left: 50px;
	font-size: 12px;
	line-height: 17px;
}
.footer {
	float: left;
	width: 930px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #723f02;
	padding-top: 10px;
	text-align: right;
	padding-right: 30px;
	color: #723f02;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.footer a {
	color: #A75E03;
	text-decoration: none;
}
.footer a:hover {
	color: #f60;
	text-decoration: underline;
}
