body {
	font-family: Arial, Verdana, sans-serif;
	font-size: 11pt;
	color: #FFFFFF;
	margin: 0px;
}

img {
	border: none;
}

p {
	font-family: Arial, Verdana, sans-serif;
	font-size: 11pt;
}

#topbar {
	height: 147px;
	background: url('images/toppattern.gif') repeat-x;
	overflow: hidden;
}

#logo {
	float: left;
	height: 147px;
	width: 375px;
	background: url('images/logo.gif') no-repeat;
}

#kosher {
	float: right;
	height: 148px;
	width: 170px;
	background: url('images/kosher.gif') no-repeat;
}

#body {
	margin-left: auto;
	margin-right: auto;
	width: 950px;
	background: url('images/bodypattern.gif') repeat-y;
}

#menubar {
	width :950px;
	height: 72px;
	background: url('images/menubackground.gif') no-repeat;
	position: relative;
}

.nav {
	position: absolute;
	width: 95px;
	height: 23px;
	line-height: 23px;
	text-align: center;
	font-family: Tahoma, Trebuchet MS, Arial, sans-serif;
	font-size: 12px;
	top: 7px;
	color: #CCFFFF;
	text-decoration: none;
}

.nav:hover {
	color: #000000;
}

.selected {
	color: #000000;
}


#mb1 {
	left: 176px;
}

#mb2 {
	left: 282px;
}

#mb3 {
	left: 391px;
}

#mb4 {
	left: 500px;
}

#mb5 {
	left: 609px;
}

#mb6 {
	left: 718px;
}
#mb7 {
	left: 827px;
}

#container {
	background: url('images/flowerwatermark.gif') bottom right no-repeat;
	margin-right: 20px;

}

#sidebanners {
	float: left;
	margin-right: 10px;
}

#bodybottom {
	height: 81px;
	width: 950px;
	background: url('images/bodybottom.gif') no-repeat;
}


.clear {
	clear: both;
}