body {
	margin : 0px;
	background : #301C0D url('/images/layout/bg.jpg') repeat-x center top;
}

body, td {
	font-size : 10pt;
	color : #E6D7B6;
}

#headerBg {
	background : url('/images/layout/header_bg.jpg') no-repeat center top;
}

#nav {
	text-align : center;
}

#content {
	background : url('/images/layout/content_bg.jpg') repeat-y center;
	height : 100%;
}

#contentFooter {
	background : url('/images/layout/content_footer_bg.jpg') no-repeat  bottom;
	height : 100%;
	width : 970px;
}

#footer {
	text-align : center;
	background : url('/images/layout/footer_bg.jpg') no-repeat center top;
	color : #301C0D;
}

.dessertBg {
	background : url('/images/layout/dessert_bg.jpg') no-repeat bottom left;
}

.dessertPad {
	padding-bottom : 75px;
}

table.content {
	margin-top : 16px;
}

h1 {
	margin : 0px;
	margin-bottom : 5px;
	border-bottom : 1px solid #C5AB75;
	padding-bottom : 5px;
}

img {
	border : none;
}

a {
	color : #331C0D;
}

.menuItem {
	text-transform : uppercase;
	font-weight : bold;
	color : #2B0B04;
	font-size : 8pt;
}

p {
	margin : 0px;
}