body {
	background : #A7561F url(/images/layout/wood_bg.jpg) top center;
	margin : 0px;
}

body, td {
	font-size : 10pt;
	font-family : georgia, times new roman, times, serif;
	color : #3D210B;
}

.grassBackground {
	background : url(/images/layout/grass_bg.gif) repeat-x bottom center;
}

.textureBackground {
	background : url(/images/layout/texture_bg.jpg) repeat-y top center;
}

#nav {
	background : url(/images/layout/nav_bg.jpg) no-repeat top center;
	height : 114px;
}

#footer {
	background : url(/images/layout/grass_texture_bg.gif) no-repeat top center;
	height : 50px;
	text-align : center;
}

#footer div {
	padding : 2px;
	margin : 20px 50px 0px 50px;
	text-align : center;
	background : #E5EFD3;
	font-size : 8pt;
}

#footer a {
	color : #3D210B;
}

img {
	border : none;
}

#content {
	background : url(/images/layout/light_bg.jpg) repeat-y top center;
	margin : 0px 50px;
	padding : 20px;
	padding-top : 5px;
}

.subMenu {
	visibility : hidden;
	position : absolute;
	width : 180px;
}

h1 {
	margin : 0px;
	margin-bottom : 10px;
	font-size : 16pt;
	font-family : tahoma, arial, helvetica, sans-serif;
}

h2 {
	margin : 0px;
	margin-bottom : 5px;
	font-size : 12pt;
		font-family : tahoma, arial, helvetica, sans-serif;
}

h3 {
	margin : 0px;
	margin-bottom : 5px;
	font-size : 11pt;
	font-family : tahoma, arial, helvetica, sans-serif;
}

.thumbs a {
	margin : 5px;
	display : block;
	float : left;
	height : 75px;
}