/* CSS Document */
/*  Styles for Hanka Designs website  */
/*  Copyright 2005 to present, Susan Kell, www.kellswood.com/design/  */

body {
	font-family: Palatino, Times New Roman, serif;
	font-size: 100%;
	color: #000000; 
	background-color: #EEE8D9;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-position: top;
}
#wrapper {
	width: 700px;
	background-color: #EEE8D9;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	border: 0;
	text-align: left;
}
#banner {
	background-image: url(images/bg_tulips.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	border-bottom: 2px solid #DFCCCF;
	text-align: center;
	padding: 3px 2px 5px 2px;
}
#content	{
	text-align: left;
	margin-left: 15%;
	margin-right: 15%;
}
#content p,	#content table	{
	font-size: 90%;
	text-align: left;
	margin: 2px 10px 2px 10px;
	color: #660066;
	}
#content ul li	{
	font-size: 90%;
	color: #660066;
	margin: 3px 3px 3px 20px;
}
#content a	
	{
	color: #660066;
	text-decoration: none;	
	padding: 5px;
	}
#content a:hover, #navrow a:focus	
	{
	background-color: #DFCCCF;
	}
#content h1, #content h2	{
	font-weight: bold;
	font-size: 120%;
	text-align: left;
	margin: 2px 10px 2px 10px;
	color: #660066;
	}
#navrow	{
	background-color: #EEE8D9;
	border-bottom: 2px solid #DFCCCF;
	font-size: 80%;
	text-align: center;
	color: #660066;
	margin-top: 1px;
	padding: 5px;
}
#navrow a	
	{
	color: #660066;
	text-decoration: none;	
	padding: 5px;
	}
#navrow a:hover, #navrow a:focus	
	{
	background-color: #DFCCCF;
	}
.clearit	{
	clear: both;
	display: block;
	}
.boldit	{
	font-weight: bold;
	}
.italicit	{
	font-style: italic;
	}
.onit	{
	color: #996699;
	padding: 5px;
	}
.bigboldit	{
	font-weight: bold;
	font-size: 120%;
	}
.pic_right {
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
	border: 0;  
}
.pic_left {
	float: left;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	border: 0;  
}
#footer	{
	clear: both;
	background-color: #DFCCCF;
	border: 2px solid #EEE8D9;
	color: #660066;
	}
#footer p	{
	font-size: 70%;
	margin: 0px;
	padding: 5px;
	font-style: italic;
	text-align: center;
	color: #660066;
	}
#footer a	{
	color: #660066;
	text-decoration: none;
	}
#footer a:hover, #footer a:focus	{
	text-decoration: underline;
	}
.prop	{
	height: 380px;
	float: right;
	width: 1px;
}
.clear {
	clear: both;
	height: 1px;
	overflow: hidden;
}
