@charset "UTF-8";
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:medium;
	color: #FFf0b0;
	margin:0;
	background-color: #38200c;
}
#wrapper {
	margin: 0 auto;
	width: 900px;
	background-image: url(img/catering.gif);
	background-repeat: no-repeat;
	background-position:top right;
}
#news {
	background-color: #47270E;
	padding: 15px 10px 0px 10px;
	border: 1px dashed #7E471A;
}


#content {
	padding-left:80px;
	padding-right:25px;
}
a {
	color: #FFCC00;
}
h1 {
	height: 200px;
	width:500px;
	text-indent: -999em;
	background-image: url(img/toplogo.gif);
}
#footer {
	border-top:dashed 1px #7E471A;
	font-size:small;
	text-align:center;
}
h3 {
	font-weight:normal;
	margin-bottom:1px;
	color:#FFcc00;
}
p {
	margin-top: 2px;
}
ul {
	padding-left:0;
}
li {
	list-style:none;
	padding-left:0;
}

