/* CSS Document */
/*  Styles for Kellswood Krafts website  */
/*  Copyright 2004 to present, Susan Kell, www.kellswood.com/design/  */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #006600;
	background-image: url(images/kk_gradient.jpg);
	background-repeat: repeat-y;
	background-position: center;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
#wrapper {
	width: 700px;
	background-image: url(images/kk_swirl_green.jpg);
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border: 2px solid #006600;
	text-align: left;
}
#banner {
	background-color: #006600;
	padding-left: 80px;
}
#leftcol #nav	{
	border: 1px solid #009933;
}
#leftcol #nav ul	{
	padding: 0;
	margin: 0;
	background-color: transparent;
	list-style-type: none;
	font-size: 60%;
	}
#leftcol #nav ul li	{
	display: inline;
	padding: 0;
	margin: 0;
	}
#leftcol #nav ul li a	{
	background-color: transparent;
	border: 1px solid #009933;
	color: #006600;
	display: block;
	padding: 4px 0px 4px 4px;
	text-decoration: none;
	height: 1%;
	}
#leftcol #nav ul li a:hover, #leftcol #nav ul li a:focus	{
	background-color: #006600;
	border: 1px solid #ffffff;
	color: #ffffff;
	}
#contact	{
	font-size: 60%;
	text-align: center;
	margin-top: 40px;
}
#contact a	{
	color: #006600;
	font-weight: bold;
	text-decoration: none;
	}

#hosting	{
	font-size: 60%;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 10px;
}
#content	{
	margin-left: 180px;
}
#content p, #content table, #content ul li	{
	font-size: 80%;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	color: #006600;
	}
#content h1	{
	font-size: 130%;
	color: #006600;
	padding: 0;
	margin: 10px;
	}
#content h2	{
	font-size: 110%;
	color: #006600;
	padding: 0;
	margin: 10px;
	}
#content a	{
	color: #006600;
	font-weight: bold;
	text-decoration: none;
	}
#content a:hover, #content a:focus	{
	font-weight: bold;
	text-decoration: underline;
	}
/* Put "topnav" inside "content" on pages */
.topnav {
	text-align: left;
	margin-left: 10px;
	margin-top: 30px;
	}
.topnav a {
	font-size: 70%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #006600;
	font-weight: bold;
	text-decoration: none;
	}
.topnav a:hover, .topnav a:focus {
	font-size: 70%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #006600;
	font-weight: bold;
	text-decoration: underline;
	}
.pic_right {
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
.pic_left {
	float: left;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.centerit {
	text-align: center;
	}
.clearit	{
	clear: both;
	display: block;
	}
.boldit	{
	font-weight: bold;
	}
.none	{
	}
.smallit	{
	font-size: 80%;
	}
.italicit	{
	font-style: italic;
	}
.bigboldit	{
	font-weight: bold;
	font-size: 110%;
	color: #006600;
	padding: 0;
	}
.blinkit	{
	text-decoration: blink;
	}
#thumblist ul	{
	list-style-type: none;
	}
#thumblist li	{
	margin-left: 20px;
	}
#thumblist img	{
	border: 0px;
	}
#footer	{
	clear: both;
	background-color: #006600;
	color: #ffffff;
	}
#footer p	{
	font-size: 70%;
	margin: 0;
	padding: 10px;
	font-style: italic;
	text-align: center;
	}
#footer a	{
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	}
#footer a:hover, #footer a:focus	{
	font-weight: bold;
	text-decoration: underline;
	}
#leftcol	{
	margin-left: 10px;
	margin-top: 20px;
	float: left;
	width: 165px;
	background-color: transparent;
	}
.container	{
	width: 99%;
	float: right;
	}