@charset "utf-8";
a.class1:hover {
	color: #ecd851;
}
a.class2:hover {
	color: #76cd5b;
}
a.class3:hover {
	color: #98d0e0;
}
a.class4:hover {
	color: #cd5bab;
}
a.class5:hover {
	color: #a665e8;
}
a.class6:hover {
	color: #cd5b5b;
}
a:link {
	COLOR: #ACACAC;
	text-decoration:none
}
a:visited {
	COLOR: #ACACAC;
	text-decoration:none
}
a:hover {
	COLOR: #98d0e0;
	text-decoration:none
}
a:active {
	COLOR: #ACACAC;
}
BODY {
	background-color: #e5e5e5;
}

#maincontainer {
	height: 590px;
	width: 800px;
	margin-top: 75px;
}
#tborder {
	background-image: url(images/header.png);
	height: 5px;
}
#menu {
	height: 36px;
	background-repeat: no-repeat;
	padding-top: 3px;
	width: 800px;
	position: relative;
	background-color: #FFFFFF;
	text-align:right;

}
#logo {
	width: 199px;
	height: 35px;
	position: relative;
	float: left;
	top: -3px;
	left: 10px;
}
#text {
	float: right;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #ACACAC;
	font-size: 13px;
	font-weight: lighter;
	position: relative;
	top: 7px;
	right: 10px;
}

#content {
	width: 800px;
	height: 533px;
	background-color: #FFFFFF;
	position: relative;
}

#header {
	height: 41px;
	width: 800px;
}

#footer {
	height: 16px;
	width: 800px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ACACAC;
	background-image: url(images/footer.png);
	position: relative;
}



#leftfooter {
	text-align: left;
	margin-left: 10px;
	float: left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ACACAC;
}


#rightfooter {
	text-align: right;
	float: right;
	margin-right: 10px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ACACAC;
}
