body {
	background-color: #BFBDBE;
	background-image: url('/images/background.jpg');
	background-repeat: repeat-y;
	background-position: top center;
	text-align: center;
}


#wrapper {
	width: 800px;
	margin: 0 auto;
	text-align: center;
}

	#logo {
		background-image: url('/images/logo.jpg');
		height: 147px;
		width: 247px;
		text-indent: -9000px;
		float: left;
		margin-left: -15px;
	}

#content {
	width: 350px;
	text-align: left;
	margin: 40px auto;
	line-height: 1.4em;
	padding-top: 10px;
	clear: both;
	overflow: auto;
}

#menu {
	padding: 0;
	position: absolute;
	top: 50px;
	left: 50%;
	list-style-type: none;
	width: 606px;
	margin-left: -180px;
}
	#menu li {
		display: inline;
		margin: 0;
		padding: 0;
		text-align: bottom;
	}
	#menu li a {
		display: block;
		background-image: url('/images/menubg.jpg');
		width: 141px;
		height: 20px;
		float: right;
		padding-top: 34px;
		padding-right: 10px;
		line-height: 20px;
		font-size: 10px;
		font-family: verdana;
		text-align: right;
		margin-left: -20px;
		background-repeat: no-repeat;
		overflow: hidden;
		text-decoration: none;
	}
	
	#menu li a.selected {
		color: #eee;
	}
	
	#menu li a:hover {
		color: #fff;
	}

#menu li.unselected a {
	color: #333;
}

h1, h2, h3, h4 {
	font-family: lucida fax, georgia;
	font-weight: normal;
	line-height: 1.2;
}

#menu li.selected a {
	color: #fff;
}

#byline {
	border-top: 1px #999 solid;
}

#byline a {
	float: right;
	display: block;
	border: 0;
	text-decoration: none;
	background-image: url('/images/standout.jpg');
	width: 85px;
	height: 26px;
	overflow: hidden;
	text-indent: -9000px;
}

a.edit, a.delete {
    background: green;
    color: #fff;
    padding: 2px 4px;
    text-decoration: none;
    border: 1px #333 solid;
    font-size: 10px;
}

 a.delete {
    background: #900;
 }