body {
	margin: 0px;
	padding: 0px;
	background-color:#000000;
	font-family: "Trebuchet MS", Helvetica, arial, sans-serif;
	color: #010000;
	}

.wrapper {
	margin-left: auto;
	margin-right: auto;
	width: 770px;
	}

.absolute {
	position: absolute;
	}
	
/* menu */

#logo {
	position: absolute;
	background-image: url(../images/logo.png);
	width: 770px;
	height: 73px;
	}
	
#menu {
	position: absolute;
	width: 770px;
	height: 52px;
	top: 73px;
	}

#menu ul, li {
	padding: 0px;
	margin: 0px;
	display: inline;
	list-style: none;
	float: left;
	}

/* submenu */

#submenu {
	position: absolute;
	background-image: url(../images/submenu.png);
	width: 770px;
	height: 43px;
	top: 125px;
	font-family: "Myriad Pro", Helvetica, Arial;
	font-weight: bold;
	font-size: 14pt;
	}

#submenu ul {
	padding: 0px;
	margin: 0px 0px 0px 88px;
	display: inline;
	list-style: none;
	float: left;
	}
	
#submenu li {
	padding: 4px 20px 0px 0px;
	margin: 0px;
	display: inline;
	list-style: none;
	float: left;
	}
	
#submenu a {
	text-decoration: none;
	color: #70ab8f;
	}
	
#submenu a:hover {
	color: #dc5b21;
	text-decoration: underline;
	}

#submenu #location {
	color: #dc5b21;
	text-decoration: underline;
	}
	
/* content */

#content_top {
	position: absolute;
	width: 770px;
	height: 8px;
	top: 169px;
	background-image: url(../images/content_top.jpg);
	z-index: 2;
	left: 0px;
	}
	
/* footer */

#footer {
	position: absolute;
	bottom: 30px;
	width: 770px;
	height: 30px;
	background-color:#70ab8f;
	z-index: 2;
	left: -1px;
	}
	
#footer p {
	font-size: 12pt;
	padding: 4px 0px;
	margin: 0px;
	text-align: center;
	color: #dc5b21;
	}

#footer a {
	color: #ffd46d;
	}
