/* CSS Document */

body {
	background: #F3E58A url(images/background.jpg) repeat-y 50% 0;
	font-family: Arial, sans-serif;
	font-size: 11pt;
	text-align: center;
}
a {
	color: #1C7224;
	font-weight: bold;
	text-decoration: underline;
}
a:hover {
	color: #1C7224;
	text-decoration: none;
	font-weight: bold;
}
h1 { 
	color: #1C7224;
	font-weight: bold;
	font-size: 14pt;
	text-decoration: italic;
}
h2 {
	color: #666666;
	font-weight: bold;
	font-size: 12pt;
}
h3 {
	color: #1C7224;
	font-weight: bold;
	font-size: 12pt;
}
hr {
	width: 50%;
	height: 2px;
	color: #1C7224;
	background: #1C7224;
	border: 1px #1C7224 solid;
	text-align: center;
}
.small { font-size: 9pt; }
blockquote {
	margin: 10px 10px 10px 5px;
	font-size: 10pt;
	text-align: center;
	font-style: italic;
	border: none;
	background: url('images/quote_left.jpg') no-repeat;
	padding: 10px 0px 0px 25px;
}
table {
	font-size: 9pt;
	border: none;
}
td {
	border: 1px #1C7224 solid;
	padding: 5px;
	margin: 0px;
}
#site_container {
	width: 810px;
	margin: 0px auto;
	text-align: left;
}
#header_container {
	height: 148px;
	padding: 0px;
	float: none;
}
#merylcooktitle {
	background: url('images/title.jpg') #FFFFFF no-repeat;
	height: 148px;
	width: 630px;
	float: left;
	margin: 0px;
	padding: 0px;
}
#merylcooktitle H1 {
	visibility: hidden;
}

#right_image {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	width: 180px;
	height: 148px;
	text-align: right;
	float: left;
}

#middle_container {
	margin: 0px;
}
#middle_left_container {
	width: 180px;
	float: left;
}
#menu_container {
	margin: 0px;
	padding: 0px;
	width: 180px;
	height: 325px;
	background: url('images/menu_spiral.jpg') #FFFFFF no-repeat;
}
#menu_container_r {
	margin: 0px;
	padding: 0px;
	width: 180px;
	height: 410px;
	background: url('images/menu_spiral_r.jpg') #FFFFFF no-repeat;
}
#menu_home {
	height: 30px;
	width: 180px;
	padding: 0px;
	margin: 0px;
}
#menu_item {
	height: 16px;
	width: 180px;
	padding: 0px;
	margin: 0px;
}
#menu_selection {
	padding: 0px;
	margin: 0px;
	height: 24px;
	width: 180px;
}
#menu_divider {
	padding: 0px;
	margin: 0px;
	height: 24px;
	width: 180px;
}

#pillars_of_health_link {
	margin: 0px;
	padding: 0px;
	height: 135px;
	width: 180px;
	float: left;
}

#content_container {
	padding: 10px;
	background: #FFFFFF;
	width: 610px;
	float: left;
}
#footer_container {
	margin: 10px 10px 10px 180px;
}
#footer_container p {
	font-size: 9pt;
}	
#sub_menu {
	width: 600px;
	padding: 0px 5px;
	font-size: 10pt;
	float: none;
}
#sub_menu a {
	text-decoration: none;
}
#sub_menu a:hover {
	text-decoration: underline;
}
#sub_menu_item_homeopathy {
	width: 15%;
	padding: 0px 4px;
	text-align: center;
	float: left;
}
#sub_menu_item_bowen {
	width: 18%;
	padding-right: 10px;
	text-align: center;
	float: left;
}
#sub_menu_item_resources {
	width: 15%;
	padding-right: 25px;
	text-align: center;
	float: left;
}