html, body { margin: 0; padding: 0; }
body { background-color: #ddd; padding: 100px 0; }

#wrap { margin: 0 auto; width: 620px; }
#header { float: left; width: 140px; }
#logo { margin-top: 4px; }
#logo img { border: 0; }
#nav { margin-top: 40px; font-family: Georgia, serif; }
#nav ul { list-style: none; margin: 0; padding: 0; }
#nav ul li { font-size: 16pt; margin-bottom: 5px; }
#nav ul li a, #nav ul li a:visited { text-decoration: none; color: #0066ff; }
#nav ul li a:hover { background-color: #fef289; }
#nav ul li#current { font-weight: bold; }
#nav ul li#current a, #nav ul li#current a:visited {}
#nav ul li#current a:hover {}

#content {
    float: right;
    width: 450px;
    font-family: Georgia, serif;
	color: #333;
}
#content h1 { margin: 0 0 15px 0; font-size: 32pt; font-weight: normal; }
#content h2 { }
#content h3 { }
#content p { line-height: 1.4em; font-size: 16pt; text-align: left; padding-right: 3px; margin-top: 30px; }
#content p a, #content p a:visited { text-decoration: none; color: #0066ff; }
#content p a:hover { background-color: #fef289; }
#content p img { margin: 0 0 5px 15px; float: right; border: solid 1px #666; }


#contact { font-size: 11pt; }
#contact label { float: left; width: 100px; margin-top: 4px; }
#contact label.error { color: #d00; }
#contact label .error { color: #d00; }
#contact input.text, #contact textarea {
    font-family: Georgia, serif; font-size: 11pt;
    width: 260px; margin: 0 0 10px 0;
    background-color: #f5f5f5;
}
#contact textarea { height: 100px; }
#contact input.button {
    margin-left: 100px;
    width: 100px;
}
#contact ul.errors { color: #d00; }
#contact p.success { color: #090; }

#clients { text-align: center; }
#clients img { padding: 3px 3px; border: solid 1px #ddd; margin: 7px 5px; }

#footer {
	width: 450px;
	float: right;
	color: #999;
	text-align: center;
	margin-top: 50px;
	font-size: 12px;
	font-family: Georgia, serif;
}

