body{
	background-color: grey;
	font-family : helvetica,arial,sans-serif;
}
a { color : #000; }

a:hover { text-decoration : underline; color : #686868;}


#main-container {

	text-align: center;

	width : 645px;
	margin : 10px auto 0;
	padding-left: 20px;
	padding-right: 20px;

	background-color : white;

}

#header-container{
	padding-top: 15px;
}

#header-container .logo{
	text-align: left;
	float: left;
}

#header-container .date{
	float: right;
	position: relative;
	top:88px;
	text-align: right; 
	font-weight: bold;
}
#header-container .title{
	height: 110px;
	border-bottom : 5px solid black;
	vertical-align:text-bottom;
	padding-bottom: 10px;
}

#header-container .subtitle{
	text-align: left;
	padding-top: 12px;
	padding-bottom: 14px;
}


#body-container { 
	text-align: left;
}

#line-horizontal { margin-bottom: 0px; border-top : 1px solid #000; padding: 0; padding-bottom : 10;}

#newsentry{
	padding-left: 225px;
	padding-bottom: 30px;
	line-height: 1.3;
}
#newstext_with_image{
	padding-left: 225px;
	padding-bottom: 30px;
	line-height: 1.3;
}

#newsentry h3{
	line-height: 1.3;
}

#newstext_with_image h3{
	line-height: 1.3;
}


#news-pic {
	float: left;
	padding-right: 10px;
	padding-top: 5px;
	color : #868889;
	font : 75% helvetica,arial,sans-serif;
	width: 212px;
}
#news-pic img{
	width: 212px;
	border: 0px;
}

img {
	border: 0px;
}
#footer {
	padding-top: 14px;
	background-color: white;
	height: 95px;
	text-align: left;
	font : 75% helvetica,arial,sans-serif;
}

#footer .logo{
	float: left;
}
#footer .info{
	float: left;
	padding-left: 25px;
}
