html, body {
	margin: 0px;
}

body {
	background-image: url('images/top-background.png');
	background-repeat: repeat-x;
	font-family: tahoma;
}

#border {
	padding-left: 78px;
	height: 375px;
	min-width: 729px;
	background-image: url('images/body-border.png');
	background-position: top left;
	background-repeat: no-repeat;
	border-top: 5px solid #fff;
	border-left: 5px solid #fff;
	margin-bottom: -165px;
}

#menu {
	background-image: url('images/menu-body.png');
	background-repeat: repeat;
	height: 177px;
	margin-top: 33px;
	position: relative;
}

#menu_side {
	position: relative;
	left: -10px;
	float: left;
}

#menu ul {
	list-style: none;
	margin: 0px;
	position: relative;
	z-index: 200;
}

#menu li {
	float: left;
	display: inline;
	margin-top: 21px;
	margin-right: 7px;
	font-size: 10px;
	font-weight: bold;
	color: #BBD9D0;
	z-index: 200;
}

#menu a {
	font-size: 12px;
	font-weight: bold;
	color: #BBD9D0;
	text-decoration: none;
	margin-right: 7px;
}

#menu h1 {
	margin: 0px;
	position: absolute;
	bottom: 15px;
	left: 10px;
	color: #fff;
	font-size: 33px;
	font-weight: normal;
	font-family: verdana;
	letter-spacing: -2px;
}

#menu_middle {
	position: absolute;
	top: 0px;
	left: 553px;
	z-index: -1;
}

#content_holder {
	margin-left: 73px;
	width: 894px;
	background-image: url('images/side-body.png');
	background-repeat: repeat-y;
	background-position: top right;
}

#content {
	width: 540px;
	min-height: 429px;
	font-size: 12px;
	line-height: 16px;
	color: #666666;
	font-family: verdana;
	float: left;
	padding: 40px 3px 10px 10px;
	text-align: justify;
}

#content a {
	color: #00714f;
}

#content h2 {
	margin: 0px;
	margin-bottom: -8px;
	color: #00714f;
	font-size: 13px;
	font-weight: bold;
}

#contact_box {
	position: fixed;
	background-image: url('images/contact-box.png');
	width: 298px;
	height: 274px;
	top: 144px;
	left: 647px!important;
	font-family: tahoma;
}

#contact_title {
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	margin-top: 29px;
	margin-left: 50px;
}

#contact_links {
	margin-top: 35px;
	font-size: 14px;
	font-weight: bold;
	color: #666666;
}

#contact_links ul {
	margin-left: 10px;
	list-style: none;
}

#contact_links a {
	color: #067453;
	font-size: 18px;
	font-weight: bold;
	line-height: 27px;
	text-decoration: none;
	margin-right: 9px;
}

#contact_footer {
	color: #666666;
	font-size: 10px;
	padding-left: 10px;
}

#contact_footer a {
	color: #666666;
	font-size: 12px;
	text-decoration: none;
	cursor: pointer;
}