#wrapper {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border-left: 10px solid #f1d9ff;
	border-right: 10px solid #f1d9ff;
	width: 820px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: none;
	font-size: 13px;
	color: #1F1F1F;
	background: #f1d9ff;
}

h1 a, h2 a, h3 a {
	text-decoration: none;
}

h1 a:hover, h2 a:hover, h3 a:hover {
	text-decoration: underline;
}

h1 {
	letter-spacing: -2px;
	font-size: 36px;
}

h2 {
	letter-spacing: -1px;
	font-size: 1.5em;
}

h3 {
	font-size: 1em;
}

p, ul, ol {
	margin-bottom: 1.5em;
	line-height: 150%;
}

ul, ol {
	margin-left: .5em;
}

blockquote {
	margin-left: 3em;
	margin-right: 3em;
}

a {
	text-decoration: none;
	color: #E58C43;
	font-weight: bold;
}

a:hover {
	background: #f1d9ff;
	text-decoration: underline;
	color: #65009d;
}

/* HEADER */

#header {
	margin: 0;
	background: #f1d9ff;
	padding-bottom: 10px;
}

#header h1 {
	margin-bottom: 10px;
	margin-top: 0;
	text-transform: lowercase;
	font-weight: normal;
	color: #65009d;
}

/* LEFT NAVIGATION */

#side-a {
	background: #f1d9ff;
	float: left;
	width: 170px;
	padding: 5px;
}

#side-a p{
	line-height: 50%;
}

#side-a h1, h2, h3 {
	margin-bottom: 1em;
	margin-top: 0;
	text-transform: uppercase;
	font-weight: normal;
	color: #65009d;
}

/* CONTENT */

#content { 
	float: left;
	width: 50%;
	padding: 5px;
	border-right: 10px solid #f1d9ff;
}

#content h1, h2, h3 {
	margin-bottom: 1em;
	margin-top: 0;
	text-transform: uppercase;
	font-weight: normal;
	color: #65009d;
}

#content .note {
	font-style: italic;
	font-size: 1em;
	line-height: 100%;
}


/* ANNOUNCEMENTS */

#side-b {
	float: right;
	width: 200px;
	padding: 5px;
}

#side-b h1, h2, h3 {
	margin-bottom: 1em;
	margin-top: 0;
	text-transform: uppercase;
	font-weight: normal;
	color: #65009d;
}

/* FOOTER */

#footer {
	clear: both;
	background: #f1d9ff;
	border-top: 1px solid #65009d;
}
