#footer {
	width:940px;
	background:#002368 url(../images/layout/footer_bg.gif) repeat-x top left;
  -webkit-border-top-left-radius:5px;
  -webkit-border-top-right-radius:5px;
  -moz-border-radius-topleft:5px;
  -moz-border-radius-topright:5px;
  padding:10px;
  	height:30px;
	clear:both;
	bottom:0;
	}

.footerlinkswrap {
	margin:10px;
margin-bottom:0;
	}
	
.copyright {
	float:right;
	margin-right:2em;
	}

#footer p {
	color:#ffffff;
	}

.footerlinks {
	float:left;
	margin-right:2em;
	}
	
.footerlinks a:link, .footerlinks a:visited  {	
	color:#ffffff;
	text-decoration:none;
	}

.footerlinks a:hover, .footerlinks a:active {
	color:#666666;
	text-decoration:none;
	}
	
.first {
	margin-left:2em;
	}