﻿#wrapper {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	margin: 50px 0px 0px 195px;
	color: #3300cc;
	border: none;
	width: 850px;
}

#header {
	text-align: center;
	margin-bottom: 20px;
}

h1, h3 {
	font-family: Georgia, Times, serif;
}

h3 {
	font-size: 1.6em;
}

a {
	text-decoration: none;
	color: #ff6600;
}

#menu {
	margin-top: 10px;
	width:190px; 
	float: left;
	text-align: left;
	overflow: hidden;
	border: none;
}

#menu ul {
	list-style: none;
}

#menu h2 {
	margin: 15px 0px 0px 0px;
	font-weight: bold;
	font-size: 1.0em;
	color: #3300cc;
}

#menu h2 a {
	color: #3300cc;
}

#menu h2 a:hover {
	color: #ff6600;
}

#content {
	margin-left: 210px;
	line-height: 1.5;
	border: none;
}

#content h1 {
	margin-top: 0px;
	font-size: 1.8em;
}

#footer {
	clear: both;
	margin-top: 5px;
	border-top: none;
	text-align: center;
	font-size: 10px;
}