﻿/* CSS layout */
#masthead {
	background-color: #9999FF;
}
.arrowpicstyle {
	border-width: 0px;
}
#top_nav {
	height: 20px;
	background-color: #9999FF;
}

#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;
}

#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: #000000;
	text-decoration: none;
	display: block;
	padding: 1px;
	border: 1px solid #003399;
	text-align: center;
	margin-right: 20px;
	margin-left: 20px;
	font-size: 100%;
	background-color: #9999FF;
}
#adholder {
	text-align: center;
}
#adholder2 {
	text-align: center;
}
#left_col a:hover {
	color: #FFFFFF;
	text-decoration: none;
	border: 1px solid #C98080;
	margin-right: 20px;
}
#top_nav ul {
	list-style-type: none;
	width: 100%;
	padding: 0px;
	margin: 0px;
}
#top_nav li {
	float: left;
}
#top_nav a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	border: 1px solid #7D5F50;
	padding-right: 5px;
	padding-left: 5px;
	background-color: #666666;
	margin-right: 2px;
}
#top_nav a:hover {
	color: #FAE687;
	text-decoration: none;
	border: 1px solid #C99981;
	background-color: #C0C0C0;
}
#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: #CCFF99 }
.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;
}

