/*

#header {
	position:absolute;
	left:0px;
	top:0px;
}

*/

body {
	background-color: #e7ece2;
	font-size:14px;
	color: #555555;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}

body p.top {
	margin-top: 8px;
	margin-left: 8px;
	margin-right: 8px;
    }

body p.middle {
	margin-left: 8px;
	margin-right: 8px;
    }

body p.bottom {
	margin-left: 8px;
	margin-right: 8px;
	margin-bottom: 8px;
    }

body p.topimage {
	margin-top: 8px;
	margin-left: 8px;
	margin-right: 8px;
	margin-bottom: 0px;
    }

a:link {
	color: #32561b;
	text-decoration: none;
	font-weight: bold;
	}

a:hover {
	color: #4d9122;
	text-decoration: none;
	font-weight: bold;
	}

a:visited {
	color: #32561b;
	text-decoration: none;
	font-weight: bold;
	}
	

#wrapper {
	width: 800px;
	background:#000 url(images/outerbg.jpg) repeat-y;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	border: thin solid #72A777;
}

#header {
	width: 800px;
	height: 119px;
	margin-bottom: 18px;
	overflow:hidden;
}

#middle {
	position: relative;
}

#nav {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 182px;
	height: 400px;
	/* border: thin solid #ACA250; */
}

#navitems {
	margin: 0;
	padding: 0;
	list-style: none;
	/* display: block; */
	overflow: hidden;
	width: 182px;
}

#navitems li {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
}

#navitems a {
	float: left;
	padding: 0 0 0 190px; 
	overflow: hidden;
	width: 0;
}

#what a {
	height: 35px;
	background: url(images/what.jpg) top left no-repeat;
	}

#what a:hover {
	background-position: 0 -35px;
	}

#what a:active {
	background-position: 0 -70px;
	}	

#about a {
	height: 35px;
	background: url(images/about.jpg) top left no-repeat;
	}

#about a:hover {
	background-position: 0 -35px;
	}

#about a:active {
	background-position: 0 -70px;
	}

#network a {
	height: 53px;
	background: url(images/network.jpg) top left no-repeat;
	}

#network a:hover {
	background-position: 0 -53px;
	}

#network a:active {
	background-position: 0 -106px;
	}

#crossroads a {
	height: 35px;
	background: url(images/crossroads.jpg) top left no-repeat;
	}

#crossroads a:hover {
	background-position: 0 -35px;
	}

#crossroads a:active {
	background-position: 0 -70px;
	}

#discoverydiet a {
	height: 35px;
	background: url(images/discoverydiet.jpg) top left no-repeat;
	}

#discoverydiet a:hover {
	background-position: 0 -35px;
	}

#discoverydiet a:active {
	background-position: 0 -70px;
	}

#candida a {
	height: 35px;
	background: url(images/candida.jpg) top left no-repeat;
	}

#candida a:hover {
	background-position: 0 -35px;
	}

#candida a:active {
	background-position: 0 -70px;
	}

#hhh a {
	height: 53px;
	background: url(images/horseandhuman.jpg) top left no-repeat;
	}

#hhh a:hover {
	background-position: 0 -53px;
	}

#hhh a:active {
	background-position: 0 -106px;
	}

#animalchiro a {
	height: 35px;
	background: url(images/animalchiro.jpg) top left no-repeat;
	}

#animalchiro a:hover {
	background-position: 0 -35px;
	}

#animalchiro a:active {
	background-position: 0 -70px;
	}

#contact a {
	height: 35px;
	background: url(images/contact.jpg) top left no-repeat;
	}

#contact a:hover {
	background-position: 0 -35px;
	}

#contact a:active {
	background-position: 0 -70px;
	}

#oatmeal a {
	height: 35px;
	background: url(images/oatmeal.jpg) top left no-repeat;
	}

#oatmeal a:hover {
	background-position: 0 -35px;
	}

#oatmeal a:active {
	background-position: 0 -70px;
	}

#events a {
	height: 35px;
	background: url(images/events.jpg) top left no-repeat;
	}

#events a:hover {
	background-position: 0 -35px;
	}

#events a:active {
	background-position: 0 -70px;
	}

#navitems a.selected1 {
	background-position: 0 -70px;
	}

#navitems a.selected2 {
	background-position: 0 -106px;
	}

#main {
	padding-left: 215px;
}

#footer {
	width: 800px;
	background:#000 url(images/footerbar.jpg) repeat-y;
	background-color: #ccdbbe;
	padding: 0px;
	text-align: center;
	margin-top: 18px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
   	clear:both;
}

#footer p {
	padding:8px;
	margin:0;
	font-size:13px;
	color: #555555;
	font-family:Verdana, Arial, Helvetica, sans-serif;
    }

.centeredimage
    {
    text-align:center;
    margin-top:0px;
    margin-bottom:0px;
    padding:0px;
    }

img.borderleft {
	margin-top:2px;
	margin-bottom:10px;
	margin-right:15px;
	margin-left:2px;
	padding:0px;
	border:1px solid #1d4106;
}

img.borderright {
	margin-top:2px;
	margin-bottom:10px;
	margin-right:2px;
	margin-left:15px;
	padding:0px;
	border:1px solid #1d4106;
}

img.left {
	margin-top:2px;
	margin-bottom:10px;
	margin-right:15px;
	margin-left:2px;
	padding:0px;
	border:none;
}

img.right {
	margin-top:2px;
	margin-bottom:10px;
	margin-right:2px;
	margin-left:15px;
	padding:0px;
	border:none;
}

#clear {
	clear: right
}

/*
.bl {background: url(images/box_bottomleft.jpg) 0 100% no-repeat; #e68200; width: 564px}
.br {background: url(images/box_bottomright.jpg) 100% 100% no-repeat;}
.tl {background: url(images/box_topleft.jpg) 0 0 no-repeat;}
.tr {background: url(images/box_topright.jpg) 100% 0 no-repeat; padding: 5px;}
.clear {font-size: 1px; height: 1px} */

.t {background: url(images/box_1x1.gif) 0 0 #fefef2 repeat-x; width: 564px;}
.b {background: url(images/box_1x1.gif) 0 100% repeat-x;}
.l {background: url(images/box_1x1.gif) 0 0 repeat-y;}
.r {background: url(images/box_1x1.gif) 100% 0 repeat-y;}
.bl {background: url(images/box_bottomleft.jpg) 0 100% no-repeat;}
.br {background: url(images/box_bottomright.jpg) 100% 100% no-repeat;}
.tl {background: url(images/box_topleft.jpg) 0 0 no-repeat;}
.tr {background: url(images/box_topright.jpg) 100% 0 no-repeat; padding: 8px; min-height: 450px}