@CHARSET "ISO-8859-1";

body{
	background-image: url('../../images/tilebest8.gif');
}

#global{ /* A global container which holds everything in the center of the browser window */
    width: 726px;
    height: 442px;
    margin: 20px auto;
    text-align: left;
    padding: 0px 0px 0px 0px;
    border: 0px hidden #ffffff;
	position: relative;
	background-image: url('../../images/bg.gif');
}

div#content{
	width: 662px;
	height: 442px;
	padding: 10px;
	position: absolute;
		top: 63px;
		left: 23px;
}

p{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10pt;
}

p.content{
	font-size: 7pt;
}

a{
	text-decoration: none;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 7pt;
	color: #000;
}

a:hover{
	text-decoration: underline;
}

div#menu{
	position: absolute;
		top: 23px;
		left: 23px;
	z-index: 10;
}

div#map_canvas{
	position: absolute;
		top: 23px;
		left: 250px;	
	width: 410px;
	height: 275px;
}

span.menuItem{
	border-top: 2px solid #31972e;
}

p.menu{
	font-size: 8pt;
}

div#tagline{
	position: absolute;
		top: 390px;
		right: 20px;
}

div#footer{
	position: absolute;
		top: 450px;
		left: 0px;
	width: 724px;
}

p.footer{
	font-size: 8pt;
}

a.footer{
	color: #31972e;
}