/* CSS Document */
	body
	{
	background: #ff0000 url("backgrounds/red.gif");
	color: #000;
	font: Garamond, serif;
	}
	
#head {
	padding: 150px 20px 0px 20px;
	position:absolute; 
	margin:0; top:60px;
	display:block; 
	width:800px; 
	height:70px;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size:20px;
	color: #ffffcc;
	text-align:right; 
	background: #ffcccc url("backgrounds/black.gif");
	border:2px solid #666633;
}
#logo {
	position:absolute; 
	top:20px; 
	left:18px;
	background-image: url("backgrounds/logo-kat.gif" alt="Storibook Farm");
}
#container
	{
	margin-top:20px;
	width:100%;
	overflow:hidden;
	height:100%;
	}
#topwhite
	{
	margin-top:30px;
	margin-left: 20px;
	width:800px;
	border:2px solid #666633;
	padding: 120px 10px 10px 30px;
	background-color: #fff;
	color: #000;
}	

#white
	{
	padding:20px;
	margin-left:30px;
	margin-top:20px;
	width:800px;
	border:2px solid #666633;
	background-color: #fff;
	color: #000;
	text-align:left;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
		clear:both;
	overflow:hidden;

}	
#redtop{
	margin-top:140px;
	margin-left:20px;
	width:800px;
	height:200px;
	display:block; 
	background: #ffcccc url("backgrounds/black.gif");
	border:2px solid #666633;
}
#red{
	clear:both;
	margin-bottom:20px;
	margin-top:20px;
	margin-left:10px;
	width:800px;
	height:200px;
	display:block; 
	background: #ffcccc url("backgrounds/black.gif");
	border:2px solid #666633;
}

#footer{
	padding: 20px 10px 20px 30px;
	margin-top:20px;
	width:800px;
	height:50px; 
	text-align:right; 
	background: #ffcccc url("backgrounds/black.gif");
	border:2px solid #666633;
}
#containerbottom
	{
	padding: 20px;
	margin-top:15px;
	width:800px;
	border:2px solid #666633;
	background-color: #fff;
	color: #666633;
		text-align:right; 

}	

a.nav, a.nav:link, a.nav:visited 
	{
	display:block;
	padding: 0 10px 0 10px;
	height:25px;
	background:#fff;
	border:1px solid #666633;
	margin-top:5px;
	text-align:left;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #660000;
	line-height:25px;
	overflow:hidden;
	float:right;
	font-weight: bold;
}
a.nav:hover {color:#fff; background:#660000;}
a.nav:active {color:#66000; background:#666633;}

.border {
  border:3px solid #666633;
  padding:5px;
  }

.clear {
	clear: both;
}
h1	{
	font:1.5em Garamond, serif;
	color: #666633;
	margin: 0;
	padding: 10px;
	line-height: -20px;
	font-style: bold;
	}
h2	{
	font:1.5em Garamond, serif;
	color: #666633;
	font-style: italic;
	font-weight: bold;	
	}
h3	{
	font:1.5em Garamond, serif;
	color: #666633;
	line-height: -30px;
	font-weight: bold;
	}

h4	{
	font:2.5em Garamond, serif;
		font-weight: bold;
	}
a, a:link	{
	color: #666633;
	text-decoration: underline;
	display: inline;
	padding: 0;
	}
	
a:hover	{
	color: #660000;
	text-transform: uppercase;
	}