body {
	margin: auto;
	padding: auto;
	font-family: sans-serif;
	font-size: 0.9em;
	line-height: 1.4em;
	text-align: center;
}

div#container {
}

div#header {
	padding: 0px;
	text-align: center;
	background-image: url(../images/header_bg.gif);
	height: 225px;
	background-repeat: repeat-x;
	background-position: center;
}

div#footer {
	padding: 10px;
	text-align: center;
	clear: both;
	background-color: #990000;
	height: 55px;
}

div#maincontent {
	padding: 10px 10px 10px 10px;
	height: 655px;
	margin-right:  0px;
	background-image: url(../images/content.gif);
	background-repeat: repeat-y;
	background-position: left;
	margin-left: 10%;
}

div#rightcolumn {
	margin: 0px;
	padding: 10px 0px 10px 0px;
	height: 655px;	
	float: right;
	width: 150px;
	background-image: url(../images/right.gif);
	background-repeat: repeat;
	border-bottom-width: thin;
	text-align: right;
}


#container #footer p {
	color: #FFFFFF;
	text-decoration: none;
}
#container #footer a {
	color: #FFFFFF;
	text-decoration: none;
}
#container #rightcolumn a {
	color: #999999;
	text-decoration: none;
}
#container #rightcolumn p {
	line-height: 13px;
}
#container #maincontent h1, h2, h3 {
	color: #3A3D5C;
}
#container #maincontent a {
	text-decoration: none;
	color: #990000;
}
#container #rightcolumn .rightnav {
	line-height: 36px;
	padding-right: 10px;	
}

#container #rightcolumn .rightnav_active {
	line-height: 36px;
	background-color: #000000;
	padding-right: 10px;
}

.example1 {
        font-weight: bold;
        font-size: 14px
}

.example2 {
        font-weight: bold;
        font-size: 12px;
        color: #FF0000
}

#container #maincontent #colNormal #food_list td {
	padding: 10px 10px 0px 10px;

}

#container #maincontent #colNormal #food_list {
	width: 900px;
}
.underline {
	border-bottom-color: #990000;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
}
