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

body, td {
	font-size : 10pt;
	color : #EEE0C1;
	font-family : tahoma, helvetica, sans-serif;
}

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

#nav {
	text-align : center;
}

#content {
	width : 970px;
	border : 2px solid #553020;
	background : #8D7A58;
	margin-top : 20px;
	padding-top : 10px;
	-moz-box-shadow : inset 0 0 20px #685A41;
	-webkit-box-shadow : inset 0 0 20px #685A41;
	box-shadow : inset 0 0 20px #685A41;
}

#innerContent {
	border : 1px solid #574E3F;
	margin : 10px 28px 28px 28px;
	background : #3C2313 url('/images/layout/dessert_bg.jpg') no-repeat bottom left;
	padding : 0 17px 20px 17px;
	-moz-box-shadow : inset 0 0 30px #2D190C;
	-webkit-box-shadow : inset 0 0 30px #2D190C;
	box-shadow : inset 0 0 30px #2D190C;
	text-align : left;
}

#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;
}

#logos a {
	padding : 0px 10px;
}

#logos {
	font-size : 10px;
	margin-bottom : 10px;
}

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

h1 {
	margin : 0px;
	margin-bottom : 5px;
	border-bottom : 1px solid #C5AB75;
	padding-bottom : 5px;
	font-family: franklin-gothic-urw, helvetica, sans-serif;
	text-transform : uppercase;
	color : #8D7A58;
	font-size : 20px;
}

img {
	border : none;
}

a {
	color : #93663F;
}

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

p {
	margin : 0px;
}
