body{
	font-family: verdana, arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #585859;
	margin: 0px;
	line-height: 14px;
}

a{
	color: #DD5859;
	text-decoration: none;
}

a:hover{
	color: #DD5859;
	text-decoration: underline;
}

a img {margin: 2px 4px 0 1px; border: 1px solid #DD5859};

a:active{
	color: #4F3931;
}

.pagefragment{
	width:625px;
	margin: 0px;
   text-align: left;
}


#bottom {
	/* default */
	position: fixed;
	bottom: 0px;
	width: 100%; 
	height: 28px;
	background-color: white;

	/* IE feature */
	position: expression("absolute");
	top: expression(document.body.clientHeight + document.body.scrollTop - this.offsetHeight);
}
.bottomcopy{
	text-align: left; padding-left: 350px; color: #838383;  width: inherit;
}

.bottomline{
	width: 610px; 
	height: 7px;
	float: left; 
	background-color: #EBEBEC; 
	text-align: right; 
	margin-top: 7px;
}

.menu{
background:url(../img/menu.jpg) no-repeat top;
height:270px;
width:625px;
text-align:left;
}
.menu ul{float:left;list-style:none;margin:0 0 0 10px;padding:0}
.menu ul li{float:left; font-weight:bold;margin:30px 10px 0 0;}
.menu ul li a{color:#afb6bc;}

