body {
	margin : 0px;
	background : #6D4F3A url('/images/layout/bg.gif');
	text-align : center;
}

body, td {
	font-size : 9pt;
	font-family : georgia, times new roman, times, sans-serif;
	color : #EEE0C1;
	line-height : 15pt;
}


#container {
	height : 100%;
	width : 970px;
	background : url('/images/layout/red_bg.gif') repeat-y;
}

#bottomTeaser {
	height : 256px;
	width : 970px;
	background : url('/images/layout/bottom_teaser_bg.gif') no-repeat;
	position : relative;
}

#content {
	width : 970px;
	background : url('/images/layout/inner_red_bg.gif') repeat-y;
}

#nav {
	margin : 0px;
	padding : 0px;
	margin-bottom : 8px;
}

#nav li {
	list-style : none;
	display : inline;
	margin : 0px;
	padding : 0px;
}

img {
	border : none;
}

h1 {
	margin : 0px;
}

a {
	color : #EEE0C1;
}

#footer {
	margin : 5px 0px;
	font-size : 8pt;
}

#footer a {
	color : #EEE0C1;
}

.paddedContent {
	padding-right : 20px;
}

.menuItem {
	text-transform : uppercase;
	font-weight : normal;
}