* {
    margin: 0;
    padding: 0;
}

html {
	height: 100%;
}

body {
	height: 100%;
	background: #412052;
	background-image: url(../images/background/background.gif);
	background-repeat: repeat;
	text-align: center;
	color: #333;
	font: 13px Verdana, sans-serif;
}

#Wrapper {
	width: 746px;
	position: relative;
	min-height: 100%;
	background-image: url(../images/background/contentbg.gif);
	background-repeat: repeat;
	margin: 0 auto;
}

* html #Wrapper {
	height: 100%;
}

#Header {

}

#Menu {

}

#Content {
	margin-left: 45px;
	margin-right: 45px;
	text-align: left;
}

#TopSpace {
	height: 10px;
	clear: both;
}

#BottomSpace {
	height: 180px;
	clear: both;
}

#Footer
{
	position: relative;
	text-align: center;
	margin-top: -180px;
	height: 180px;
}

#FooterText {
	height: 180px;
}

#FooterText p {
	margin-bottom: .5em;
	color: #777;
	font: 11px Verdana, sans-serif;
}

#FooterImage {
	height: 75px;
}

a {
	text-decoration: underline;
	font-weight: normal;
	color: #4B8BAA;
}

a:visited {
	color: #4B8BAA;
}

a:hover {
	color: #87744F;
}

a:visited:hover {
	color: #87744F;
}

a:active {
	color: #9BC2B9;
}

img
{
	border: 0 none transparent;
}

#Content p {
	line-height: 2em;
	margin-bottom: 2em;
}

ul {
	margin-left: 40px;
	margin-right: 40px;
	margin-bottom: 1.5em;
}

li {
	margin-bottom: .3em;
}

.indent {
	margin-left: 40px;
	margin-right: 40px;
}

.smalltext {
	color: #777;
	font-size: 11px;
}

.purple {
	color: #412052;
    font-weight: bold;
}

.gold {
	color: #97824D;
    font-weight: bold;
}

#results p {
	line-height: 1.5em;
}