@charset "UTF-8";
/* CSS Document */

body {
	margin: 10px 0px 0px 0px;
	padding: 0px;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

#navigation {
		width: 270px;
		float: left;
}

#right {
		width: 730px;
		float: left;
}

#headline {
		width: 400px;
		float: left;
		margin-top: 140px;
		margin-bottom: 20px;
		text-transform: uppercase;
		font-size: 20px;
		padding-bottom: 5px;
		border-bottom: 1px #CCCCCC dotted;
		color: #1C4075;
}

#logo {
		width: 320px;
		float: left;
		margin-right: 10px;
}

div#network {
	border-top: 1px #CCCCCC dotted;
	margin-top: 30px;
	padding-top: 5px;
	font-size: 10px;
	color: #CCCCCC;
	text-decoration: none;
}

div#network a {
	color: #CCCCCC;
	text-decoration: none;
}

.bottom_line {
	padding-bottom: 20px;
	border-bottom: 1px #CCCCCC dotted;
	margin-bottom: 20px;
}