body {
	font: 75% "Trebuchet MS", "Lucida Grande", Verdana, sans-serif;
	background-image: url('/img/bg-tile.jpg');
	background-repeat: repeat;
	padding-bottom: 30px;
}

a {
	outline: none;
}

#accessibility {
	display: none;
}

#container {
	margin: 30px auto;
	width: 890px;
	padding: 20px;
}

#header {
	height: 156px;
	width: 894px;
	background-image: url('/img/header.gif');
	background-repeat: no-repeat;
}

ul#phone {
	color: #fff;
	list-style-type: none;
	margin: -42px 30px 0 0;
	font-size: 1.2em;
	text-align: right;
}

h1 {
	color: #fff;
	font-size: 4em;
	margin: 0;
	padding: 52px 0 0 25px;
	letter-spacing: -2px;
}

h1 a {
	text-decoration: none;
	color: #fff;
}

#nav {
	display: block;
	height: 56px;
	width: 894px;
	position: relative;
}

#nav ul {
	list-style-type: none;
	height: 56px;
	padding: 0;
	margin: 0;
	width: 894px;
}

#nav ul li {
	float: left;
}

#nav ul li a {
	color: #fff;
	font-size: 1.6em;
	text-decoration: none;
	display: block;
	text-align: center;
	padding-top: 15px;
}

#nav ul li#home a {
	height: 56px;
	width: 121px;
	background-image: url('/img/nav-home-off.gif');
	background-repeat: no-repeat;
}

#nav ul li#home a:hover {
	background-image: url('/img/nav-home-on.gif');
}

#nav ul li#about {
	position: absolute;
	right: 325px;
}

#nav ul li#about a {
	height: 56px;
	width: 145px;
	background-image: url('/img/nav-about-off.gif');
	background-repeat: no-repeat;
}

#nav ul li#about a:hover {
	background-image: url('/img/nav-about-on.gif');
}

#nav ul li#finished {
	position: absolute;
	right: 140px;
}

#nav ul li#finished a {
	height: 56px;
	width: 181px;
	background-image: url('/img/nav-finished-off.gif');
	background-repeat: no-repeat;
}

#nav ul li#finished a:hover {
	background-image: url('/img/nav-finished-on.gif');
}

#nav ul li#contact {
	position: absolute;
	right: 0;
}

#nav ul li#contact a {
	height: 56px;
	width: 132px;
	background-image: url('/img/nav-contact-off.gif');
	background-repeat: no-repeat;
}

#nav ul li#contact a:hover {
	background-image: url('/img/nav-contact-on.gif');
}

#content {
	width: 834px;
	background-color: #fff;
	border: 4px solid #B48093;
	margin: 12px 0 0 14px;
	padding-left: 25px;
	position: relative;
}

#content img {
	margin-bottom: 15px;
}

#content p {
	font-size: 1.4em;
	padding-right: 10px;
}
#content ul#statement {
	font-size: 1.4em;
}

#content ul#statement li {
	list-style-position: outside;
	list-style-type: disc;
}


.entry-content {
	border-right: 4px solid #B48093;
	width: 590px;
	padding-top: 80px;
	padding-bottom: 20px;
}

#content h3 {
	position: absolute;
	padding-top: 25px;
}

#content h3.entry-title a {
	text-decoration: none;
	color: #000;
	font-size: 1.4em;
}

#content .published {
	display: none;
}

#content #gallery {
	margin-left: 0;
	padding-left: 0;
}
#content #gallery li {
	list-style-type: none;
	padding-left: 0;
	position: relative;
}
#content #gallery span.caption {
	display: block;
	right: 40px;
	position: absolute;
	top: 10px;
	font-size: 1.3em;
	width: 200px;
}


ul#right-col {
	width: 200px;
	list-style-position: outside;
	list-style-type: square;
	position: absolute;
	top: -12px;
	left: 601px;
	margin-left: 20px;
}

ul#right-col li {
	text-decoration: none;
	color: #32080D;
	font-size: 2.2em;
	font-weight: bold;
	letter-spacing: -1px;
	padding-left: 10px;
}

ul#right-col li#top {
	margin-top: 40px;
}

ul#right-col li#quote {
	list-style-type: none;
	font-size: 1.1em;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 30px;
	padding-left: 10px;
}

#contact fieldset {
	border: none;
	margin: 0;
	padding: 0;
}

#contact fieldset legend {
	display: none;
}

#contact form {
	margin-bottom: 20px;
}
