/******************************
Ben Howard - Online Portfolio 
http://www.benjaminhoward.co.uk
Copyright (c) Steve Arscott 2007
*******************************/
html, body{ 
	margin: 0; 
	padding: 0; 
	font-family: "trebuchet ms", helvetica, sans-serif; 
	font-size: 12px;
	color: #000;
}

#container{ 
	width: 222px; 
	margin: 20px auto 0; 
	background-color: #fff;
	border-bottom: 4px solid #cb0101;
	padding: 10px;
} 
h1,h2,h3{
	color: #000;
}
h3{
	padding-top: 10px;
}
p{
	line-height: 135%;
	font-family: "Lucida Grande", Verdana;
}
.small{
	font-size: 80%;
	margin-top: -5px;
}
.center{
	text-align: center;
}
#footer a:link{
	text-decoration: none;
	color: #cb0101;
}
#footer a:visited{
	color: #cb0101;
	text-decoration: none;
}
#footer a:hover{
	text-decoration: underline;
}
#footer{
	margin: 20px auto 0; 
	background-color: #fff;
	font-size: 80%;
	text-align: center;
}


