html {font-size: 100%;}
html, button, input, select, textarea { 
	font-family: Arial, sans-serif;
	 color: #000;
 }
body {
	background-color: #7d2131;
	background-repeat:no-repeat;
	background-image: url('header.gif'); 
	margin: 0; 
	font-size: 1em; 
	line-height: 1.4;
}
a {color: #b7b7b7;}
a:visited {color: #000;}
a:hover {color: #5161b4;}
a:focus {
	outline: thin dotted;
	outline: none;
}
a:hover, a:active {color: #52a204}

#content_area {
	padding: 25px;
	background-color: #fff;
	width: 900px;
	height: 100%;
	margin-top: 180px;
	margin-left: 50px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}

#footer_left {
	padding: 30px;
	margin-left: 50px;
	font-size: .8em;
	color: #fff;
	float: left;
}
#footer_right {
	padding-right: 10px;
	float: right;
}
