@charset "utf-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
}

body {
	font-family: "Trebuchet MS", Tahoma, Arial;
	color: #000000;
	font-size: 12px;
	background: #e8e8e7 url('/media/images/bgtile.gif') repeat;	
}

h1 {
	font-size: 18px;
	font-weight: normal;
}

h1, h2, h3, h4, h5, h6 {
	/*color: #009ca3;*/
	color: #FFF;
}

h4 {
	font-size: 13px;
}

a:link, a:visited {
	text-decoration: none;
	color: #FFF;
	outline: none;	
}
a:hover {
	text-decoration: underline;
	color: #FFF;	
	outline: none;		
}

/* CLASSES */
.headerIMG {
	width: 255px;
	margin-left: auto;
	margin-right: auto;
	display: block;
}
.highlight {
background-color:#FFFF00;
}

/* ID'S */
#googlemap {
	width: 620PX;
	margin-left: auto;
	margin-right: auto;
}
.titlebg {
	background-image:url('/media/images/title-bg-001.png'); 
	height: 67px;
	width: 600px;
	vertical-align:bottom;
}

