html, body, div {
	font: normal 12px verdana, arial, georgia, serif;
	color: #000;
	margin: 0px;
	padding: 0px;
}

body {background: #cdcdc5; margin: 0; padding: 0;}

hr {
	display: none;
 	background-image: url(../bilder/hr_bg.gif);
	background-repeat: no-repeat;
	background-position: center;
}
	
img {border: none;}

/* -------------------- IDs ---------------------------*/
 
#holder {width: 814px; margin: 0 auto; position: relative;}
 
#header {
 	width: 814px; height: 232px;
 	position: absolute;
 	top: 20px; left: 0px;
 	z-index: 2;
 	} 
 	
#navbar {
 	width: 814px; height: 33px;
 	background: #5F1111 url("../bilder/navbg.gif") no-repeat;
 	position: absolute;
 	top: 252px; left: 0px;
 	z-index: 3;
 	}

#between {
	width: 814px; height: 14px;
	position: absolute;
	top: 285px; left: 0px;
	background: url("../bilder/bodybg.gif");
	z-index: 2;
	}
 
#main { 
	width: 814px; 
	background: #C1CDC0 url("../bilder/bodybg.gif");
	position: absolute;
	top: 299px; left: 0px;
	z-index: 1;
	}
 
#left {
	float: left;
	width: 370px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 25px;
	}
 
#content {width: 364px;}


#content h1 {
	color: #690909; 
	font-weight: normal; 
	font-size: 20px; 
	font-family: georgia, arial, verdana, sans-serif; 
	margin: 0 0 5px 33px; padding: 0;
	background: url("img/dog.gif") no-repeat left;
	}
	
#content h2 {
	color: #690909; 
	font-weight: normal; 
	font-size: 17px; 
	font-family: georgia, arial, verdana, sans-serif; 
	margin: 0 0 5px 33px; padding: 0;
	}

#content h6 {
	color: #000; 
	font-weight: bold; 
	font-size: 12px; 
	font-family: verdana, arial, sans-serif; 
	margin: 0 0 5px 33px; padding: 0;
	}
	
#content p {
	margin: 0 35px 15px 35px; 
	line-height: 16px; 
	font-size: 12px; 
	font-family: verdana, arial, georgia, serif;
	}

#content p a, 
#content p a:link, 
#content p a:active {
	color: #5F1111; 
	text-decoration: none; 
	}
	
#content p a:visited {
	color: #5F1111; 
	border-bottom: 1px dotted #BE8585; 
	text-decoration: none;
	}

#content p a:hover {
	color: #5F1111; 
	text-decoration: underline; 
	}
	
#content p img {
	float:left;
	margin-right: 10px;
	margin-bottom: 10px;
}

#foodleft {
	float: left;
	width: 775px;
	text-align: center;
	}
#foodcontent {width: 775px;}


#foodcontent h1 {
	color: #690909; 
	font-weight: normal; 
	font-size: 20px; 
	font-family: georgia, arial, verdana, sans-serif; 
	background: url("img/dog.gif") no-repeat left;
	}
	
#foodcontent h2 {
	color: #690909; 
	font-weight: normal; 
	font-size: 17px; 
	font-family: georgia, arial, verdana, sans-serif; 
	}

#foodcontent h6 {
	color: #000; 
	font-weight: bold; 
	font-size: 12px; 
	font-family: verdana, arial, sans-serif; 
	}
	
#foodcontent p {
	line-height: 16px; 
	font-size: 12px; 
	font-family: verdana, arial, georgia, serif;
	}

#foodcontent p a, 
#foodcontent p a:link, 
#foodcontent p a:active {
	color: #5F1111; 
	text-decoration: none; 
	}
	
#foodcontent p a:visited {
	color: #5F1111; 
	border-bottom: 1px dotted #BE8585; 
	text-decoration: none;
	}

#foodcontent p a:hover {
	color: #5F1111; 
	text-decoration: underline; 
	}
	
#foodcontent p img {
	margin-top: 0px;
	margin-bottom: 0px;
	clear: both;
	}
			
#scroll {
		margin: 0; padding: 0 0 5px 28px;
		}	

#right {
	float: left; width: 390px;
	margin: 0; padding: 0; 
	}


#overfooter {
	width: 814px; height: 100px;
	background: url("../bilder/overfooterbg.gif") no-repeat; 
	clear: both;
	}	
	
#footer {
	width: 814px; height: 70px;
	background: url("../bilder/footerbg.gif") no-repeat; 
	padding: 10px 0;
	}
	
#footer p {
	font-family: georgia, verdana, arial, serif;
	text-align: center; 
	color: #62583B;
	font-size: 12px;
	margin: 3px 0;
	padding: 11px 0;
	}
		
#footer a, 
#footer a:link, 
#footer a:active { 
	color: #7B0A0A; 
	text-decoration: none;
	}

#footer a:hover {
	color: #7B0A0A; 
	text-decoration: underline; 
}

/* ------------- Navigation ------------------------------------------------------------------------------------------------------------------*/

#navcontainer {	margin: 0 0 0 4px; padding: 0 0 0 20px;}

#navcontainer ul { /* all lists */
	list-style: none;
	padding: 0;
	margin: 0;
	}

#navcontainer li { /* all list items */
	float: left;
	position: relative;
	width: 90px;
	}

li ul { /* second-level lists */
	display: none;
	position: absolute;
	top: 28px;
	left: 0px;
	}
	
li>ul {
	top: auto;
	left: auto;
	}
	
li:hover ul, li.over ul { /* lists nested under hovered list items */
	display: block;
	width: 86px;
	top: 28px;
	left: 0px;
	font-weight: bold; 
	}
	
#navcontainer li a, #navcontainer li a:link, #navcontainer li a:active, #navcontainer li a:visited { /* link attributes for the main nav */
	display: block; height: 15px;
	padding: 6px 0; margin: 0;
	color: #E1E7E0;
	text-decoration: none;
	text-align: center;
	font: normal 11px/18px georgia, verdana, arial, sans-serif;
	} 
	
#navcontainer li a:hover {
	color: #fff;
	text-decoration: underline overline;
		}
/* ------------- These are for the Sub Menu ----------------------------------------------------------------------------------------------------*/

#menu li a, #menu li a:link, #menu li a:active, #menu li a:visited {	
	padding: 3px 0 3px 0;
	width: 95px;
	text-align: center;
	font-family: arial, verdana, sans-serif;
	font-size: 11px;
	color: #616760;
	background: #E2DFD6;
	border-bottom: 1px solid #D0CDC4;
	border-left: 1px solid #D0CDC4;
	border-right: 1px solid #D0CDC4;
	}

#menu li a:hover {
	font-size: 11px;
	font-weight: bold;
	color: #E1E7E0;
	background: #5F1111;
	}	
/* ------------- Classes ------------------*/
