@charset "utf-8";
/* CSS Document */

* {
	padding: 0;
	margin: 0;
}

body {
	background-image: url(images/bacground_bg.png);
	background-repeat: repeat-x;
	background-color: #e4ebe4;
}
#header {
	background-image: url(images/header.png);
	height: 227px;
	width: 991px;
	margin: auto;
}
#featured {
	background-image: url(images/featuredp.png);
	margin: auto;
	height: 358px;
	width: 991px;
}


.contact {
	position: relative;
	left: 390px;
	top: 122px;
	height: 85px;
	width: 151px;
}
.portfoliobt {
	position: relative;
	left: 390px;
	top: 122px;
	height: 85px;
	width: 157px;
}
.aboutbt {
	height: 85px;
	width: 102px;
	position: relative;
	left: 391px;
	top: 122px;
}
.homebt_act {
	height: 85px;
	width: 148px;
	position: relative;
	left: 392px;
	top: 122px;
}
#header a .aboutbt {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#header a .homebt {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#header a .portfoliobt {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#header a .contact {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#featured h3 {
	font-family: Rockwell, Georgia, Times, serif;
	position: relative;
	top: 140px;
	width: 325px;
	left: 540px;
	font-weight: bolder;
	color: #C4F5DB;
	font-size: large;
	text-decoration: underline;
}
#featured h3 a {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #c4f5db;
	font-size: 14pt;
}

