body {
	font: 11px Verdana, arial, helvetica, sans-serif;
	font-weight: normal;
	background: #163b5a;
	}

#main {
	width: 555px;
	margin: auto;
}

#header {
	margin: 0 0 25px  -30px;
	width:614px;
	height:104px;
	background: url('img/dwtatar-header.png') top; 
	}

#nav {
	margin: auto;
	width:545px;
	}

#quote {
	clear: both;
	margin: 0px auto;
	margin-bottom: 2px;
	width:555px;
	background: #fff url('img/quotes.jpg') top; 
	}

#verbatim {
	padding: 20px 40px 20px 50px;
	font: italic 15px 'Georgia', Times, serif;
	color: #405e77;
	}

#nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
	}
	
#nav li {
	float: left;
	margin: 0 5px 0 0;
	}
	
#nav a {
	font: bold 12px arial, helvetica, sans-serif;
	text-decoration: none;
	display: block;
	background: #637c90;
	padding: 0.5em .8em;
	color: #fff;
	text-align: center;
	}
	
#nav a:hover {
	background: #ccc;
	}
	
#nav #selected {
	border-color: black;
	}
	
#nav #selected a {
	background: #adadad;
	color: black;
	}
	
#content {
	font-size: 13px;
	line-height: 17px;
	padding: 2em 2.5em;
	background: #fff;
	color: #163b5a;
	min-height:400px;
	}
	
h3 {
	font-size: 14px;
	font-weight:bold;
	margin: 0;
	padding: 0;
	}
	
p {
	margin: .2em 0 1em 0;
	}

#footer {
	width: 555px;
	margin: 2px auto;
	padding: 10px 0 0px 0;
	background: #fff;
	text-align: center;
	}

#contact {
	margin: 0 auto;
	color: #163b5a;
	font: 11px arial, helvetica, sans-serif;
	}

#services {
	font: normal 11px arial, helvetica, sans-serif;
	margin: 10px auto;
	color: #790000;
	line-height: 14px;
	}

#copyright {
	position:relative;
	top:20px;
	color: #5b87a3;
	background: #163b5a;
	font: 9px arial, helvetica, sans-serif;
	}

strong {
	color: #790000;
	}

ul {
	margin-top: -.75em;
	}

b {
	font-weight:normal;
	font-size:11px;
	color: #5b87a3;
	}
.quote {
	font: italic 13px 'Georgia', Times, serif;
	}
p.quotes {
	margin-bottom: 1.75em;
	}
