body{

	font-family: Helvetica;

}

#page {
	width:900px;
}

#header {
	float:left;
	width:900px;
	height:260px;
	background: url( 'images/header.jpg' ) no-repeat;
}

	#teaser {
		float:left;
		margin:0px 50px 0px 50px;

	}

	#title {
		float:left;
		height:101px;
		width:800px;
		margin:30px 50px 0px 50px;
		background: url( 'images/logo.png' ) no-repeat;
	}

	#navigation {
		float:left;
		margin: 30px 50px 20px 50px;
	}
		
		#navigation ul {
			display: inline;
		}
	
		#navigation li {
			float:left;
			width:100px;
			padding:5px 10px 5px 10px;
			border: black 1px solid;
			background-color: #F4DD2B;
			list-style: none;
			text-align: center;
		}
		
		#navigation a {
			text-decoration: none;
			color:black;
		}
		
		#navigation a:hover {
			text-decoration: underline;
			color:black;
		}
	


#content {
	float:left;
	width:550px;
	padding-left:50px;
}

	#content .post {
		
		border-top:2px solid #084E86;	
		padding-top:10px;
		text-align:justify;
	
	}
	
		.post h2 {
			font-size: 12pt;
			display:inline;
		}
		
		.post h2 a {
			text-decoration: none;
			color:black;
		}

#sidebar {
	padding-left:50px;
	float:left;
	width:250px;

}

	#teaserR {
	}
	
	#sidebar ul {
		margin:0px;
		padding:0px;
	}

	#sidebar li {
		list-style: none;
	}

#footer 
{
	float:left;
	width:800px;
}
