p {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #222;
	line-height: 130%;
}

h2 {
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #333;
	font-weight: bold;
	letter-spacing: -1px;
}

h3, h3 a {
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #0b0;
	font-weight: normal;
	letter-spacing: -1px; 
	text-decoration: none;
}

h3 a:hover {
	text-decoration: underline;
}

a {
	color: #0b0;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#container {
	position: absolute;
	width: 800px;
	display: block;
	left: 50%;
	margin-left: -400px;
	padding-bottom: 100px;
}

#header {
	height: 200px;
	margin-bottom: 85px;
	
	background-image: url('../img/header.jpg');
	background-repeat: no-repeat;
	background-position: 0px 15px;
	
	padding-top: 100px;
	padding-left: 20px;
	padding-right: 30px;
	
	border-bottom: 3px double #ddd;
}

	#header p {
		margin: 0px;
		margin-bottom: 20px;
	}

div.entry {
	margin-top: -80px;
}

div.left {
	display: block;
	float: left;
}

div.right {
	display: block;
	float: right;
}

div.img {
	width: 400px;
	height: 400px;
}

div.text {
	margin-top: 20px;
}
	
	div.text.right {
		margin-left: 35px;
		width: 365px;
	}
	
	div.text.left {
		margin-left: 20px;
		width: 380px;
	}

div.cleanup {
	display: block;
	clear: both;
	width: 800px;
	height: 1px;
}