
html, body {
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	background: #FFFFFF url(/images/homepage01.gif) repeat-x left top;
	text-align: justify;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}



/** HEADER */

#header {
	width: 1000px;
	height: 250px;
	margin-bottom: 50px;
}

/** MENU */

#menu {
	float: left;
	width: 600px;
	height: 250px;
	background: url(/images/homepage03.jpg) no-repeat left top;
}

#menu ul {
	margin: 0px;
	padding: 200px 0px 0px 16px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
	height: 18px;
	background: url(/images/subpage1_01.gif) no-repeat 0px 0px;
}

#menu a {
	padding: 0px 20px;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}

#menu a:hover {
	text-decoration: underline;
}

#menu .first {
	background: none;
}



/** FOOTER */

#footer-wrapper {
	background: #0C2D00 url(/images/homepage04.gif) repeat-x left top;
}

#footer {
	height: 208px;
	background: url(/images/bg02.gif) no-repeat center top;
}

#footer p {
	margin: 0px;
	padding: 50px 0px 0px 0px;
	text-align: center;
	color: #759D54;
}

#footer a {
	text-decoration: underline;
	color: #759D54;
}

#footer a:hover {
	text-decoration: none;
}

#footer .legal {
}

#footer .links {
}



.menuLink {
	text-decoration:none;
	color:#FFF;
	font-weight:bold;
}



