html, body, #contents {
	min-height: 100%;
	width: 100%;
	height: 100%;
	background-image: url(../images/BackGround.gif);
	color: #000000;
}

/*
 * The "height" above is a hack for IE5+/Win.  Below we adjust
 * it using the child selector to hide from IE5+/Win
 */

html>body, html>body #contents {
	height: auto;
}


html>body #menu a{ /*Non IE rule*/
width: auto;
}

/*
 * Without this, Moz1.0 adds a vertical scrollbar
 */

body {
	margin: 0;
	font-family: Arial, sans-serif;
	color: #4A3C8C;
}

#contents {
	position: absolute;
	top: 0%;
	left: 50%;
	width: 750px;
	margin-left: -375px;
}

#header {
	padding: .5em;
	position: relative;
}

#menu{
	width: 750px;
	left: 50%;
	position: relative;
	margin-left: -375px;
	text-align: center;
	vertical-align: middle;
}

#menu a{
	font: bold 16px Verdana;
	padding: 2px 2px 2px 4px;
	color: #4A3C8C;
	text-decoration: none;
	border: 1px none black;
	margin-right: 10px;
	margin-left: 10px;
}

#menu a:hover{
	color: #4A3C8C;
	background-color: #EBECED;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
}

#body {
	margin-bottom: 5em;
	height: auto;
	padding: 10px;
	background-color: #EBECED;
	background-image: none;
	color: #4A3C8C;
}

#bodycontainer {
	margin-bottom: 5em;
	height: auto;
	padding: 0em;
	background-color: #EBECED;
	background-image: none;
}

#footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
	padding: 5;
	font-size: 10px;
}






                    
                    