body {
	background-color: #C43B7C;
}
#cont{
	position: relative;
	width: 790px;
	left: 50%;
	margin-left: -395px;
	background-color: #ffffff;
}
img {border: none;}

/* Heading info */
#header {
	position: relative;
	left: 0px;
	right: 0px;
	display: block;
	width: 790px;
	height: 85px;
}
#header h1 {
	position: relative;
	float: left;
	padding: 0px;
	margin: 0px;
	left: 0px;
	top: 0px;
	display: block;
	height: 82px;
	width: 509px;
	background: url('images/beautiful-bellies-logo.jpg') top left no-repeat;
}
#open {
	position: relative;
	float: right;
	right: 0px;
	top: 0px;
	display: block;
	height: 85px;
	width: 197px;
	background: url('images/opening-hours2.gif') top left no-repeat;
}
#open p, #open2 p {
	margin-top: 7px;
	margin-left: 42px;
	font-family: "Trebutchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #C43B7C;
	text-align: center;
	font-weight: bold;
	line-height: 15px;
}
#open2 {
	position: absolute;
	float: left;
	right: 200px;
	top: 0px;
	display: block;
	height: 82px;
	width: 197px;
	background: url('images/opening-hours.gif') top left no-repeat;
}

/* Columns */
#leftcolumn {
position: relative;
float: left;
width: 120px;
left: 0px;
top: 12px;
}
#rightcolumn {
position: relative;
float: right;
right: 15px;
top: 12px;
width: 640px;
padding-bottom: 20px;
border-bottom: 1px solid #F39;
}
body#homepg #rightcolumn, body#termspg #rightcolumn, body#locationpg #rightcolumn, body#orderpg #rightcolumn {border-bottom: none;}

/* Menu info */
#mainmenu {
	position: relative;
	left: 0px;
	top: 0px;
	width: 114px;
	height: 395px;
	background-color: #C43B7C;
}
#mainmenu ul {
	list-style: none;
	padding: 0px;
	margin-left: 10px;
	margin-top: 10px;
}
#mainmenu li,
#mainmenu li a:link,
#mainmenu li a:active,
#mainmenu li a:visited {
	list-style-image: url('images/menulink.gif');
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-decoration: none;
	margin-left: 10px;
	line-height: 18px;
}
#mainmenu li a:hover {
	list-style-image: url('images/menulink-ro.gif');
	text-decoration: underline;
}
/* Footer */
.extralinks,
.extralinks a:link,
.extralinks a:visited,
.extralinks a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #814255;
	text-decoration:none;
	font-weight: bold;
}
.extralinks a:hover {
	text-decoration: underline;
}



/* other */
.non {
	display: none;
}
.infotbl {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #000000;
}

/* Headings and stuff */
p, td {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #000000;
}
p a:link,
p a:active,
p a:visited {
color: #C43B7C;
text-decoration:none;
}
p a:hover {
text-decoration:underline;
}

h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #C43B7C;
	font-weight: bold;
}
h2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #814255;	
	font-weight: bold;
}
h3 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 25px;
	color: #C43B7C;
	font-weight: bold;
	text-align: center;
}
.lightpink {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #C43B7C;
	font-weight: bold;
}
.darkpink {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #814255;
	font-weight: bold;
}
.redline {color: #F00; text-decoration:line-through;}