/*
	Undefined Aeon Software
	http://www.uasoft.info
	(C) Copyright 2009, Richard Marks <ccpsceo@gmail.com>
*/
* {
	margin: 0;
	padding: 0;
	font-family: sans-serif;
}
li {
	padding: 4px;
	margin-left: 32px;
}
body {
	background: #cfcfcf;
	color: black;
}

img {
	border: 0;
}

a, a:visited, a:active, a:link {
	color: #0c0cac;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #0000ff;
	text-decoration: underline;
	font-weight: bold;
}

#container {
	width: 900px;
	background: #ffffff;
	
}

#sitebanner {
	text-align: center;
}

#header {
	text-align: center;
	height: 96px;
	background: url('images/richard.png') 50% 0 no-repeat;
}
#header img {
	height: 96px;
	width: 800px;
}
#header h1 {
	display: none;
}
#content {
	
}
#content li {

}
#content li p {
	margin-bottom: 16px;
	color: black;
}
#content li ul li {
	font-size: 0.8em;
	color: black;
}
#content ol li {
	font-size: 0.8em;
	color: black;
}
h2 {
	margin-top: 32px;
}
p {
	margin-left:16px;
}
#content p {
	font-size: 0.8em;
}

#footer {
	margin-top: 64px;
	text-align: center;
}

.smalltext {
	font-size: 0.6em;
	line-height: 1.8em;
}

.midtext {
	font-size: 1.2em;
	line-height: 1.8em;
}

.b {
	font-weight: bold;
	line-height: 1.8em;
}
