@charset "utf-8";
/* CSS Document */
/* body div contains all page elements and enables page to be centered in browser windows */
#body {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}
#wrapper {
	width: 980px;
	float: left;
	background-repeat: no-repeat;
}
#header {
	float: left;
	height: 125px;
	width: 980px;
}
/* colContainer holds column containers 1 and 2 */
#colContainer {
	float: left;
	width: 978px;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #7067D6;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #7067D6;
	background-color: #FFF;
	overflow: hidden;
}
#mainContent {
	float: left;
	width: 628px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	line-height: 150%;
	padding-right: 50px;
	padding-bottom: 15px;
	padding-left: 50px;
	text-align: left;
	color: #000;
	font-weight: normal;
	background-color: #FFF;
	padding-top: 10px;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #7067D6;
}
/* rightColumn contains the btnHolder divs */
#rightColumn {
	float: left;
	width: 230px;
	padding-left: 15px;
	padding-top: 25px;
}
#displayDiv {
	height: 250px;
	width: 455px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 120%;
	margin-left: 90px;
	text-align: center;
}
.violetText {
	color: #735ce6;
	font-weight: bold;
}
/* ,btnHolder div locates the navigation buttons within the rightColumn */
.btnHolder {
	height: 35px;
	width: 205px;
	margin-bottom: 3px;
}
/* footer div is outside (below) the colContainer div and inside the wrapper div */ 
#footer {
	float: left;
	height: 40px;
	width: 980px;
	text-align: right;
	background-image: url(../images/slice-40px.png);
}
