body {
	width: 100%;
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	
	font-family: "Trebuchet MS", "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
}
a {
	color: #39516A;
	text-decoration: none;
}
a:hover {
	color: #000000;
}

#wrapper {
	position: absolute;
	width: 770px;
	margin: 0;
	margin-left: -385px;
	padding: 0;
	display: block;
	left: 50%;
}

#main {
	width: 100%;
	margin: 0;
	padding: 0px;
	background-color: #FFFFFF;
}


/*** LOGO ***/
#logo {
	position: absolute;
	left: 8px;
	top: 25px;
}
#logo img {
	width: 341px;
	height: 54px;
}
#logo a img {
	border: 0px;
}



/*** SEARCH ***/
#search {
	position: absolute;
	left: 530px;
	top: 10px;
	width: 230px;
	color: #62778A;

	font-family: "Trebuchet MS", "Times New Roman", Times, serif;
	font-size: 12px;
}
#search .field {
	width: 150px;
	height: 15px;
	
	background-image: url(../images/search_back.gif);
	background-color: #FFFFFF;
	border: 1px solid #403752;
	padding: 3px;
	
	color: #62778A;
	font-family: "Trebuchet MS", "Times New Roman", Times, serif;
	font-size: 12px;
	vertical-align: middle;
}
.button {
	width: 25px;
	height: 23px;
	background-image: url(images/go_default.gif);
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: middle;
}




/*** MENU POSITION ***/
#menu {
	position: absolute;
	top: 96px;
	left: 10px;
	right: 10px;
	z-index: 1000;
}



/*** HEADING CONTENT ***/
#headContent {
	position: absolute;
	top: 140px;
	left: 0px;
	
	padding-left: 50px;
	padding-top: 20px;
	
	width: 710px;
	height: 114px;
	
	font-family: "Trebuchet MS", "Times New Roman", Times, serif;
	font-size: 11px;
	background-image: url(../backgrounds/location.gif);
	background-color: #B2D88C;
}

/*** CONTACT INFO ***/
#contact {
	position: absolute;
	top: 0px;
	left: 0px;
	
	padding-left: 30px;
	padding-top: 15px;
	
	width: 710px;
	height: 114px;
	
	font-family: "Trebuchet MS", "Times New Roman", Times, serif;
	font-size: 11px;
}


/*** LEFT CONTENT ***/
#left {
	position: absolute;
	top: 300px;
	left: 12px;
	
	width: 200px;
	
	padding: 0 10px 0 10px;
	

	border-left: 1px solid #939B8A;
	border-right: 1px solid #939B8A;
}
#left p { padding: 0; margin: 0; }



/*** MIDDLE CONTENT ***/
#middle {
	position: absolute;
	top: 300px;
	left: 244px;
	
	width: 300px;
	
	padding: 0 0px 0 0px;
}
#middle p { padding: 0; margin: 0; }



/*** RIGHT CONTENT ***/
#right {
	position: absolute;
	top: 300px;
	left: 545px;
	
	padding: 0 10px 0 10px;
	width: 200px;
	border-left: 1px solid #939B8A;
}
#right img {
	border: 0px solid #FFFFFF;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 10px;
}




/*** FOOTER ***/
#footer {
	position: absolute;
	top: 1080px;
	left: 160px;
	text-align: right;
	font-size: 10px;
	color: #829C99;
	
	width: 600px;
}
