/*************************************************************
*  This CSS is to control all layout on Restaurantmarketinggroup.com
*  This CSS was created on 5-19-2005
*  Last update: 5-23-2005.
*************************************************************/
#MainBody {
	width:783px;
	margin: 5px auto 0px auto;
	padding:0px;
	background-color: #410000;
	text-align:left;
	z-index: 1;
	border: 1px solid #000000;
/* overflow: hidden; */
}
#paddedBody{
	padding: 10px;
}
#Header {
	width: 783px;
	height: 89px;
	background-image: url(../images/head_bg.gif);
	background-repeat: repeat-x;
	color: #ffffff;
	z-index: 2;
}
#HeaderContact {
	margin: 4px 4px 0px 4px;
	text-align:right;
	z-index:3;
	display: inline;
	float: right;
}
#Logo {
	float:left;
	width: 144px;
	z-index: 3;
	display: inline;
	height: 89px;
}

#BackGroundBodyTop {
/*	position: relative; */
	height: 20px;
	z-index: 8;
	font-weight: bold;
	color: #ffffff;
	padding: 0px;
	background-image: url(../images/nav_repeater.gif);
	background-repeat: repeat-x;
}
/*Opera, Firefox code*/
html>body .TopLink {
	position: relative;
	top: -3px;
}
/*IE Hack code*/
.TopLink {
	position: relative;
	top: -2px;
	background-color: #991818;
	padding-left: 10px;
	padding-right: 10px;
	z-index: 10;
	border-top: 1px solid #000;
}
/*Opera, Firefox code*/
html>body .TopLinkSelected {
	position: relative;
	top: -3px;
}
/*IE Hack code*/
.TopLinkSelected {
	position: relative;
	top: -2px;
	height: 15px;
	background-color: #ffeed5;
	padding-left: 10px;
	padding-right: 10px;
	border-top: 1px solid #000;

}
/*Opera, Firefox code*/
html>body .TopLinkGraphics {
	position: relative;
	top: 0px;
}
/*IE Hack code*/
.TopLinkGraphics{
	position: relative;
	top: 1px;
}
/*Opera, Firefox code*/
html>body #LeftNav {
/*	position: relative; */
	top: 2px;
	margin-left:2px;
}
/*IE Hack code*/
.LeftNav{
	position: relative;
	top: -1px;
	width:165px;
	float:left;
	background-color: #991818;
	margin-left: 1px;
	padding-left: 0px;
	border: 2px solid #000;
	margin-bottom: 10px;
}
/* end IE Hack code*/


.specialBox{
	position: relative;
	float: right;
	clear: right;
	width:165px;
	text-align: left;
	background-color: #991818;
	background-image: url(../images/rightColGradRed.gif);
	background-repeat: repeat-y;
	border: 2px solid #000;
	color: #ffffff;
}
.RightNav{
	position: relative;
	float: right;
	width:165px;
	background-color: #991818;
	border: 2px solid #000;
}
.newsBox{
	position: relative;
	float: right;
	width:165px;
	text-align: left;
	background-color: #991818;
	background-image: url(../images/leftColGradRed.gif);
	background-repeat: repeat-y;
	border: 2px solid #000;
	color: #ffffff;
}
.rssContent{
	padding-left: 3px;
	padding-right: 3px;
	text-align: left;
}
#Body
{
	/*	position: relative; */
	top: -3px;
	margin-left: 1px;
	display: block;
	/*  overflow: hidden; */
	float: left;
	clear: none;
	margin-bottom: 20px;
	border: 1px solid #000000;
	background-color: #ffeed5;
}
#Staging
{
	z-index: 0;
/* position: relative; */
	padding: 5px;
	min-height: 260px;
}

#Footer{
	clear: both;
	background-image: url(../images/foot_repeater.gif);
	background-color: #7d0504;
	background-repeat: repeat-x;
	width: 100%;
	border-top: 1px solid #000;
	text-align: center;
	font-size: 8pt;
	font-weight: normal;
	color: #d4d4d4;
}

#Footer a{
	color: #ffc900;;
	text-decoration: none;
}
#Footer a:hover{
	color: #d4d4d4;
	text-decoration: underline;
}
