body {
	color:#333333;
	font-family:"Neue Helvetica",Helvetica,"Lucida Grande",Verdana,sans-serif;
	font-size:12px;
	margin:0;
	padding:0;
}

li{
	margin-bottom:0.5em;
	list-style-type: circle;
}

blockquote{
	font-style: italic;
	font-size:1.1em;
}

#wrapper{
	padding:10px 40px;
}

#wrapper > div{
	margin-top:50px;
}
#topMenu {
	background:#282826 none repeat scroll 0 0;
	color:#FFFFFF;
	font-family:'Lucida Grande',Verdana,Sans-Serif;
	padding:10px;
	position:relative;
}

#topMenu a {
	border-right:1px solid #444444;
	color:#999999;
	padding:0 8px;
	font-weight:bold;
}

a, a:hover {
	background:transparent none repeat scroll 0 0;
	color:#1398CA;
	text-decoration:none;
}

h1, h2, h3, h4, h5, h6 {
	background:transparent none repeat scroll 0 0;
	color:#282826;
	font-family:Arial,Helvetica,sans-serif;
	padding-bottom:2px;
	clear: both;
}

h1{
	width:100%;
	border-bottom: 1px solid #000;
	font-size: 1.6em;
	font-family:'Lucida Grande',Verdana,Sans-Serif;
}

h2{
	width:100%;
	border-bottom: 1px solid #bbb;
	font-size: 1.6em;
}

h3{
	width:100%;
	border-bottom: 1px solid #bbb;
	font-size: 1.5em;
}

h4{
	width:100%;
	border-bottom: 1px solid #bbb;
	font-size: 1.4em;
}

h5{
	width:100%;
	border-bottom: 1px solid #bbb;
	font-size: 1.2em;
}

h6{
	width:100%;
	border-bottom: 1px solid #bbb;
	font-size: 1.1em;
}

img{
	float: right;
	margin: 5px;
	border-style: none;
}

