
body {
	margin: 0;
	padding: 0;
	font: 18px Georgia, Times, serif;
	color: #101010;
	background: url(../img/body_bg.jpg) top left repeat;
	}
	
img {border: 0;}

	
/********** Links **********/
	
a:link, a:visited {
	color: #101010;
	text-decoration: none;
	}
	
a:hover {
	color: #f90;
	text-decoration: none;
	}
	
#content p.links a:link, #content p.links a:visited {
	font-size: 16px;
	line-height: 20px;
	}
	
#bottom a:link, #bottom a:visited {
	color: #fff;
	text-decoration: none;
	}
	
#bottom a:hover {
	color: #f90;
	text-decoration: none;
	}
	
#bottom dl.newsbite a:link, #bottom dl.newsbite a:visited {
	color: #f90;
	text-decoration: underline;
	}
	
	
/********** Headings **********/

h1 {
	color: #24140c;
	font-size: 22px;
	}

h2 {
	color: #24140c;
	font-size: 18px;
	}

h3 {
	color: #24140c;
	font-size: 14px;
	}


/********** Structure ~ Main Styles **********/
	
#top {
	width: 950px;
	height: 295px;
	margin: 0;
	padding: 0;
	background: url(../img/top_bg.jpg) top right no-repeat;
	}
	
#top img.logo {margin: 10px 0 0 10px;}

p.bio {
	width: 680px;
	padding: 0 0 0 20px;
	color: #fff;
	font-size: 14px;
	}
	
p.xtratext {
	width: 930px;
	float: left;
	}
	
#top #nav {
	margin: 25px 0 0 20px;
	}
	
#top #nav img {padding: 0 45px 0 0;}

#content {
	width: 930px;
	height: 300px;
	margin: 0;
	padding: 0 0 0 20px;
	font-size: 12px;
	}
	
#content img {
	float: left;
	padding: 0;
	margin: 0 20px 20px 0;
	border: 3px solid #24140c;
	width: 100px;
	height: 100px;
	}
	
#content img:hover {border: 3px solid #f90;}

#flickr_badge_wrapper {
	width: 700px;
	display: block;
	}
	
#bottom {
	width: 930px;
	height: 388px;
	margin: 0 0 0 20px;
	line-height: 24px;
	}
	
#bottom .contact {
	float: left;
	width: 335px;
	height: 388px;
	}
	
#bottom .contact p {
	margin: 5px 0 0 0;
	font-size: 16px;
	}
	
#bottom .news {
	float: left;
	width: 595px;
	height: 388px;
	}
	
dl.newsbite {
	margin: 0 0 15px 22px;
	padding: 0;
	color: #fff;
	}
	
dl.newsbite dt {
	font-size: 20px;
	margin: 0;
	}
	
dl.newsbite dd {
	font-size: 16px;
	margin: 0;
	}
	
	
	
	
	
	
	
