* {
	margin: 0;
	padding: 0;
	border-style: none;
	list-style: none;
}

html, body, #Wrapper {
    height: 100%;
}

body > #Wrapper {
    height: auto;
    min-height: 100%;
}

body {
	font-family: Arial;
	color: #262626;
	text-align: left;
	background: #fff url(img/body.png) repeat-x;
}

a {
	text-decoration: none;
}

#Wrapper {
	width: 994px;
	background: url(img/wrapper.png) repeat-y;
}

* html #Wrapper {
	height: 100%;
}

#Header {
	position: relative;
	height: 205px;
}

#Face {
	position: absolute;
	top: 0;
	left: 0;
	width: 270px;
	height: 205px;
	overflow: hidden;
	background: #ffa800;
}

#Face img {
	margin: 30px 0 0 0;
}

#Logo {
	position: absolute;
	top: 30px;
	left: 270px;
	width: 320px;
	height: 113px;
	overflow: hidden;
}

#Link {
	position: absolute;
	top: 18px;
	right: 0;
	width: 100px;
	height: 12px;
	font-size: 10px;
	text-align: right;
	text-transform: uppercase;
}

#Link a {
	color: #6d6d6d;
}

#Menu {
	position: absolute;
	bottom: 0;
	left: 270px;
	width: 724px;
	height: 62px;
	background: #000 url(img/menu.png) no-repeat;
}

#Menu ul {
	position: relative;
	height: 62px;
	overflow: hidden;
}

#Menu li {
	position: absolute;
	top: 34px;
	height: 12px;
}

#Menu a,
#Menu strong {
	display: block;
	height: 12px;
	text-indent: -100em;
	overflow: hidden;
	background-image: url(img/menu-li.png);
	background-repeat: no-repeat;
}

#Menu .m1 {
	left: 68px;
	width: 39px;
}

#Menu .m1 a {
	background-position: 0 0;
}

#Menu .m1 a.on,
#Menu .m1 strong,
#Menu .m1 a:hover {
	background-position: 0 -12px;
}

#Menu .m2 {
	left: 150px;
	width: 46px;
}

#Menu .m2 a {
	background-position: -82px 0;
}

#Menu .m2 a.on,
#Menu .m2 strong,
#Menu .m2 a:hover {
	background-position: -82px -12px;
}

#Menu .m3 {
	left: 240px;
	width: 39px;
}

#Menu .m3 a {
	background-position: -172px 0;
}

#Menu .m3 a.on,
#Menu .m3 strong,
#Menu .m3 a:hover {
	background-position: -172px -12px;
}

#Menu .m4 {
	left: 323px;
	width: 76px;
}

#Menu .m4 a {
	background-position: -255px 0;
}

#Menu .m4 a.on,
#Menu .m4 strong,
#Menu .m4 a:hover {
	background-position: -255px -12px;
}

#Menu .m5 {
	left: 443px;
	width: 61px;
}

#Menu .m5 a {
	background-position: -375px 0;
}

#Menu .m5 a.on,
#Menu .m5 strong,
#Menu .m5 a:hover {
	background-position: -375px -12px;
}

#Outer {
	padding: 50px 0;
	width: 900px;
}

#Outer a {
	color: #877c65;
}

#Outer a:hover {
	color: #bd8a27;
}

#Side {
	float: left;
	width: 270px;
}

#Side h3 {
	padding: 0 0 12px 0;
	font-size: 15px;
	color: #bd8a27;
}

#Side .olist {
	padding: 0 0 60px 20px;
}

#Side .olist h3 {
	padding-left: 30px;
}

#Side .olist dt {
	float: left;
	width: 12%;
	font-weight: bold;
	font-size: 20px;
	color: #fff;
}

#Side .olist dd {
	float: left;
	margin: 0 0 20px 0;
	padding: 0 0 10px 0;
	width: 88%;
	font-size: 13px;
	border-bottom: solid 1px #dcd4c2;
}

#Side .olist dd a {
	padding: 0 50px 0 0;
	background: url(img/li2.png) no-repeat 96% 0;
}

#Side .olist dd a:hover {
	background-position: 96% -39px;
}

#Side .search {
	padding: 0 0 0 50px;
}

#Side .search .in {
	padding: 7px 5px;
	width: 76%;
	font: 13px Arial;
	color: #b7ac93;
	border: solid 1px #e4ddcf;
	background: #f4f2ec;
}

#Side .search .in:focus  {
	background: #fff;
}

#Side .search .put {
	padding: 0 3px;
	font: 22px Arial;
	color: #dcd4c2;
	background: #efebe2;
}

#Side .search .put:hover,
#Side .search .put:focus  {
	cursor: pointer;
	color: #b7ac93;
}

#Body {
	float: right;
	width: 572px;
}

#Body h1 {
	padding: 0 0 8px 0;
	font-size: 15px;
}

#Body h2 {
	padding: 0 0 6px 0;
	font-weight: normal;
	font-size: 15px;
	color: #bd8a27;
}

#Body h2 a {
	color: #bd8a27;
}

#Body h3 {
	padding: 0 0 6px 0;
	font-size: 13px;
	color: #262626;
}

#Body p {
	padding: 0 0 18px 0;
	font-size: 13px;
}

#Body .more {
	padding: 0 0 12px 0;
	font-size: 13px;
}

#Body .more a {
	padding: 0 0 0 12px;
	font-size: 13px;
	background: url(img/li1.png) no-repeat 0 5px;
}

#News {
	padding: 20px 0 0 0;
}

#News .news {
	padding: 0 0 15px 0;
}

#News .posted {
	padding: 0 0 8px 0;
	font-size: 10px;
	text-transform: uppercase;
	color: #b4ad9d;
}

#News .post {
	padding: 0 0 8px 0;
	font-size: 13px;
}

#Showcase {
	padding: 5px 0;
}

#Showcase dt {
	float: left;
	width: 10%;
	font-weight: bold;
	font-size: 36px;
	color: #efebe2;
}

#Showcase dd {
	float: left;
	width: 80%;
	margin: 0 0 27px 0;
	padding: 0 0 0 10px;
	border-left: solid 1px #f4f2ec;
}

#Showcase dd p {
	padding-bottom: 8px;
}

#Showcase dd .more {
	padding-bottom: 0;
}

#Showcase dd .thumbs {
	padding: 10px 0;
}

#Showcase dd .thumbs li {
	float: left;
	width: 152px;
	font-style: italic;
	font-size: 11px;
	color: #877c65;
}

#Showcase dd .thumbs li .img img {
	width: 145px;
}

#Showcase dd .thumbs li span {
	display: block;
	padding: 0 0 4px 0;
}

#Footer {
    position: relative;
    height: 32px;
    margin: -32px auto 0 auto;
	width: 100%;
	background: #ffa800;
}

#Footer a {
	color: #ffe0a4;
}

#Footer .foot {
    position: absolute;
	top: 10px;
    left: 328px;
	font-weight: bold;
	font-size: 11px;
	color: #ffe0a4;
}

/* Clearfix
----------------------------------------------------------- */

.br:after {
    content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.br {
    display: inline-block;
}

/* Hides from IE-mac \*/
* html .br {height: 1%;}
.br {display: block;}
/* End hide from IE-mac */
