body,table,td,th {font-size:100%}
/* --------------------------- Colors -----------------------*/
body {
	background: #ffffff;
	background:url(./images/BG.jpg);
	background-repeat: repeat-y;
}
#page {
	background: #fafafa;
background:transparent;
	border: 0;
}
#header {
	background: transparent;
	color:#cccccc;
	border:0;
}
#content {
	background: #ffffdf;
/*	color:#cccccc; */
	border:3px solid #000000;
}
#mainmenu {
	background: #ffffdf;
	color:#777700;
	border:3px solid #000000;
}
.mainmenu {
	background: #ffffdf;
	color:#777700;
	border:3px solid #000000;
}
div.mainmenu:hover {
	background:#ffff9a;
}
#footer {
	background: #ffffdf;
	color:#cccccc;
	border:1px solid #000000;
}
/* --------------------------- Text -----------------------*/
body {
	text-align: center;
}
#header {
	text-align:left;
	font-size: 2em;
}
#content {
	text-align:center;
}
#footer {
	font-size:0.7em;
}
/* --------------------------- Layout -----------------------*/
html {
	height: 100%;
}
body {
	height: 100%;
	margin:0;
	padding:0;
}
#page {
	top:3%;
	margin:auto;
	position: relative;
	min-height: 94%;
	width:94%;
}

* html #page {
	height: 94%;
	padding-bottom:24px;
}
#header {
	top:10px;
	left:10px;
	height:120px;
	margin-bottom:10px;
}
#sponsor {
	float:right;
}
#mainmenu {
/*	top:0;*/
/*	left:0;*/
clear:left;
	margin-top:0;
	float:left;
	width:120px;
/*	height:100px;*/
	text-align:left;
}
.mainmenu {
/*	top:0;*/
/*	left:0;*/
clear:left;
	margin-top:0;
	margin-bottom:2px;
	float:left;
	width:120px;
/*	height:100px;*/
	text-align:left;
}
#mainmenu li
{
	display: inline;
	list-style-type: none;
	padding-right: 20px;
}
.mainmenu a:link {
	color:#777700;
	text-decoration:none;
	padding-right: 10px;
	font-weight:bold;
	font-size:1.2em;
}
.mainmenu a:visited {
	color:#777700;
	text-decoration:none;
	padding-right: 10px;
	font-weight:bold;
	font-size:1.2em;
}
.mainmenu a:hover {
	color:#777700;
	text-decoration:underline;
	padding-right: 10px;
	font-weight:bold;
	font-size:1.2em;
}
#content {
	top:10px;
/*	left:130px;*/
	margin-left:130px;
	margin-bottom:34px;
}
#footer {
	position: relative;

	height:24px;
	width: 94%;
	margin: auto;
}