body {
	color: white;
	font-size: .9em;
	font-family: "Century Gothic", "Lucida Grande", Verdana, Arial, sans-serif;
	background-color: #3a2a17;
	margin: 0;
	padding: 0;
	text-align: left;
}

#wrapper {
	margin-left: auto;
	margin-bottom: 2em;
	margin-right: auto;
	margin-top: 2em;
	text-align: left;
	width: 760px;
	background-color: #3a2a17;
	padding: 1em;
}

#header {
	text-align: left;
	padding-left: 10px;
	padding-bottom: 15px;
	padding-right: 10px;
	padding-top: 10px;
	background-color: #3a2a17;
}

#lefthead {
	text-align: right;
	width: 12em;
}

#righthead {
	text-align: right;
}


#nav_container {
	margin-top: -2em;
	margin-bottom: 2em;
	float: left;
	width: 100%;
	border-bottom: 1px solid;
	border-bottom-color: #6d9510;
}

#nav_container ul {
	margin: 0;
	padding: 2em 0 0 0;
	list-style: none;
}

#nav_container li {
	float: left;
	background-image: url(../images/tab_left.png);
	background-repeat: no-repeat;
	margin: 0 1px 0 0;
	padding: 0 0 0 8px;
}

#nav_container a {
	float: left;
	display: block;
	background-image: url(../images/tab_right.png);
	background-repeat: no-repeat;
	background-position: right top;
	padding: 0.3em 10px 0.3em 2px;
	text-decoration: none;
	font-weight: bold;
	color: #3a2a17;
}

#home #nav_container li.home,
#services #nav_container li.services,
#portfolio #nav_container li.portfolio,
#contact #nav_container li.contact {
	background-image: url(../images/tab_active_left.png);
}

#home #nav_container li.home a,
#services #nav_container li.services a,
#portfolio #nav_container li.portfolio a,
#contact #nav_container li.contact a {
	background-image: url(../images/tab_active_right.png);
	background-color: transparent;
	color: #FFFFFF;
}

#nav_container a:hover {
	color: white;
	text-decoration: underline;
}

.style1 {
	font-size: 2.1em;
}

.style2 {
	font-size: 1.4em;
}



#footer {
	border-top-width: 1px;
	border-top-color: #6d9510;
	border-top-style: solid;
	clear: both;
	text-align: center;
	padding: 4px;
	height: 3em;
	background-color: #3a2a17;
	color: white;
	font-size: .9em;
}

#services_content {
	text-align: left;
	margin-bottom: 50px;
}

#portfolio_detail {
	text-align: left;
	margin-bottom: 50px;
}

#portfolio_detail p {
	text-align: justify;
	margin-bottom: 30px;
}
#portfolio_detail img {
	margin-left: 100px;
	
	margin-bottom: 30px;
}
#portfolio_detail a {

	font-size: 1.5em;
	font-family: monospace;
	text-decoration: none;
	color: #6d9510;

}



#index_content {
	text-align: center;
	margin-bottom: 50px;
}

#success {
	text-align: center;
	margin-bottom: 50px;
}

#success a {
		color: white;
	}



#serv_left {
	float: left;
	width:390px;
	
}

#serv_right {
	margin-left: 430px;
}

.serv_image {
	padding-bottom: 50px;
	text-align: center;
}

#success h3 {
	color: #6d9510;
	font-size: 1.5em;
}


.imgfolio {
	text-align: center;
	border-color: white;
	border-width: 7px;
	border-style: solid;
}

h1 {
	line-height: 100%;
	font-size: 2em;
	margin: 0px;
	color: #6d9510;
}

h2 {
	font-style: normal;
	font-weight: normal;
	line-height: 140%;
	font-size: 1.2em;
	color: white;
	margin: 0px;
}

h3 {
	font-style: normal;
	font-weight: normal;
	color: #c2b495;
}

h4 {
	font-weight: bold;
	display: inline;
}

h5 {
	text-align: left;
	font-style: normal;
	font-weight: normal;
	color: #c2b495;
	font-size: 1.5em;
}

h6 {
	display: inline;
	margin: 0px;
	padding: 0px;
	color: white;
	font-size: 1.2em;
	font-family: monospace;
}



