@charset "utf-8";
/* CSS Document */
/* -------------------------------- */
/* Layout			*/ 
/* -------------------------------- */

body  {
	margin: 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #ffffff;
	background-image: url(img/main_bg.gif);
}

#footmenu {
	padding-left: 25px;
	width: 350px;
	float: left;
	height:30px;
}

#copyright {
	float: right;
	height:30px;
}



.sm {
	font-size: 9px;
	font-family: Arial, Verdana, Arial, SunSans-Regular, Sans-Serif;
	color:#ffffff;
	text-align: right;
	line-height: 20px;
}


	#footmenu  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	line-height: 20px;
	text-decoration: none;
}
	#footmenu a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	line-height: 20px;
	text-decoration: none;
}

	#footmenu a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
text-decoration: underline;
}