body {
	background-image: URL(../images/background.jpg);
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	background-repeat: repeat;
	background-color: #98838e;
	font-family: Arial, Helvetica, sans-serif;
}

div.outercontainer {
}

div.container {
	background: #A81982;
	width: 760px;
	padding: 4px;
}

div.mainwrapper {
	width: 100%;
	background-color: #ffffff;
}

.topwrapper {
}

.contentwrapper {
}

div.logo {
	float: left;
	padding-left: 10px;
}

div.topright {
	padding-top: 10px;
	padding-right: 5px;
	color: #A81982;
	font-weight: bold;
	font-size: smaller;
	line-height: 120%;
}

div.navwrapper {
	padding-left: 20px;
	padding-right: 20px;
	font-size: smaller;
	font-weight: bold;
}

div.nav {
	display: block;
	float: right;
	width: 100px;
	height: 25px;
	background-color: #ffffff;
	margin-right: 2px;
}
div.nav a {
	display: block;
	width: 100%;
	height: 100%;
	background-color: #A81982;
	color: #ffffff;
	text-decoration: none;
	padding-top: 5px;
}

div.nav a:hover {
	background-color: #990066;
	display: block;
	width: 100%;
	height: 100%;
	color: #ffffff;
	text-decoration: none;
}

.clearboth {
	clear: both;
}

td.spacer {
	border-bottom: 5px solid #A81982;
}

div.leftbox {
	background-color: #ECCEE4;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
	margin-right: 5px;
	padding: 5px;
}

div.rightbox {
	background-color: #ECCEE4;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	margin-right: 10px;
	padding: 5px;
}

div.smallbox {
	background-color: #ECCEE4;
	margin-top: 5px;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-right: 10px;
	padding: 5px;
}

div.bottombox {
	background-color: #ECCEE4;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
	margin-right: 10px;
	padding: 5px;
}

div.contentbox {
	width: 100%;
	height: 100%;
	background-color: #ffffff;
}

div.content {
	padding: 10px;
	font-size: smaller;
}

div.mainbox {
	background-color: #ECCEE4;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
	padding: 5px;
}