@charset "utf-8";
/* CSS Document */

body{
	background-image:url(../images/main_bg.jpg);
	background-position:top;
	background-repeat:repeat-x;
	margin:0;
	padding:0;
	font-family:"Trebuchet MS";
}
#eContainer{
	width:1000px;
	margin:0 auto;
}
#eContent{
	margin:20px;
}
#eFootPage{
	margin:10px 5px;
	font-size:11px;
	color:#999999;
}
#eFootPageLeft{
	float:left;
}
#eFootPageLeft a{
	color:#999999;
	text-decoration:none;
}
#eFootPageLeft a:hover{
	text-decoration:underline;
	bottom:1px;
	position:relative;
}
#eFootPageRight{
	float:right;
}
.a1:link {
color:#999;
font-family:Verdana, Geneva, sans-serif;
font-size:9px;
}
.a1:visited {
color: #999;
font-family:Verdana, Geneva, sans-serif;
font-size:9px;
}
.a1:hover {
color: #999;
font-family:Verdana, Geneva, sans-serif;
font-size:9px;
}
.a1:active {
color: #999;
font-family:Verdana, Geneva, sans-serif;
font-size:9px;
}

