* {
	padding: 0 0 0;
	margin: 0 0 0;
}

body {
	background: black;
}

#wrapper {
	margin: 10px auto;
	width: 900px;
	height: auto;
}

#banner {
	border-top: 1px solid white;
	border-right: 1px solid white;
	border-left: 1px solid white;
	display: block;
	background-image: url(img/banner02.jpg);
	padding: 0 0 0;
	width: 900px;
	height: 334px;
}

#banner ul {
	list-style-type: none;
	padding-left: 170px;
	padding-top: 10px;

}
#banner ul li {
	font: bold 18px arial, Helvetica, sans-serif;
	color: white;
	display: inline;
	float: left;
	padding-left: 10px;
	width: auto;

}
#banner ul li a:link{
	color: white;
	text-decoration: none;
}
#banner ul li a:hover{
	color: silver;
	text-decoration: none;
}
#banner ul li a:visited{
	color: white;
	text-decoration: none;
}
#banner ul li a:active{
	color: yellow;
	text-decoration: none;
}

#container {
	border-right: 1px solid white;
	border-left: 1px solid white;
	border-bottom: 1px solid white;
	display: block;
	background-image: url(img/wood.jpg);
	width: 900px;
	height: auto;
	min-height: 525px;
}

#floatright {
	width: 200;
	height: auto;
	margin: 25px 25px;
	float: right;
}

.bodytext {
	text-align: justify;
	padding: 0 25px;
	display: block;
	font: 1.0em arial, Helvetica, sans-serif;
	color: silver;
}

h2{
	font: 1.5em arial, Helvetica, sans-serif;
	color: white;
	padding: 0 25px;
}

#footer {
	height: 25px;
	width: 900px;
}

#footer p {
	font: 1.0em arial, Helvetica, sans-serif;
	color: white;
	text-align: right;
}

#cafemeny {
	border: 1px white solid;
	margin: 20px 115px;
	width: auto;
	height: auto;
}
	
h1 {
	padding: 0 25px;
	font: bold 1.5em/2 arial, Helvetica, sans-serif;
	color: white;
}

p {
	display: block;
	font: 1.0em arial, Helvetica, sans-serif;
	color: white;
	height: auto;
}


/* LINK COLORS */
a:link {
	color: yellow;
}
a:hover {
	color: orange;
}
a:active {
	color: green;
}
a:visited {
	color: purple;
}