body {
	background: #ffc url('../images/bg_body.gif'); 
	background-repeat: repeat-y; 
	margin:10px;
	font-family:Arial,sans-serif;
	font-size:12px;
	color:#333;
	line-height:16px;
	margin: 0;
}	

a {
	color: #996;
	}




#main {
/*	background: url('../images/bg_main.gif'); */
	background-repeat: no-repeat;
	width: 900px;
	height: 700px;


}

h2 {
	font-size: 120%;
	font-weight: bold;
	margin: 1em 0 .5em 0;

}

p {
	margin: 0 0 1em 0;
	}

p.lede {
	font-style: italic;
	font-size: 110%;
}

img {
	border: 0;
	}

#content {
	width: 400px;
	margin: 100px 0 100px 255px;
	}

#logo {
	position: absolute;
	top: 200px;
	left: 55px;
	}

ul.nav {
	margin: 50px 0 100px 255px;
	padding: 0;
	}

ul.nav li {
	list-style-type: none;
	font-size: 90%;
	font-weight: bold;
	color: #333;
	margin: 0;
	padding: 0;
}

ul.nav li a {
	text-decoration: none;	
}

ul.nav li a:hover {
	color: #333;
	list-style-type: square;
}

ul.nav li:hover {
	list-style-type: square;
}

ul.nav li.selected {
	color: #f90;
}


ul.nav li.selected:hover {
	list-style-type: none;
	}


ul {
	margin: 0;
	padding: 0;
	}

ul.services li {
	list-style-type: none;
	margin: 0;
}

ul.services-sub li {
	list-style-type: none;
	margin: 0 0 0 15px;
}

ul.services-sub-sub li {
	list-style-type: none;
	font-style: italic;
	margin: 0 0 0 35px;
	
}

#footer {
	width: 400px;
	font-size: 90%;
	color: #666;
	margin: 200px 0 0 0;
	padding: 0 0 100px 0;
	white-space:nowrap;
}

#footer span {
	margin-right: 10px;
}




