* {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
body {
	background-image: url(images/back.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	background-attachment: fixed;
}
.clearboth {
	clear: both;
}
#wrapper {
	margin: 0 auto;
	height: auto;
	width: 750px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #E58DE3;
	border-bottom-color: #E58DE3;
	border-left-color: #E58DE3;
	background-color: #FFFFFF;
}
#header {
}
#nav {
	background-image: url(images/nav.jpg);
	background-repeat: repeat-x;
	background-color: #DE7AD4;
}
#nav ul {
}
#nav ul li {
	float: left;
	list-style-type: none;
}

#nav ul li a {
	float: left;
	list-style-type: none;
	text-align: center;
	font-weight: bold;
	color: #B21D1F;
	height: 23px;
	padding-right: 11px;
	padding-left: 11px;
	text-decoration: none;
	padding-bottom: 0px;
	padding-top: 7px;
	background-position: left top;
}
#nav ul li a:hover {
	background-color: #FFFFFF;
	background-image: url(images/navhov.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
#content {
	padding: 10px;
}
#content .imgflright {
	float: right;
}
#content .imgflleft {
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
}


#content h1 {
	font-size: 24px;
}
#content h2 {
	font-size: 18px;
}

#content table {
	border: 1px solid #CCCCCC;
	margin-top: 10px;
	clear: both;
}
#content table td.tabdiv {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}

#content table td {
	padding: 10px;
	vertical-align: top;
}
#content table .centre {
	text-align: center;
}
table#photos td, table#photos tr, table#photos{
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	font-size: 18px;
	border: 1px solid #CCCCCC;
	border-collapse:collapse;
}


#footer {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E58DE3;
	padding-top: 25px;
	padding-bottom: 25px;
	margin-top: 15px;
}
#footer p {
	font-size: 12px;
	color: #E58DE3;
	text-align: center;
}
table#foodp td, table#foodp tr, table#foodp {
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	font-size: 14px;
	border: 1px solid #CCCCCC;
	border-collapse:collapse;
}
