* {
	font-family: Arial;
}

body {
	padding: 0px;
	margin: 0px;
	background-color: #fff;
}

#header {
	width: 700px;
	height: 240px;
	background: url('images/header.gif');
}

#logo {

	padding-top: 60px;
	padding-left: 18px;

}

#title {
	font-family: Verdana;
	font-size: 24px;
	color: #555353;
	font-weight: normal;
	text-align: left;
}

#slogan {
	
	padding-left: 21px;

}

#slogantext {
	font-family: tahoma;
	font-size: 13px;
	color: #555353;
	text-align: left;

}

#latest_article {
	font-size: 21px;
	color: #000;
	height: 21px;
	background: url('images/latest_article.gif');
}


#linkswraper{
	
}

#links {
	padding-left: 20px;
}

#links a {
	font-size: 12px;
	color: #555353;
	display: block;
}

#links_header {
	color: #000;
	font-size: 12px;
	text-align: center;
	font-weight: bold;
	background: url('images/links.gif');
	margin: 0px;
	height: 21px;
	margin-bottom: 7px;
	
}

#content {
	font-size: 12px;
	color: #333;
	padding: 5px;
	padding-top: 0px;
}

#content h1 {
	font-size: 20px;
	font-weight: normal;
	color: #555353;
}

#footer {
    font-family: verdana;
	font-size: 10px;
	color: #B6B6B6;
	background: url('images/footer.gif');
	height: 21px;
	padding-right: 5px;
	
}

#footer a {
	font-size: 12px; 
	color: #fff;
}