body {
	font-size: 1em;
	color: #FFCC66;
	background: #990033;
	margin: 0px;
	padding: 0px;
}
#header {
	width: 100%;
	background: #00FFFF;
}
#logo {
	position: absolute;
	left: 0px;
	top: 0px;
	border: medium inset #9999FF;
}
#header_top {
	vertical-align: bottom;
	height: 65px;
	background: url(../images/roadway.gif) no-repeat;
}
.tagline {
	font: italic bold 100% Verdana, Arial, Helvetica, sans-serif;
	color: #009900;
	margin: 0px 0px 0px 210px;
	float: left;
	padding-top: 0px;
}
#header_bottom {
	height: 35px;
	background: #FFFF99;
}
#header_bottom ul {
	margin: 0px;
	padding-top: 10px;
	padding-left: 310px;
}
#header_bottom li {
	font: italic bold 70% Verdana, Arial, Helvetica, sans-serif;
	display: inline;
	margin-right: 2em;
}
#header_bottom li a:link {
	text-decoration: none;
	background: #FFFF99;
	color: #0033FF;
}
#header_bottom li a:visited {
	background: #FFFF99;
	text-decoration: none;
	color: #0066FF;
}
#header_bottom li a:hover {
	background: #CC9966;
	text-decoration: none;
}
#content {
	font: 80% Verdana, Arial, Helvetica, sans-serif;
	margin-top: 80px;
	margin-right: 270px;
	margin-left: 40px;
}
#content .homepage-box {
	float: left;
	width: 49%;
	border-top: 1px solid #33FF00;
}
#content .homepage-panel {
	float: none;
	width: 98%;
	border-top: 1px solid #8A9877;
}

.clear {
	clear: both;
}
#content h1 {
	font-size: 120%;
	font-style: italic;
	font-weight: bold;
	color: #FFFF99;
	margin: 0px;
	padding: 0px 00px .2em 0px;
}
#content h2 {
	font-size: 120%;
	font-weight: bold;
	color: #FFFFCC;
	margin: 1.5em 0.5em 0px;
	padding: 0px 0px .1em;
}
#content a:link {
	color: #FFFFCC;
}
#content a:visited {
	color: #FFFFCC;
}
#content h3 {
	font-size: 100%;
	color: #000000;
}
#content .homepage-box .author-pic {
	float: left;
	width: 104px;
	margin-right: 20px;
	margin-left: 4px;
	height: 104px;
	margin-bottom: 8px;
}
#content .homepage-panel .vertical-pic {
	float: right;
	margin-right: 4px;
	margin-left: 20px;
	margin-bottom: 20px;
	margin-top: 4px;
}
#content .homepage-panel .horizontal-pic {
	float: left;
	margin-top: 4px;
	margin-bottom: 20px;
	margin-right: 20px;
	margin-left: 4px;
}
.about {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	font-variant: small-caps;
}



#content .homepage-box table {
	width: 98%;
	margin-top: 1em;
	border-collapse: collapse;
}
#content .homepage-box td {
	font-size: 90%;
	padding-top: .3em;
	padding-bottom: .3em;
}
#content .homepage-box th {
	font-size: 70%;
	color: #FF6633;
	background: #FFFFCC;
}




.homepage-box .rss {
	float: right;
	width: 40px;
}
#content .homepage-box p {
	margin-right: 20px;
}
#content .homepage-panel p {
	margin-right: 20px;
}

#nav {
	background: #9C0031 url(../images/nav_bg.gif) repeat-y fixed;
	position: absolute;
	width: 216px;
	top: 120px;
	right: 10px;
}
#nav h3 {
	font: 120% Verdana, Arial, Helvetica, sans-serif;
	color: #FF3399;
	text-align: center;
	padding: 0px;
	margin-top: .2em;
	margin-bottom: .2em;
}
#nav p {
	margin-left: 35px;
}
#nav label {
	font: bold 70% Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}
#nav .searchtext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 120px;
	border: 1px solid #999999;
}




#nav .section {
	padding-top: 10px;
	padding-bottom: 10px;
}
#nav ul.topics {
	padding: 10px;
	margin-right: 20px;
	margin-left: 55px;
	list-style: none;
}
#nav ul.topics li {
	font: 90% Verdana, Arial, Helvetica, sans-serif;
	color: #3C582F;
	background: #D9DDCF;
	padding: 0px .4em 0px 26px;
	background-color: #990033;
}
#nav ul.topics li a:link {
	font-weight: bold;
	color: #3C582F;
	text-decoration: none;
}
#nav ul.topics li a:visited {
	font-weight: bold;
	color: #3C582F;
	text-decoration: none;
}
#nav ul.list {
	padding: 0px;
	margin-right: 20px;
	margin-left: 60px;
	list-style: none;
}
#nav ul.list a:link {
	font: 80% Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}
#nav ul.list a:visited {
	font: 80% Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: bold;
}
.breadcrumbs {
	border-bottom: 1px solid #3c582f;
	font-size: 70%;
	line-height: 2em;
	text-align: right;
}
.sitemap {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.sitemap li {
	border-bottom: 1px solid #9C0031;
	margin-bottom: .6em;
	padding-bottom: .5em;
}
.sitemap li ul li {
	margin-top: .2em;
	padding-bottom: .2em;
	border-bottom-style: none;
}
.contactform p {
	margin: 5px 0px 0px;
	padding: 0px;
	clear: left;
}
.contactform p label {
	font-weight: bold;
	float: left;
	width: 20%;
}
.contactform .text {
	background: #FFFF99;
	padding: 2px;
	width: 280px;
	border: 1px solid #3C582F;
}
.contactform p.submit {
	margin-left: 20%;
}
.contactform p.submit input {
	color: #000000;
	background: #FFFF9C;
	border-top: 2px ridge #FFFFCC;
	border-right: 2px ridge #FFFFCC;
	border-bottom: 2px ridge #990000;
	border-left: 2px ridge #990000;
}
.ingredient {
	font-weight: bold;
}
.recipe {
	font-size: 80%;
}
.title {
	font-style: italic;
}
.story {
	background-color: #996666;
}
.rant {

	background-color: #FF0000;
}
.poem {


	background-color: #FF6699;
}
.images {



	background-color: #009966;
}
.italemphasis {

	font-style: italic;
}
.finelist {
	font-style: normal;
	font-size: 85%;
}
#content h4 {
	font-size: 100%;
	color: #FFCC66;
	font-style: normal;
	font-weight: bold;
}
#content .homepage-panel p.special {

	margin-right: 20px;
	line-height: 20px;
}
.thoughts {

	font-style: italic;
}
#nav h4 {
	font-size: 100%;
	color: #FFCC66;
	font-style: normal;
	font-weight: bold;
	margin-left: 0.5em;
}
#nav .section-top {
	padding-top: 10px;
	padding-bottom: 10px;
	background-image: url(../images/nav_top.gif);
	background-repeat: no-repeat;
}
#nav a:visited {

	color: #FFFFCC;
}
#nav a:link {

	color: #FFFFCC;
}
.finetext {

	font-style: normal;
	font-size: 85%;
}
.indentline {
	position: relative;
	left: 2em;
}
