#wrapper {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/wrapper_bg2.jpg);
	background-repeat: no-repeat;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #EFEFEF;
	border-left-color: #EFEFEF;
	background-color: #FFF;
}
#wrapper #header {
	height: 230px;
	position: relative;
}
.logo {
	position: absolute;
	right: 230px;
}
.tel {
	position: absolute;
	width: 150px;
	text-align: right;
	top: 60px;
	right: 75px;
}
.header {
	position: absolute;
	width: 330px;
	text-align: center;
	top: 130px;
	right: 65px;
}
.star {
	position: absolute;
	right: 410px;
	top: 100px;
}

#wrapper #header h1 {
	color: #00644E;
	font-size: 1.4em;
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 0px;
}
#wrapper #header #nav {
	background-image: url(images/nav_bg2.png);
	background-repeat: no-repeat;
	float: right;
	height: 33px;
	width: 543px;
	position: absolute;
	top: 198px;
	right: 40px;
}


#wrapper #left_col {
	float: left;
	width: 446px;
	padding-left: 40px;
	padding-top: 20px;
	font-size: 1.3em;
	color: #333333;
}
#wrapper #left_col p {
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 20px;
}
#wrapper #right_col {
	float: left;
	width: 415px;
	padding-left: 40px;
	padding-top: 20px;
	font-size: 1.3em;
	color: #333333;
}
#wrapper #right_col p {
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 20px;
}


#wrapper #page_heading {
	padding-left: 40px;
	font-size: 1.3em;
}
#wrapper #page_heading h1 {
	font-size: 16px;
	margin: 0px;
	padding-top: 40px;
	color: #00644e;
}
#wrapper #header #nav .noborderbold {
	font-weight: normal;
	border: none;
	padding-right: 0px;
	font-size:1.4em;
	text-decoration: underline;
}

#wrapper #header #nav li {
	display: inline;
}
#wrapper #header #nav a {
	display: block;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #00644e;
	font-size: 1.4em;
	color: #00644e;
	text-decoration: none;
	float: left;
	margin-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
}
#wrapper #header #nav ul {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 28px;
}
#wrapper #header #nav a:hover {
	text-decoration: underline;
}



#wrapper #footer p {
	text-align: right;
	color: #FFFF99;
	padding-right: 20px;
	padding-top: 30px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 5px;
	line-height: 2em;
}
#wrapper #footer a {
	color: #FFFF99;
}
#wrapper #footer {
	background-image: url(images/footer_bg2.jpg);
	background-repeat: no-repeat;
	clear: both;
	height: 101px;
	font-size: 1.1em;
}




body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 62.5%;
	margin: 0px;
	background-repeat: repeat-y;
	background-position: center;
	background-color: #F5F5F5;
}
#wrapper #header #nav .noborder {
	border:none;
	padding-right: 0px;
}
#wrapper h2 {
	font-size: 1.3em;
	color: #00644e;
	margin-top: 0px;
}
#wrapper #header #nav .bold {
	font-weight: normal;
	font-size: 1.4em;
	text-decoration: underline;
}

