body {
	margin: 0;
	padding: 0;
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	background-color: #eeeeee;
}

#wrapper {
	width: 760px;
	position: relative;
	text-align: left;
	margin-top: 40px;
	margin-right: auto;
	margin-left: auto;
	border-bottom: 2px solid #33338b;
	background-image: url(side.jpg);
	background-repeat: no-repeat;
	background-color: #ffffff;
}

#header {
	height:120px;
	position:relative;
	border-bottom: 2px solid #eeeeee;
	background-image: url(header.jpg);
	background-repeat: repeat-y;
	background-position: right;
}
#header h1 { /*title*/
	font-weight:normal;
	color: #ffffff;
	font-size: 1.6em;
	position:absolute;
	top: 40px;
	right: 12px;
}
#header h2 { /*title subtext*/
	font-weight:normal;
	color: #ffffff;
	font-size: 0.8em;
	position:absolute;
	top: 80px;
	right: 12px;
}
#header h2 a:link, #header h2 a:visited  { 
	color: #ffffff;
	text-decoration: none;
}
#header h2 a:hover { 
	color: #00d0ff;
	text-decoration: underline;
}

#content {
	margin-left: 170px;
	margin-right: 10px;
}
#content p { /*main body*/
	font-size: 0.8em;
	line-height: 1.6em;
	margin-left: 1.2em;
	margin-top: 1em;
	margin-bottom: 0.2em;
}
#content h3 { /*body heading*/
	font-size: 1em;
	color: #33338b;
	margin-top: 0.4em;
	margin-bottom: -0.6em;
}
#content h4 { /*body sub-heading*/
	font-size: 0.8em;
	color: #33338b;
	margin-left: 0.4em;
	margin-bottom: -0.6em;
}
#content a:link, a:visited  { 
	color: #0000ff;
	text-decoration: underline;
}
#content a:hover { 
	color: #00d0ff;
	text-decoration: underline;
}

#navigation { 
	position: absolute;
	width: 160px;
	top: 120px;
	font-size:0.8em;
}
#navigation ul { 
	list-style: none;
	margin: 0;
	padding: 0.2em; 
	text-decoration: none;
	line-height: 1.6em;
}
#navigation li a:link, #navigation li a:visited  { 
	display: block;
	padding: 0.2em;
	color: #33338b;
	text-decoration: none;
	border-bottom: 2px solid #ffffff;
}
#navigation li a:hover { 
	background-color: #33338b;
	color: #ffffff;
}

/* makes whole box link, not just text */
* html #navigation li a {
	width: 96%;
}

#footer {
	font-size:0.6em;
	padding-top: 1em;
	text-align:right;
	color: #33338b;
	background-color: transparent;
}

hr { color:#33338b; width:100%; }

