body, html {
	margin: 0;
	padding: 0;
	background-color: #F47C31;
}

#wrapper_home {
	width: 785px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
}

#wrapper_pages {
	width: 585px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
}

#container_home {
	float: left;
	width: 585px;
	height: 450px;
	background: #F47C31 url("images/bg_home.gif") no-repeat 0 0;
	text-align: center;
}

#container_pages {
	float: left;
	width: 585px;
	background: #FFF url("images/bg_body.gif") repeat-y 0 0;
}

#header_pages {
	width: inherit;
	height: 100px;
}

#services {
	width: 500px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

.service {
	display: none;
	padding: 10px;
	border: 1px solid #CCC;
}

#bottom {
	width: inherit;
	height: 176px;
	clear: both;
}

#nav {
	width: 200px;
	float: left;
	margin: 90px 0 0 0;
}

ul#navlist
{
	margin: 0;
	padding: 0;
	white-space: nowrap;
}

#navlist li
{
	height: 20px;
	list-style-type: none;
	font-size: 11px;
	font-weight: bold;
}

#navlist a { 
	padding: 0; 
	margin: 0;
}

#navlist a:link, #navlist a:visited
{
	color: #C9CACC;
	text-decoration: none;
}
		
#navlist a:hover
{
	color: #C9CACC;
	text-decoration: underline;
}

#email_link {
	position: relative;
	top: 255px;
}

a img {
	border: 0;
	text-decoration: none;
}

p.footer {
	position: relative;
	top: 403px;
	left: 20px;
	font-family: Helvetica, sans-serif;
	font-size: .7em;
	text-align: left;
	color: #666666;
	margin: 0;
}

.footer a {
	color: #666666;
}

h1 {
	font-family: Helvetica, sans-serif;
	font-size: 18px;
	color: #F47C31;
}

p, li {
	font-family: Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
