body {
	line-height: 20px;
}

body a {
	color: #234C86;
}

h1
{
	margin: 0px;
}

h2
{
	margin-top: 0px;
}

.nav
{
	width: 960px; 
	position: absolute; 
	top: 80px; 
	left: 100px;
}

.nav ul
{
	padding: 0px;
	margin: 0px;
	width: 960px;
	height: 30px;
}

.nav li
{
	display: inline;
	float: left;
	margin: 0px;
	padding: 0px;
}

.nav #dropouter
{
	z-index: -1;
}

.nav #drop2
{
	padding-top: 10px;
}

.nav #drop2 ul
{
	width: 30px;
	height: 60px;
}

.nav ul ul li
{
	display: block;
}

.nav a
{
	display: block;
	height: 20px;
	
	margin-left: 5px;
	margin-right: 5px;
	padding: 5px;
	
	color: #234C86;
	text-decoration: none;
}

.nav a:hover
{
	background: #22AA22;
	color: #FFFFFF;
}

.nav #current
{
	background: #234C86;
	color: #FFFFFF;
}

.outer
{
	background-color: #000000;
	padding: 3px;
	
	/*curved border*/
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-khtml-border-radius: 10px;
	border-radius:1 0px;
}

.inner
{
	padding-left: 8px;
	padding-right: 8px;
	background-color: #FFFFFF;
	
	/*curved border*/
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-khtml-border-radius: 10px;
	border-radius:1 0px;
}

.post:hover
{
	z-index: 20;
}

.post a
{
	margin: 5px;
	color: #234C86;
	font-size: 10pt;
}

.text
{
	 position: absolute; 
	 top: 220px; 
	 left: 100px; 
	 width: 580px;
	 text-align: left;
}

.about div
{
	margin-left: 20px;
	padding-bottom: 20px;
	line-height: 25px;
}

.left
{
	display: block;
	float: left;
	background: url('images/left.png');
	width: 21px;
	height: 22px;
	margin-right: 10px;
}

.left:hover
{
	background: url('images/left-hover.png');
}

.right
{
	display: block;
	float: right;
	background: url('images/right.png');
	width: 21px;
	height: 22px;
	margin-left: 10px;
}

.right:hover
{
	background: url('images/right-hover.png');
}

.sidebar h1
{
	background-color: #234C86;
	color: #FFFFFF;
	font-size: 18pt;
	margin-bottom: 10px;
}
         
