@font-face {
	font-family: 'MidoMedium';
	src: url('../font/Mido-webfont.eot');
	src: local('?'), url('../font/Mido-webfont.woff') format('woff'), url('../font/Mido-webfont.ttf') format('truetype'), url('../font/Mido-webfont.svg#webfonto3aStUbX') format('svg');
	font-weight: normal;
	font-style: normal;
}
html { font:normal 62.5% "Lucida Grande", Helvetica, Arial, Verdana, sans-serif; }
body {
	overflow-y:scroll;
	background:#fff;
	color: #333;
	font-size:1.3em; 
	line-height:1.5em;
	text-align:center;
}
a {
	color: #e7aa78;
	text-decoration:none;
	border-bottom:1px solid #633b13;
}
a:hover, a.external:hover {
	color:#fff;
	border-bottom:2px solid #633b13;
}
a.external {
	background:url("../img/ico_external.gif") no-repeat scroll 100% 50% transparent;
	padding-right:12px;
}

h1, h2, h3, h4 {
	font-family: 'MidoMedium', Helvetica, Arial, serif;
	text-shadow:1px 1px 2px #000;
}
h1 {
	font-weight: normal;
}
h2 { 
	color:#e3d5cc;
	font-size:30px; 
	line-height:36px;
}
h3 { font-size:28px; }
em { 
	color:#9acd68; 
	font-style:normal;
}

#fluid-bg {
	overflow:hidden;
	position:fixed;
	width:100%;
	height:100%;
	top:0;
	left:0;
	z-index:-2;
}

#fluid-bg img { 
	width:100%;
}
.col {
	float:left;
	width:220px;
	padding-right:80px;
}
.last {
	padding-right:0px;
}

#wrapper {
	text-align:left;
	margin:0 auto;
	width:940px;
}
#main h1 {
	height:230px;
	text-align:center;
	text-indent:-9999px;
}
#main h1 a {
	background:url(../img/logo.png) transparent no-repeat 0 0;
	display:block;
	height:266px;
	width:301px;
	position:relative;
	top:4px;
	margin:0 auto;
	border:none;
}
#hero {
	background:url(../img/bg_wood.jpg) transparent no-repeat 0 0;	
}
#hero h2 {
	padding:47px 60px;
}
#footer dt {
	clear:left;
	color:#c2c2c2;
	float:left;	
}
#footer dd span {
	font-size:10px;
}
#footer .col {
	text-align:right;
}
#footer {
	color:#fff;
	font-size:18px;
	line-height:27px;
	padding:60px 60px;
	opacity:0.8;
	filter:alpha(opacity=80);
	background:#000;
}
#footer h2 {
	color:#9acd68; 
}
