/*
Theme Name: Kate Bodenheimer
Theme URI: http://katebodenheimer.com/
Description: 
Version: 1.0
Author: Joe Tannenbaum
Author URI: http://joetannenbaumdesign.com/

*/

* {
	margin:0;
	padding:0;
}
body {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	background:url(images/mainbg.jpg);
	line-height:18px;
	padding-bottom:20px;
}
p {
	margin:10px 0;
}
#header {
	background:url(images/header.jpg) no-repeat right;
	width:770px;
	height:373px;
	position:relative;
	margin:0 auto;
}
#nav {
	position:absolute;
	width:475px;
	height:29px;
	top:345px;
	left:155px;
	text-align:center;
}
#nav ul {
	list-style:none;
}
#nav ul li {
	display:inline;
	border-left:1px solid #000;
}
#nav ul li a {
	padding:0 10px;
	font-size:14px;
	color:#000;
	text-decoration:none;
	text-transform:lowercase;
}
#nav ul li.current_page_item a, #nav ul li a:hover {
	color:#FFF;
}
#content {
	width:475px;
	margin:0 auto;
	padding:15px 133px 10px 142px;
	background:url(images/contentbg.jpg);
	min-height:300px;
}
#footer {
	background:url(images/footer.jpg) no-repeat;
	width:756px;
	height:44px;
	margin:0 auto;
	position:relative;
}
#footer a {
	position:absolute;
	right:0;
	height:44px;
	width:125px;
	text-decoration:none;
}
