body {
	font-family: Helvetica;
	background-color: #efefef;
	margin-left:50%;
}
.container {
	width: 550px;
	margin-left: -275px;
	margin-top:20px;
}
.round{
	border: 1px solid #dcdcdc;
	border-radius:10px;
	background-color: #ffffff;
}
.header {
	margin-left: 20px;
	margin-top:20px;
}
.title {
font-family: Lucida Bright;
font-size: 40px;
font-weight: bold;
text-shadow: rgba(64, 64, 64, 0.496094) 1px 1px 5px;
margin-left: 18px;
}
.subtitle {
color: rgb(102, 102, 102);
font-size: 16px;
font-weight: bold;
margin-left: 20px;
}
.content {
margin-left: 40px;
}
.news_link {
margin-top:10px;
margin-right:10px;
font-size:14px;
font-weight:bold;
}

ul {
font-size: 14px;
font-family: Helvetica;
}
li {
margin-bottom:5px;
}

h1 {
	font-size: 16px;
	font-weight: bold;
	margin-left: 10px;
	margin-top: 20px;
}
.images{
	margin-left: 25px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.contact{
	font-size: 14px;
	margin-left: 25px;
	margin-top: 10px;
	margin-bottom: 20px;
}
.footer {
	font-size: 12px;
	margin-top: 20px;
	text-align: center;
}
.footer_text {
	margin-top: 20px;
	margin-bottom: 20px;

}




