@charset "utf-8";
body {
	background-image: url(../images/mainBG.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	min-height: 100%;
	background-color: #e7e7e7;
}
a {
color: #666666;
text-decoration:none;
}
a:hover {
color: #000000;
text-decoration:none;
}
a:visited {
text-decoration:none;
}
html{
	color: #666666;
	font-family: Arial, Verdana, Sans Serif;
	font-size: 10px;	
	min-height:100%;
}
#LEFTDIV {
	text-align: right;
	vertical-align: top;
	height: 100%;
	width: 125px;
	float: left;
	position: absolute;
	left: 0px;
	top: 0px;
}
#nav{
	position:absolute;
	left:0;
	top:0;
	float: left;
}
#MAINDIV {
	text-align: left;
	width: 916px;
	background-color: #FFFFFF;
	vertical-align: top;
	min-height: 100%;
	position: absolute;
	left: 125px;
	top: 0px;
	padding-left: 10px;
	padding-right: 10px;
	float: left;
}

#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #999999;
	background-color: #FFFFFF;
	float: left;
}
#CONTENT {
	vertical-align: top;
	height: 100%;
	height: auto;
	padding-bottom: 15px;
	height: 100%;
	width: 100%;
	text-align: center;
}

