/*
	Author Name	: 	Mark Graham
	Author Site	: 	http://epsilon.blogs.tbomonline.com
	Style Name	: 	SPIRIT
	Style URI	:	http://ceeps.blogs.tbomonline.com/2006/08/31/spirit/
	Version		: 	0.9.1
	Comments	: 	Just a simple modification to the default K2 theme.
*/

body {
	background:white;
}

#page {
	padding-top:0;
	border:0;
	background:transparent;
	width:100%;
	text-align:center;
	background: white url('images/header.png') repeat-x top left;
}

#header {
	background:transparent;
	text-align:right;
}

.content {
	text-align:left;
	margin:0px auto 0px auto;
	width:780px;
}

h1 {
	padding-top:45px;
}

ul.menu {
	text-align:left;
	width:90%;
}

#footer {
	height:100px;
	background: url('images/footer.png') no-repeat bottom right;
}

ul.menu li.current_page_item a,
ul.menu li.current_page_item a:hover {
	background: #f2f2f2;
}



