* {
	margin: 0;
	padding: 0;
}

h1 {
	display: none;
}

hr {
	display: none;
}

/* mac hide\*/
html, body {height:100%}
/* end hide */

html>body #wrapper{height:auto;} /*for mozilla as IE treats height as min-height anyway*/

body {
	background: #CFD7C4 url(bg_body.gif);
	font-family: Tahoma;
	font-size: 0.7em;
	color: #413317;	
}

a {
	color: #413317;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

/* WRAPPER */
#wrapper {
	position: relative;
	background: #fff url(bg_wrapper.jpg) no-repeat 0 76px;
	height: 100%;
	min-height: 100%;
	width: 740px;
	margin: 0 auto;
	border-width: 0 10px 0 10px;
	border-style: solid;
	border-color: #E8F0E2;
}

#header {
	position: relative;
	height: 76px;
	background: #fff url(bg_header.jpg) no-repeat 0 0;
}

#header h1 {
	display: none;
}

#menu {
	position: relative;
	background: url(bg_menu.jpg) no-repeat top center;
	height: 510px;
	width: 225px;
	margin: 0 0 0 0;
	padding: 167px 0 0 0px;
	float: left;
}

#menu ul {
	margin: 0;
	width: 184px;
	list-style: none;
	padding: 0;
	margin-left: 20px;
}

#menu ul li {
	margin: 0 0 10px 0;
	height: 24px;
	line-height: 24px;
}

#menu ul li.last {
	border: 0;
}

#menu ul li a {
	margin: 0 0 11px 0;
	display: block;
	text-decoration: none;
	height: 24px;
	line-height: 24px;
}

*html #menu ul li a {
	margin: 0 0 5px 0;
}

#menu ul li span, #content h2 span {
	visibility: hidden;
}

#menu p {
        margin-left: 40px;
}

#content {
	position: relative;
	float: left;
	width: 490px;
}

#content ul {
        margin: 0;
        list-style: disc;
        padding: 5;
        margin-left: 20px;
}

#content h2 {
	margin: 84px 0 50px 0;
	height: 27px;
}

#content p {
	margin: 15px 15px 5px 25px;
	line-height: 16px;
}

/********** FOOTER **********/
#footer {
	position: absolute;
	background: #eee url(bg_footer.gif) repeat-x 0 0;
	height: 17px;
	line-height: 17px;
	width: 740px;
	clear: both;
	bottom: 0;
	font-size: 9px;
	color: #8f887e;
}

#clearFooter { /* to clear footer, only IE */
	height: 50px;
	clear: both;
}
* html #clearFooter {
	height:50px;
}
