body {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-decoration: none;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#header {
	margin: auto;
	padding: 0px;
	width: 780px;
	background-color: #FFFFFF;
	height: 102px;
	background-image: url(Pictures/yellow.jpg);
}
#navbar {
	width: 780px;
	text-decoration: none;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-top-color: #0DB0C2;
	border-right-color: #0DB0C2;
	border-bottom-color: #0DB0C2;
	border-left-color: #0DB0C2;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFCC33;
	border-top-width: thin;
	border-top-style: solid;
}
#navbar2 {
	width: 780px;
	text-decoration: none;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-top-color: #0DB0C2;
	border-right-color: #0DB0C2;
	border-bottom-color: #0DB0C2;
	border-left-color: #0DB0C2;
	margin-right: auto;
	margin-left: auto;
	background-color: #0DB0C2;
	border-top-width: thin;
	border-top-style: solid;
}
#content {
	text-align: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFF;
	left: auto;
	right: auto;
	width: 780px;
	font-size: 12px;
	font-family: Verdana, Geneva, sans-serif;
}
#text {
	text-align: right;
	margin: 0px;
	padding: 0px;
	width: 50%;
	float: right;
}
#footer {
	text-align: center;
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	font-size: medium;
	border-top-width: thick;
	border-bottom-width: thick;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #0DB0C2;
	border-right-color: #0DB0C2;
	border-bottom-color: #0DB0C2;
	border-left-color: #0DB0C2;
}
#news {
	width: 50%;
	float: right;
	border: thin solid #0DB0C2;
}
.headline2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #009900;
	font-weight: bold;
}
.img_right {
	float: right;
	padding-bottom: 10px;
	padding-top: 10px;
}
.img_left {
	float: left;
}
