body {
	background: #fff url(images/background.jpg) no-repeat center 10px;
	color: #333;
	font: 85%/1.5em Verdana, sans-serrif;
	text-align: center;
}

a {
	color: #a2091a;
}

a:link {
	
}

a:hover {
	
}

a:active {
	
}

a:visited {
	background: url(images/a-visited-check.jpg) no-repeat right;
	padding-right: 20px;
}

#navigation {
	text-align: center;
	margin: 135px auto 15px;
	height: 40px;
	white-space: nowrap;
	color: #a2091a;
}

#navigation .middot {
	color: #503436;
	font-weight: bold;
	font-size: 18px;
}

#navigation a {
	padding: 0 15px;
	background-image: none;
	text-decoration: none;
	text-align: center;
}

#navigation .current {
	background: url(images/a-pointer.jpg) no-repeat center 18px;
	color: #b2a796;
	text-align: center;
}

#navigation a.current:hover {
	color: #a2091a;
	text-align: center;
}

#navigation a, #navigation a:link {
	background: none;
	text-align: center;
}

#navigation a:hover, #navigation a:active {
	color: #b2a796;
	text-align: center;
}

#navigation ul {
	list-style: none;
	height: 40px;
	list-style-type: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
	text-align: center;
}

#navigation ul li {
	display: inline;
	text-align: center;
}

#title h1 {
	margin: 0;
	padding: 0 0 20px;
}

#top-content {
	margin: 0 auto 40px;
	text-align: left;
	width: 300px;
	line-height: 1.2em;
	font-size: .80em;
}

#bottom-content {
	margin: 0 auto 40px;
	width: 600px;
	text-align: left;
}

#bottom-content .img {
	position: relative;
	left: 50%;
	margin-left: -300px;
	text-align: center;
	width: 600px;
}

#bottom-content .portfolio {
	margin-bottom: 40px;
}

#bottom-content .question {
	padding: 0 20px 0 20px;
	color: #a2091a;
}

#bottom-content .answer a:link {
	color: #666;
}

#footer {
	color: #999;
	font-size: .75em;
	line-height: 1.2em;
	border-top: 1px solid #999;
	margin: 30px auto;
	width: 300px;
}