body {
	background: #3C312D;
	min-height: 100%;
}

a {
	padding: 6px 0 8px;
	text-decoration: none;
	color: #ff6600;
}

#wrapper, #wrapper p {
	color: #CBC4C2;
	font-family: Verdana, Arial;
}

#top-nav,#footer {
	background: #251D1B;
}

#top-nav {
	height: 144px;
}

#top-nav-inner {
	padding: 24px 0 16px;
}

#nav {
	padding: 24px 0 24px;
	vertical-align: middle;
	text-align: right;	
}

#nav ul {
	list-style: square outside none;
}

#nav li {
	display: inline;
	margin-left: 30px;
}

#nav a {
	color: #CBC4C2;
	padding: 16px;
	font-size: 16pt;
}

#nav a:hover {
	background: #433735;
}


#content {
	padding-top: 72pt !important;
}

#introduction{
	line-height: 1.8;
	text-align: justify;
	width: 960px;
}

/*
#introduction:first-letter  {
	float:left;
	font-size:36pt;
	line-height:0.8;
	padding:0 10px 10px 0;
}*/

#footer {
	min-height: 24pt;
	position: absolute;
	bottom: 0px;
	right: 0px;
	left: 0px;
	padding: 8pt 16pt 8pt 16pt;
}

#footer-inner {
	font-size: 8pt;
	color: #CBC4C2;
}

.right {
	text-align: right !important;
}

p {
	font-family: Verdana;
	margin-top: 16px;
	margin-bottom: 8px;
}
