body {
	margin: 0;
	background: #e8dac1 url(img/mainbg.jpg) fixed;
	font: 76% Arial, Helvetica, sans-serif;
	text-align: center;
}

table { font-size: 1em; }

/* main container box */
#container {
	position: relative;
	padding: 0 15px 15px; margin: 0 auto;
	background: #dac296; 
	text-align: left;
} 

#container { /* box model hack */
	width: 750px;
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 720px;
}
html>body #container {
  	width: 720px;
} 

/* header */
#header {
	position: relative; height: 130px;
	background: #000; 
}

#header .logo {
	position: absolute; left: 40px; top: 46px; width: 319px; height: 43px;
	background: url(img/logo.gif);
}

#header .address {
	position: absolute; right:8px; top:55px; width:200px; height:10px; overflow: hidden;
	background: url(img/web.gif);
}

#header .menu {
	position: absolute;
	bottom: 0; width: 100%;
	padding-top: 6px;
	background: url(img/regbg.jpg);
	font: bold 12px Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: right;
}

#header .menu { /* box model hack */
	height: 28px; 
	voice-family: "\"}\""; 
	voice-family:inherit;
	height: 22px;
}
html>body #header .menu {
  	height: 22px;
} 
#header .menu ul, #header .menu ul li {
	display: inline; 
}
			
#header .menu a, #header .menu a:link, #header .menu a:active, #header .menu a:visited {
	color: #b09172; 
	border: 1px none;
	margin: 2px 4px; padding: 3px 7px;
	text-decoration: none;
}

#header .menu a:link.current {
	display: none;
}

#header .menu a:hover {
	color: #c6a566;
	text-decoration: none; 
	border: 1px solid #855e4b; 
	padding: 2px 6px;
}

/* content */
#content {
	margin: 10px; padding: 4px 8px 4px 8px;
	color: #481a18; background-color: #e8dac1;
	font-size: 1.1em; line-height: 1.35em;
	text-align: left;
}

#content  { /* box model hack */
	width: 700px; 
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: 684px;
}
html>body #content {
  	width: 684px;
}

#content:after { /* method of clearing the floats without introducing any structural markup */
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
/* Hides from IE-mac \*/
* html #content {height: 1%;}
/* End hide from IE-mac */

#content table td, #content table th {
	color: #481a18; text-align: center;
}

#content p {
	margin: 0; text-align: justify; 
	padding-left: 74px;
}

#content h1, #content h2, #content h3, #content h4, #content h5, #content h6 {
	padding-left: 74px;
}

#content img.framed {
	margin: 3px 6px; padding: 5px; 
	border: 1px solid #561f1d;
	background-color: #dac296;
}

#content img.thumbnail {
	margin: 1px 1px; padding: 1px; 
	border: 1px solid #561f1d;
	background-color: #dac296;
}

#content img.title {
	margin: 5px 0 0 5px;
}

#content form {
	display: block; 
	padding: 0;
	margin-top: 16px; margin-bottom: 16px; 
}

#content form label {
	display: block; margin: 2px 0;
}

#content form label.mandatory {
	font-weight: bold
}

#content form input, #content form textarea { 
	width: 200px; margin-left: 10px; margin-right: 0; padding: 0; 
	font: normal 1em Arial, Helvetica, sans-serif;
}

#content form input {
	vertical-align: middle;
}

#content form textarea { 
	vertical-align: text-top; 
}

#content form button {
	margin: 4px 12px; padding: 0;
	color: #EFE6D6; background-color: #521d1b;
	border: 3px double #521d1b;
	font-weight: bold; line-height: 16px; vertical-align: middle;
	cursor: pointer; 
}

#content ul {
	padding-left: 2em;
}

#content ul li {
	list-style-image: url(img/bullet1.gif);
	font-weight: bold; line-height: 2em; vertical-align: middle;
}

/* footer */
#footer {
	position: relative; clear: both;
	width: 100%;
}

#footer .identity {
	position: relative; 
	height: 90px;
	background: url(img/regbg.jpg);
	text-align: center;
}

#footer .slogan {
	position: relative;
	margin: 0 auto; width: 220px; height: 46px; top: 16px;
	background: url(img/hwf.gif);
}

#footer .mascot {
	position: absolute; right: 28px; top: 10px;
	width: 88px; height: 74px;
	background: url(img/woody.gif);
}

#footer .contact, #footer .copyright {
	font: 11px Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
}

#footer .copyright {
	color: #50412B; background-color: #977a52; 
	height: 28px;
	line-height: 24px;
}

#footer .contact {
	position: relative; 
	height: 16px; padding: 6px 3px;
	color: #998869; background: #000; 
}

#footer .contact em {
	color: #a49c8c; font-style: normal; font-weight: bold;
}

#footer .contact ul  {
	padding: 0; margin: 0;
}

#footer .contact li {
	display: inline;
	list-style-type: none;
	margin: 0px 8px; text-align: left; 
}

