body {
	text-align: center;
	min-width: 800px;
	margin: 0px;
	background-image: url(../_images/images/home_01.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#wrapper {
	margin:0 auto;
	width:100%;
	text-align: left;
	height: auto;
}

#head {
	width:800px;
	text-align: left;
 	margin:0 auto;
	height: 198px;
	padding: 0px;
}

#menu {
 	width:800px;
 	margin:0 auto;
	text-align: left;
	}
	
#body {
 	width:800px;
 	margin:0 auto;
	text-align: left;
	height: 307px
}

#body h1{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-style: italic;
	text-align: center;
	padding-top: 225px;
	font-weight: lighter;
	letter-spacing: 0.3em;
	color: #94834b;
}

#body p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	line-height: 16px;
	margin-right: 125px;
	margin-left: 125px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
}

#body a, #body a:visited {
	text-decoration: none;
	color: #000000;
}

#foot {
	width:100%;
	margin:0 auto;
	text-align: left;
	height: 185px;
	background-image: url(../_images/images/home_02.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}

/* nav-------------------------------------------------- */

#container {
	position: relative;
	width: 800px;
	height: 19px;
	padding: 0;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	}

#nav {
	position: absolute;
	top: 0px;
	left: 273px;
	list-style: none;
	margin: 0;
	padding: 0;
	height: 19px;
	display: inline;
	overflow: hidden;
	width: 270px;
	}
	
#nav li {
	margin: 0; 
	padding: 0;
	display: inline;
	list-style-type: none;
	}

#nav a {
	float: left;
	padding: 19px 0 0 0;
	overflow: hidden;
	height: 0px !important; 
	height /**/:19px; /* for IE5/Win */
	}
	

#nav a:hover {
	background-position: 0 -19px;
	}

#nav a:active, #nav a.selected {
	background-position: 0 -38px;
	}
	
#thome a  {
	width: 53px;
	background-image: url(../_images/images/nav_02.gif);
	background-repeat: no-repeat;
	background-position: left top;
	}

#tport a  {
	width: 82px;
	background-image: url(../_images/images/nav_03.gif);
	background-repeat: no-repeat;
	background-position: left top;
	}

#tteam a  {
	width: 49px;
	background-image: url(../_images/images/nav_04.gif);
	background-repeat: no-repeat;
	background-position: left top;
	}

#tcontact a  {
	width: 73px;
	background-image: url(../_images/images/nav_05.gif);
	background-repeat: no-repeat;
	background-position: left top;
	}
#map, #map a, #map a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-align: center;
	margin-top: 150px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #94834b;
	text-decoration: none;
}