body {
	margin:0px;
	padding:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
}
/* CSS Document */
div#header {
	background-image:url("background_images/header.jpg");
	width:100%;
	min-height:190px;
	height:190px;
	overflow:visible;
	border-bottom:2px solid #431B18;
	background-position:center top;
	background-repeat:no-repeat;
}

div#footer {
	background-image:url("background_images/footer.gif");
	width:100%;
	height:150px;
	background-position:center 20px;
	background-repeat:no-repeat;
	border-top:1px solid #5F3D3A;
}

div#footer div {
	margin-left:auto;
	margin-right:auto;
	color:#CCCCCC;
	font-size:10px;
}

div#footer div a {
	color:#CCCCCC;
	font-size:10px;
	text-decoration:none;
}

div#menu {
	width:100%;
	height:20px;
	text-align:center;
}

div#menu div {
	margin-top:1px;
	text-align:center;
	width:780px;
	margin-left:auto;
	margin-right:auto;
}
div#menu div a {
	text-decoration:none;
	color:#431B18;
	margin-left:16px;
	margin-right:16px;
}

div#mainContent {
	width:auto;
	min-height:400px;
	background-color:#5F3D3A;
	text-align:center;
/* 	background-image:url("background_images/flared_background.jpg"); */
	background-repeat:repeat-x;
	border:1px solid #5F3D3A;
}

div#mainContent div#theContent {
	border:1px solid #5F3D3A;
	width:780px;
	height:400px;
	margin-left:auto;
	margin-right:auto;
	color:white;
	text-align:left;
	margin-top:0px;
}

div#mainContent div div {
	margin:10px;
	width:auto;
	height:auto;
	background-color:none;
}

div#mainContent div div a {
	color:#D93702;
}

div.fadedBox {
	text-align:center;
	background-color:#431B18;
	position:relative;
	width:470px;
	max-width:470px;
	border:1px solid red;
	left:275px;
	top:210px;
	margin:0px;
	height:150px;
	max-height:150px;
	padding:10px;
	font-size:18px;
	overflow:visible;
	filter:alpha(opacity=70);
	opacity:0.7;
}

div.fadedBox h1 {
	text-align:center;
	font-size:26px;
}

div#mainContent div div h2 {
	text-align:left;
	font-size:18px;
}

#thumbPanel td {
	width:105px;
	height:105px;
	text-align:center;
	cursor:pointer;
}

#thumbPanel td img {
	margin-left:auto;
	margin-right:auto;
}