body {
	margin: 0;
	padding: 0;
	font-family: "Arial", Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000;
	background-color: #DCDCDC;
}

a {
	text-decoration: none;
	color: #0033CC;
}

a:hover {
	text-decoration: underline;
}

#wrapper {
	position: relative;
	margin: auto;
	width: 850px;
	background-color: #FFFFFF;
}

#header {
	top: 0;
	height:100px;
	color: #FFFFFF;
	background-color: #5064FF;
	padding: 2px;
}

#header #title {
	float:left;
	font-size: 4em;
}

#header #subtitle {
	position: relative;
	font-size: 1em;
	font-style: italic;
	top: 60px;
	float: right;
}

#nav {
	padding: 2px;
	height: 23px;
	margin-bottom: 0px;
	padding-bottom: 2px;
	font-size: 1.1em;
	background-color: #999999;
	color: #FFFFFF;
}

#nav a {
	color: #FFFFFF;
	text-decoration: none;
}

#nav a:hover {
	text-decoration: underline;
}

#content {
	padding: 2px;
	font-size: .75em;
}

#content img.manual {
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 10px;
}

.date {
	font-weight: bold;
	color: #1E3366;
}

#content h1 {
	color: #FFFFFF;
	margin-bottom: 5px;
	background-color: #5064FF;
	margin-top: 0;
}

#content h2 {
	color: #FFFFFF;
	margin-bottom: 5px;
	background-color: #5064FF;
	margin-top: 0;
}

#content h2.accent {
	color: #FFFFFF;
	margin-bottom: 5px;
	background-color: #A7B7F6;
	margin-top: 0;
}

#content h3 {
	color: #FFFFFF;
	margin-bottom: 15px;
	background-color: #999999;
	margin-top: 0px;
}

#downloads h3 {
	margin-bottom: 0;
}

#downloads ul {
	margin-top: 0;
}

.contact p {
	margin-top: 0;
}

ol {
	font-size: .9em;
}

.section {
	background: #5064FF;
	margin-bottom: 5px;
	font-size: 1.6em;
	color: #FFFFFF;
	font-weight: bold;
	width: 100%;
	height: auto;
}

.returntotop {
	position: relative;
	float: right;
	margin-top: 0;
	margin-bottom:0;
}

#counter {
	color: #334E25;
}

#footer {
	position: relative;
	bottom: 0;
	height: 36px;
	color: #FFFFFF;
	background-color: #5064FF;
	font-size: .8em;
}

#footer #left {
	position: absolute;
	float: left;
	left: 0;
	text-align: left;
	padding-bottom: 2px;
	padding-left: 2px;
	width: 425px;
}

#footer #right {
	right: 0;
	position: absolute;
	float: right;
	text-align: right;
	padding-bottom: 2px;
	padding-right: 2px;
	width: 425px;
}

#footer p {
	margin: 0;
	padding: 0;
}

/*png hack*/
img.png {
	behavior: url(http://localhost/~Mike/Site2/pngHack.htc);
}

