/******************************************************************
	DANIELVANWESTEN.COM Stylsheet
	
	LAST UPDATE: 2009/10/09

*/

/******************************************************************
	Main	
*/

html {
	text-align: center;
	background-color: #f1f3f0;
	font: normal 11px Helvetica, Arial, sans-serif;
	color: #252525;
	line-height: 14px;
	border-top: solid 6px #000;
}

#container {
	margin: 0 auto;
	margin-top: 140px;
	width: 800px;
	text-align:left;
}

p {
	margin: 80px 0 0 13px;
}

p a {
	color: #000;
	text-decoration: none;
	padding: 2px;
}

a:focus {
	outline: none;
}

p a:hover {
	background-color: #0fffc5;
}
