* {
	font-family: Arial;
}

body {
	padding: 0px;
	margin: 0px;
	background-color: #fff;
}

#header {
	width: 700px;
	height: 29px;
	background: url('images/top_bg.gif');
}


#title {
	font-family: Arial;
	font-size: 16px;
	color: #fff;
	font-weight: normal;
	text-transform: lowercase;
	height: 29px;
	text-align: right;
	margin-right: 7px;
}

#links {
	padding: 10px;
}

#links a {
	font-size: 12px;
	color: #d84e14;
	display: block;
}

#links_header {
	background-color: #d2460b;
	color: #fff;
	font-size: 12px;
	text-align: left;
	font-weight: bold;
	margin: 0px;	
	padding: 5px;
}

#content {
	font-size: 12px;
	color: #333;
	padding: 5px;
}


#content h1 {
	font-size: 20px;
	font-weight: normal;
	color: #d84e14;
}

#footer {
	font-size: 12px;
	color: #fff;
	height: 17px;
	background: url('images/bottom_bg.gif');

}
