﻿/* CSS layout */
#masthead {
	background-color: #CCFF33;
}
.center {
	text-align: center;
}
.arrowpicstyle {
	border-width: 0px;
}
#horizontal_nav {
	
	background-color: #99CC00;
	text-align:center;
}

#container {
	position: relative;
	width: 100%;
}

#left_col {
	width: 200px;
	position: absolute;
	left: 0px;
	top: 0px;
}

#page_content {
	margin-right: 200px;
	margin-left: 200px;
	padding-right: 15px;
	padding-left: 15px;
}

#right_col {
	width: 200px;
	position: absolute;
	right: 0px;
	top: 0px;
	text-align:left;
	padding-right:10px;
	padding-left:10px;
}

#footer {
	<!--	background-color: #CCCCCC; -->
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	margin: 0px;
}
#left_col ul {
	list-style-type: none;
	width: 100%;
	display: block;
	padding: 0px;
	margin: 0px;
}
#left_col li {
	display: block;
	padding: 0px;
	margin: 0px;
	border: 1px solid #FFFFFF;
}
#left_col a {
	color: #FF6600;
	text-decoration: none;
	display: block;
	padding: 1px;
	border: 1px solid #C99981;
	text-align: center;
	margin-right: 20px;
	margin-left: 20px;
	font-size: 100%;
	background-color: #FAE687;
}
#adholder {
	text-align: center;
}
#adholderright {
	text-align: left;
}
#left_col a:hover {
	color: #FFFFFF;
	text-decoration: none;
	border: 1px solid #C98080;
	margin-right: 20px;
}
#horizontal_nav a {
	color: #FFFFFF;
	text-decoration: none;
	padding-right: 5px;
	padding-left: 5px;
	margin-right: 2px;
}
#horizontal_nav a:hover {
	color: #FAE687;
	font-weight:bold;
	text-decoration: none;
}
#masthead h1 {
	color: #000000;
	margin: 0px;
	text-align: center;
	font-style: italic;
	font-weight: normal;
}
#footer_text {
	font-size: 80%;
}
.Head1       { font-size: 24pt; font-style: italic }
.Head2       {
	font-size: 14pt;
	font-weight: bold;
	text-align: center;
	border-top: 3px solid #33CC33;
	border-bottom: 3px solid #33CC33;
	padding-left: 4;
	padding-right: 4;
	padding-top: 1;
	padding-bottom: 1;
	background-color: #CCFF33;
	border-top-color: #99CC00;
	border-bottom-color: #99CC00;
}
.Head3       { font-size: 12pt; font-weight: bold; text-align: center; 
               border-top: 3px solid #33CC33; border-bottom: 3px solid #33CC33; 
               background-color: #CCFF99 }
#recipies_name {
	font-weight: bold;
}
.links	{
	text-decoration:none
}
