@charset "UTF-8";

@import url("header.css");
@import url("menu.css");
@import url("content.css");

* {
	font-family: Verdana, Arial, Helvetica, Sans-serif;
	font-size:12px;
}

body {
	margin: 0px;
	color: #000000;
	background-color: #ffffff;
}

#legal_links {
	float: right;
	padding: 15px;
	width: 150px;
	height: 30px;
	font-size: 12px;
	font-weight: 700;
	color: #000000;
	text-align: right;
}

#footer {
	background-color: #202020;
	background-image: url(/images/textbox_04.jpg);
	background-repeat: repeat-x;
	height: 45px;
	width: 100%;
	text-align: center;
	font-weight: 900;
	color: #ffffff;
	margin-top: 10px;
	clear: both;
}

#footer a {
	color: #ffffff;
	font-weight: 900;
	text-decoration: none;
	padding: 10px;
	line-height: 40px;
}
