body {
	margin: 0px;
	padding: 0px;
	background: #593822 url(../images/bottom-bg.jpg) repeat-x 0 479px ;
	font-size: 0.7em;
	font-family: arial, sans-serif;
	color: #54301A;
}

body.content-page {
	background-position: 0 234px;
}

img {
	border: 0;
}

h2 {
	margin: 0;
	padding: 0;
	color: #ffeebb;
	font-weight: normal;
	font-family: times, serif;
	font-size: 2em;
}

h3 {
	margin: 0 0 0.5em;
	padding: 0;
	font-family: times, serif;
	font-size: 2em;
	line-height: 1em;
	font-weight: normal;
}

p {
	margin: 0 0 1em;
	padding: 0;
}

p + h3 {
	margin-top: 1em;
}

a {
	color: #b06e0e;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.clear-both {
	display: block;
	clear: both;
}

.movie {
	margin-top: -115px;
}

p.learn-link {
	border-top: 1px #eedab3 solid;
	border-bottom: 1px #eedab3 solid;
	padding: 7px 0;
}

p.learn-link a {
	color: #54301a;
}

table a {
	color: #54301a;
}

table a:hover {
	text-decoration: none;
}

table img {
	margin-bottom: 5px;
}

table .spacer {
	font-size: 1px;
	height: 10px;
}

/* Header
-------------------------*/
#header {
	width: 100%;
	height: 28px;
	background-image: url(../images/header-bg.jpg);
	background-repeat: repeat-x;
}

#nav {
	list-style: none;
	margin: 0 auto;
	padding: 0;
	width: 770px;
	height: 28px;
	color: #CFD0D1;
}

#nav li {
	display: inline;
}

#nav li a {
	display: block;
	float: left;
	color: #9e9996;
	text-decoration: none;
	padding: 0 16px;
	line-height: 28px;
}

/* Logo
-------------------------*/
#logo {
	width: 100%;
	background-color: #2a1308;
}

#logo h1 {
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
	background-position: right;
	height: 93px;
	width: 770px;
	margin: 0px auto;
	padding: 0px;
	font-size: 1em;
	position: relative;
}

#logo h1 a {
	position: absolute;
	right: 0;
	display: block;
	width: 200px;
	height: 93px;
	text-decoration: none;
	text-indent: -4000px;
}

/* Home box
-------------------------*/
#home-container {
	width: 100%;
	height: 358px;
	background: #543019 url(../images/middle-bg.gif) repeat-x;
}

#flash-box {
	width: 770px;
	height: 358px;
	padding: 1px 0 0;
	margin: 0 auto;
}

/* middle
-------------------------*/
#middle-wrap {
	width: 100%;
	background: url(../images/content-wrap-bg.jpg) repeat-x;
}

#middle {
	width: 770px;
	height: auto;
	min-height: 500px;
	margin: 0 auto;
	padding: 0;
	background: url(../images/content-bg.jpg) repeat-y #fff7db;
	line-height: 1.35em;
}

#head {
	height: 115px;
	width: 100%;
	margin: 0;
	padding: 0;
	background: url(../images/head-side.jpg) repeat-y;
	position: relative;
}

#head h2 {
	position: absolute;
	bottom: 20px;
	left: 20px;
}

#head img {
	position: absolute;
	top: 0;
	left: 247px;
}

#content {
	margin-left: 247px;
	padding: 20px;
}

#sidebar {
	float: left;
	width: 247px;
	color: #3a2e1b;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	padding: 20px 20px 20px 0;
}

#sidebar ul a {
	padding: 0 0 0 20px;
	text-decoration: none;
	display: block;
	width: 100%;
	line-height: 16px;
	color: #3a2e1b;
}

#sidebar ul a:hover {
	background: url(../images/sidebar-bg.jpg);
}

#sidebar p {
	margin: 0 20px 1em;
}

#sidebar p.borders {
	border-top: 1px #be9861 solid;
	border-bottom: 1px #be9861 solid;
	padding: 6px 0;
}

#sidebar h4 {
	font-size: 1em;
	margin: 20px 20px 1em;
}

/* Bottom
-------------------------*/
#bottom {
	padding: 2em 0 0;
	text-align: center;
}

#bttn-enter {
	display: block;
	width: 104px;
	height: 13px;
	background: url(../images/bttn-enter.png) no-repeat;
	margin: 0 auto;
	text-decoration: none;
	text-indent: -999em;
}


.home-box {
	width: 319px; /*385px;*/
	height: 292px;
	float: left;
	background: url(../images/home-box-bg.jpg) repeat-x;
	color: #CFD0D1;
	font-size: 1.5em;
	line-height: 1.5em;
	padding: 33px;
	margin: 0;
}


.home-box img {
	margin: -33px;
	padding: 0;
	display: none;
}

.home-box h3 {
	text-transform: uppercase;
	font-size: 1.9em;
	margin: 0;
	padding: 0;
}

.home-box .read-more {
	border-top: 1px #CFD0D1 solid;
	border-bottom: 1px #CFD0D1 solid;
	padding: 10px 0;
	font-size: 0.65em;
	line-height: 1em;
	margin-top: 3em;
}

.home-box a {
	color: #CFD0D1;
	text-decoration: none;
}
