/* The Meridan Cafe Main CSS */
body {
	font-family: verdana, helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	margin: 0px;
	background-color: #FFFFFF;
	background-image: url(../images/page_bg_bottom.png);
	background-repeat: repeat-y;
	background-position: 50% 0px;
}
table, td {
	font-size: 13px;
}
img {
	border: 0px;
	behavior: url(../css/iepngfix.htc);
}
a:link {
	color: #AE2D03;
	text-decoration: none;
}
a:visited {
	color: #AE2D03;
	text-decoration: none;
}
a:hover {
	color: #FF7336;
	text-decoration: underline;
}
a:active {
	color: #AE2D03;
	text-decoration: none;
}
#Container {
	margin-top: 0px;
	text-align: center;
	width: 840px;
	position: relative;
	background-color: #FFFFFF;
}
.ContainerTD {
	background-image: url(../images/page_bg_top.png);
	background-repeat: no-repeat;
	background-position: 50% 0px;
}
#ContentArea {
	background-color: #FFFFFF;
	position: relative;
	top: 10px;
	left: 0px;
	width: 840px;
	text-align: left;
}
.ContentBGHome {
	background-image: url(../images/home_bg.jpg);
	background-repeat: no-repeat;
}
.ContentBGSecondary {
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
}
#Content {
	position: relative;
	top: 308px;
	left: 60px;
	font-size: 14px;
}
#PageHeader {
	position: absolute;
	top: 218px;
	left: 58px;
}
#Footer {
	width: 840px;
	font-size: 10px;
	background-color: #FFFFFF;
	color: #346633;
	position: absolute;
	left: 0px;
	bottom: 0px;
	text-align: center;
}
#Navigation {
	position: absolute;
	top: 25px;
	left: 20px;
	width: 500px;
	height: 27px;
}
.NavItem {
	margin-right: 30px;
}
#BackgroundTable {
	position: absolute;
	top: 0px;
	z-index: -1;
}
#BackgroundCellLeft {
	background-image: url(../images/page_bg_left.png);
	background-repeat: no-repeat;
	background-position: top right;
}
#BackgroundCellRight {
	background-image: url(../images/page_bg_right.png);
	background-repeat: no-repeat;
	background-position: top left;
}
#BottomEdge {
	position: absolute;
	bottom: -28px;
	right: -14px;
	background-image: url(../images/bottomedge.png);
	background-repeat: no-repeat;
	height: 28px;
	width: 834px;
}
#RightEdge {
	position: absolute;
	top: 0px;
	right: -15px;
	width: 15px;
	background-image: url(../images/rightedge.png);
	background-repeat: no-repeat;
}

