html,
body
{
	background: url(../images/background.jpg) repeat-x;
	background-color: #393913;
	color: #000;
	font: 85%/1.5em verdana,arial,helvetica,sans-serif;
	padding: 0px;
	margin: 0px;
	height: 100%;
	min-height: 100%;
	_height: 100%;
}
img
{
	border: none;
}
td
{
	vertical-align: top;
	text-align: left;
}
#mainTable
{
	position: relative;
   background-color: #cfc298;
   margin: 0px auto;
	width: 780px;
	height: 100%;
	min-height: 100%;
	_height: 100%;
}
.shadowLeft
{
	background: url(../images/shadow_leftBack.jpg) repeat-y;
	color: #000;
	width: 10px;
}
.shadowRight
{
	background: url(../images/shadow_rightBack.jpg) repeat-y;
	color: #000;
	width: 10px;
}
#bodyContent
{
   background: url(../images/page_back.jpg) no-repeat;
	background-color: #f1eee3;
	color: #726D5D;
	width: 760px;
}
#wrapper
{
	position: relative;
}
#navigation
{
	position: relative;
   background-color: #cfc298;
   color: #000;
   font-size: 10px;
   border-bottom: 1px #000 solid;
   height: 19px;
	vertical-align: center;
   text-align: center;
}
#content
{
	position: relative;
   margin: 25px;
}
#bottomRow
{
	position: fixed;
   bottom: 0px;
   background-color: #cfc298;
   color: #000;
   font-size: 10px;
   border-top: 1px #000 solid;
   width: 760px;
	vertical-align: center;
   text-align: center;
}