@charset "UTF-8";
body {
	background-image: url(../Images/grillebkgrnd1.jpg);
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-repeat: repeat;
}
#wrapper {
	text-align: left;
	width: 760px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#header {
	margin: 0px;
}
#content {
	margin-top: 0px;
	padding-top: 0px;
	background-color: #000;
	width: 760px;
}
#footer {
	clear: both;
	font-family: "Trebuchet MS", "Trebuchet PS-Regular";
	font-size: 9px;
	text-align: center;
	font-style: italic;
	margin: 0px;
	padding-top: 5px;
	width: 760px;
}
#logo {
	padding-bottom: 0px;
}
#nav {
	height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	background-color: #F23737;
	text-align: center;
}
#nav ul {
	margin: 0px;
	padding: 3px;
}
#nav li {
	display: inline;
	margin-right: 10px;
	margin-left: 10px;
	list-style-type: none;
}
#nav a:hover {
	font-size: 9pt;
	color: #FFFFFF;
	text-decoration: none;
}
#nav a {
	font-size: 9pt;
	color: #000000;
	text-decoration: none;
}
#text {
	width: 760px;
	font-family: "Trebuchet MS", "Trebuchet PS-Regular";
	font-size: small;
	text-align: center;
	float: none;
	padding-top: 15px;
}
#rule {
	height: 10px;
	padding-top: 30px;
}
.style1 {font-size: small}

