body {
	font-family: Arial, Tahoma, Verdana;
	background-color: #e6e6e6;
	font-size: 0.8em;
	margin-top: 0;
	margin-left: 0;
}

div.header {
	
	position: absolute;
	top: 50px;
	left: 5%;
	width: 900px;
	height: 75px;
	background-color: white;
}

div.navigation_logo {
	
	float: left;
	display: inline;
	padding-top: 10px;
	padding-left: 10px;
}

div.navigation_item {
	
	float: right;
	display: inline;
	border-left: 1px dotted gray;
	padding-top: 40px;
	padding-right: 40px;
	padding-left: 5px;
}

div.body {
	
	position: absolute;
	margin-top: 125px;
	left: 5%;
	width: 900px;
	height: 375px;
	overflow: auto;
	background-color: white;
}

div.content_left {
	
	display: inline;
	position: relative;
	float: left;
	margin-top: 30px;
	margin-left: 30px;
	background-color: white;
}

div.content_right {
	
	display: inline;
	position: relative;
	float: right;
	width: 490px;
	margin-top: 30px;
	margin-right: 30px;
	background-color: white;
}

div.news_item {
	
	margin-bottom: 30px;
}

span.big {
	
	font-size: 1.4em;
	font-family: Tahoma;
	color: #333333;
}

span.news_header {
	
	font-size: 1.3em;
	margin-bottom: 5px;
	color: #666666;
}
span.news_header_date {
	
	font-size: 0.9em;
	color: maroon;
	font-family: Tahoma;
	border-bottom: 1px dotted gray;
}


div.footer {
	
	position: absolute;
	top: 500px;
	left: 5%;
	width: 900px;
	height: 50px;
	background-color: #b4b44b;
}

div.contact {
	
	padding-top: 10px;
	color: white;
	
}

p {
	line-height: 1.5em;
}

p.header {
	
	font-size: 1.3em;
	font-weight: bold;
}

a {
	color: gray;
	text-decoration: none;
}
a:link {
	color: gray;
}
a:visited {
	color: gray;
}
a:active {
	color: gray;
}
a:hover {
	text-decoration: underline;
}


