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

a:link {
   	font-family: Arial, Verdana;
	font-size: 11px;
	color:#7e934e;
	text-decoration:none;
}

a:visited {
   	font-family: Arial, Verdana;
	font-size: 11px;
	color:#7e934e;
    text-decoration:none;
}

a:active {
   	font-family: Arial, Verdana;
	font-size: 11px;
	color:#7e934e;
	text-decoration:underline;
}

a:hover {
   	font-family: Arial, Verdana;
	font-size: 11px;
	color:#50632f;
	text-decoration:underline;

}

#footer_bg{
	width:949px;
	height:68px;
	background:url(images/footer-bg.jpg);
	margin:auto;
}

#atomic_logo{
	width:122px;
	height:39px;
	float:left;
	margin-top:25px;
	margin-left:30px;
}

#atomic_text{
	width:100px;
	height:39px;
	margin-top:25px;
	margin-left:3px;
	float:left;
}

#links{
	width:550px;
	height:20px;
	margin-top:39px;
	margin-right:125px;
	float:right;
}