/* Design II Styles */
html, body { /* remove the padding and margins */ margin: 0; padding: 0; }
	body{ font-family:Arial; font-size:10pt; background-color:#f8e8c6; color:#523700; }
	A:link {text-decoration:underline; color:#523700;}
    A:visited {text-decoration:underline; color:#523700;}
    A:active {text-decoration:underline; color:#523700;}
    A:hover {text-decoration:underline; color:Black;}
    h1{	font-weight: bold;	font-size: 16pt;	font-family: Arial;}
    h2{	font-weight: normal;	font-size: 16pt;	font-family: Arial;}
    h3{	font-weight: bold;	font-size: 14pt;	font-family: Arial;}
    h4{	font-weight: normal;	font-size: 14pt;	font-family: Arial;}
    h5{	font-weight: normal;	font-size: 13pt;	font-family: Arial;}
    h6{	font-weight: normal;	font-size: 12pt;	font-family: Arial;}
    h7{ font-weight: bold; font-size: 10 pt; font-family:Arial}
    
	.background#BGTop
	{
		background-color:#f8e8c6; 
		background-image:url("http://www.timothyfish.net/images/CoffeeBrownHeader.jpg"); 
		width:799px; height:205px; 
		background-repeat:no-repeat;
		z-index:auto;
		position:absolute;
		left:0px;
		top:0px;
	}
	.background#BGTopRepeater
	{
		background-color:523700;
		background-image:url("http://www.timothyfish.net/images/CoffeeBrownHeaderRepeater.jpg");
		height:205px;
		background-repeat:repeat-x;
		z-index:auto;
		left:0px;
		width:1000%
	}
	.background#BGSideRepeater
	{
		background-color:#c9a358;
		width:137px;
		height:1000%;
		background-repeat:repeat-y;
		position:absolute;
		left:0px;
		top:205px;
	}
    .navbuttons 
    {
		background-color:#c9a358;
		color:#f8e8c6;
		height:16pt;
		text-align:right;
		font-weight:bold;
		width:120px;
		float:left;
	} 
    .buttonline 
    {
		position:absolute;
		max-width:137px;
		top:-25px; 
		left:0px
	}
	/* Main Text Box with spacers */ 
	.Layout#MainText 
	{
		position:absolute; 
		top:205px; left:0px; 
		width:95%; 
	    z-index:7; 
	}
	
	.Layout#MainBody
	{
		position:absolute;
		top:0px;
		left:150px;
	} 
    
    .articlelist
    {
		float:right;
		width:250px; 
		height:100px; 
		border-style:solid;
		border-width:1px;
		overflow:auto; 
		z-index:7;
		position:absolute;
		top:-110px;
		left:458px;
    }
    .drop-caps
    {
		font-size: 100px; 
		float: left; 
		line-height: 70px; 
		padding-top: 2px; 
		font-family: times, serif, georgia;
    }
/* Footer */
.Layout#Footer
{
	background-color:darkgreen;
	color:green
	font-size:12px;
	width:540px;
	text-align:center;
	z-index:7;
}
A#WebMaster:link {text-decoration:underline; color:#B36B00;}
A#WebMaster:visited {text-decoration:underline; color:#FFCC80;}
A#WebMaster:active {text-decoration:underline; color:#FFCC80;}
A#WebMaster:hover {text-decoration:underline; color:#FF9900;} 


