body {
	background-color: #E7E8ED;
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	color: #3C2E5F;
}

/* id's */

#content {
	width: 750px;
	border: 1px solid #372953;
	text-align: left;
	margin: 0px auto;
	background-color: #e0e2eb;
}
#header {
	width: 100%;
	border-bottom: 2px white solid;
	background-color: #E0E2EB;
	background-image: url(../images/banner_top_left.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	height: 41px;
	text-align: center;
}
#navigation {
	width: 100%;
	text-align: left;
	background-color: #e0e2eb;
}
#innercontent {
	width: 700px;
	border: 1px solid silver;
	background: #e7e8ed;
	margin: 10px auto;
	text-align: left;
}

/* classes */

.headerright {
	width: 107px;
	height: 41px;
	background-image: url(../images/banner_top_right.jpg);
	float: right;
	border: 0px;
	margin: 0px;
}
.headertwo {
	width: 100%;
	height: 5px;
	background-color: #372953;
	font-size: 1px;
}
.footer {
	font-size: 11px;
}

/* Links */

a:link {
	color: #3C2E5F;
	text-decoration: underline;
	font-weight: bold;
}
a:hover {
	color: #3C2E5F;
	text-decoration: none;
}
a:visited {
	color: #3C2E5F;
	text-decoration: underline;
}