* {
     margin: 0;
     padding: 0;
}
body {
     font-family: "Trebuchet MS", Trebuchet, sans-serif;
	background: url(images/coffee/coffee-cup-01.jpg) no-repeat fixed right bottom;
	color: #666;
}
a {
	text-decoration: none;}
p {
	padding: 5px 0;
}
h1 {color:  black;
	margin-left: 2%;
	text-align: center;
	padding-top: 5%;
}
div#container {margin-left: 2%;
	width: 400px;
	background: url(images/coffee/coffee-back.png) repeat-y;
}
div#content {
	width:  300px;
	padding-left: 40px;
}
div#nav {
	display: inline-block;width:  280px;margin-left:  2%;padding-left:  20px;
}
#nav ul {
	
}
#nav li {
	list-style-type: none;display: inline-block;
}
#nav li a {padding: 5px;
	
}
a.current {
	font-weight: bold;
	font-style: italic;
}
div#extra {
	display:  none;
}
div#footer, div#valid {
	text-align: center;padding-top: 10px;
}