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

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

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

#lefthead {
	text-align: left;
	width: 28em;
}

#righthead {
	text-align: right;
}


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

#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: white;
}

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

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

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

.style1 {
	font-size: 2.1em;
}

.style2 {
	font-size: 1.4em;
}

.style_t1 {
	
	color: white;
	
}

.style_t2 {
	font-style: normal;
	font-weight: normal;
}



#footer {
	border-top-width: 1px;
	border-top-color: white;
	border-top-style: solid;
	clear: both;
	text-align: center;
	padding: 4px;
	height: 3em;
	background-color: #99cc33;
	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;

}




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

#success a {
		color: #99cc33;
	}



#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;
}



h1 {
	line-height: 100%;
	font-size: 2.2em;
	margin: 0px;
	color: #3399ff;
}

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: #ff6600;
}

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

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

h6 {
	line-height: 1.3;
	display: block;
	color: white;
	font-size: .5em;
}


a {
	color: #ff6600;
	text-decoration: none;
}

#canbody {

	float:left;
	width: 600px;
}

#credits {
	margin-top: 15px;
}

#credits img {


  border: 0px;


}


.contact_title {
	font-weight: bold;
	color: #ff6600;
	font-size: 1.2em;
}


