/* common */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td 
	{
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}
body {
	font-size: 62.50%;
	background: #fff url('/images/backgrounds/body.png') repeat-x 0 0;
}
img {
	outline: none;
	border: 0;
}

/* header */

#header {
	width: 100%;
	height: 300px;
	background: transparent url('/images/backgrounds/header.png') no-repeat center 0;
}
#header .inner {
	width: 860px;
	height: 300px;
	background: transparent url('/images/backgrounds/header.png') no-repeat center 0;
	padding: 0 30px;
	margin: 0 auto;
}

/* * navigation * */

#navigation {
	padding: 23px 0 11px 75px;
	list-style-type: none;
}
#navigation li {
	margin-right: 20px;
	display: inline;
}
#navigation li a {
	font-size: 1.4em;
	color: #ffde84;
	text-decoration: none;
}
#navigation li.active a {
	font-weight: bold;
}
#navigation li a:hover {
	text-decoration: underline;
}

/* * logo * */

#logo {
	float: left;
	display: block;
	display: inline;
	width: 171px;
	height: 58px;
	background: transparent url('/images/logo.png') no-repeat 0 0;
	margin: 134px 0 0 50px;
	text-indent: -5000px;
}

/* * flash movie * */

#movie {
	float: right;
}

/* content */

#content {
	width: 100%;
	min-height: 235px;
	background: transparent url('/images/backgrounds/content.png') repeat-y center 0;
}
#content_top {
	width: 100%;
	min-height: 235px;
	background: transparent url('/images/backgrounds/content_top.png') no-repeat center 0;
}
#content .inner {
	margin: 0 auto;
	width: 920px;
	min-height: 235px;
	background: transparent url('/images/backgrounds/content.png') repeat-y center 0;
}
#content .top_inner {
	margin: 0 auto;
	width: 690px;
	min-height: 135px;
	background: transparent url('/images/backgrounds/content_top.png') no-repeat center 0;
	padding: 50px 130px 50px 100px;
}

/* * content elements * */

#content h1 {
	font-size: 3em;
	font-weight: normal;
	color: #a96a23;
	margin-bottom: 30px;
}
#content h2 {
	font-size: 2.5em;
	font-weight: normal;
	color: #a96a23;
	margin-bottom: 25px;
}
#content h3 {
	font-size: 2em;
	font-weight: normal;
	color: #a96a23;
	margin-bottom: 20px;
}
#content p {
	font-size: 1.4em;
	line-height: 1.9em;
	color: #755f4a;
	margin-bottom: 15px;
}

#content td {
	font-size: 10px;
	line-height: 1.9em;
	color: #755f4a;

}
#content ul, 
#content ol {
	font-size: 1.4em;
	line-height: 1.5em;
	color: #755f4a;
	margin-bottom: 15px;
	padding-left: 25px;
}
#content ul li,
#content ol li {
	margin-bottom: 5px;
}
#content a {
	color: #a96a23;
}
#content a:hover {
	color: #584430;
}

/* footer */

#footer {
	width: 100%;
	background: transparent url('/images/backgrounds/footer.png') no-repeat center 0;
}
#footer .inner {
	margin: 0 auto;
	width: 370px;
	height: 20px;
	background: transparent url('/images/backgrounds/footer.png') no-repeat center 0;
	padding: 13px 30px 40px 520px;
}

/* * footer elements * */

#footer p {
	float: left;
	color: #ad845b;
	margin-right: 20px;
	white-space: nowrap;
}
