body
{
	background-color: #705b4a;
	margin-top: 0px;
	font-family: Verdana;
	font-size: 11px;
}

img
{
	border: none;
}

#divFrame
{
	margin-left: auto;
	margin-right: auto;
	width: 932px;
}
.tdSide
{
	background-color: #9c7e66;
	width: 15px;
}
.tdMid
{
	width: 902px;
}

#tdLogo
{
	width: 515px;
	height: 247px;
	background-image: url(images/logo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#tdLogoLeft
{
	width: 105px;
}

#tdLogoLeftTop
{
	height: 180px;
	background-color: #672201;
}

#tdLogoRight
{
	width: 283px;
}

#tdLogoRightTop
{
	height: 180px;
	background-color: #672201;
}
#tdLogoLeftBot
{
	background-color: #280000;
	height: 67px;
}
#tdLogoRightBot
{
	background-color: #280000;
	height: 67px;
}

#tdContent
{
	padding: 0 5px;
	background-color: #744726;
	zheight: 390px;
	color: White;
}
#tdFooter
{
	background-color: #662200;
	height: 40px;
	padding-top: 5px;
	padding-left: 25px;
	text-align: center;
}

.divLink
{
	display: inline;
	padding-left: 15px;
	text-align: center;
}
.divLink a
{
	color: #b9a493;
}
.divLink a:hover
{
	color: White;
}
#divRezIcon
{
	float: right;
	padding: 0px 20px 10px 20px;
}

#image_back_left
{
	background-image: url(images/image_left.jpg);
	background-position: left;
	background-repeat: no-repeat;
}

#image_back_right
{
	background-image: url(images/image_right.jpg);
	background-position: right;
	background-repeat: no-repeat;
}

#image_flash
{
	margin-left: auto;
	margin-right: auto;
	width: 723px;
	height: 445px;
}

#image_flash img
{
	width: 723px;
	height: 445px;
}


/* Menu Style */

#bottom_menu
{
	padding-top: 10px;

	font-family: Verdana;
	font-size: 13px;
	font-weight: bold;
	color: #C1BBAF;
	
}

#tdFooter ul
{
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;
}

#tdFooter ul li
{
	display: inline;
	position: relative;
}

#tdFooter ul li a
{
	color: #C1BBAF;
	text-decoration: none;
	padding: 5px 12px;
}

#tdFooter ul li a:hover
{
	background-color: #744726;
}

#tdFooter ul li ul
{
	display: none;
}

