* {
 padding: 0;
 margin: 0;
}

body		{
	scrollbar-base-color: #d29f19;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: regular;
	font-stretch: wider;
	line-height: 11px;
	background-image: url(../images/sweetpea_design2.jpg);
	background-position: top left;
	background-repeat: repeat;
	background-attachment:fixed;
}

a:link			{ color: #36280D; text-decoration: none }
a:visited		{ color: #36280D; text-decoration: none }
a:hover			{ color: #9e7f47; text-decoration: none }
a:active		{ color: #9e7f47; text-decoration: none }

a.menu:link		{ color: #ffffff; text-decoration: none }
a.menu:visited	{ color: #ffffff; text-decoration: none }
a.menu:hover	{ color: #d13f24; text-decoration: none }
a.menu:active	{ color: #d13f24; text-decoration: none }


TABLE		{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-style: normal;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	line-height: 120%;
	text-align: justify;
}

LI	{
	list-style-position: outside;
	list-style-type: square;
	margin-left: 16;
}

.menu 	{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-style: normal;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	line-height: 120%;
}

.search 	{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-style: normal;
	font-size: 10px;
	font-weight: regular;
	color: #000000;
	padding-top: 2px;
}

h1			{color: #000000;line-height:24px; font-weight: bold;font-size: 24px; font-family: Arial, Verdana, Helvetica, sans-serif; font-style: normal; font-variant: small-caps;}
h2			{color: #bfbfbf;line-height:30px; font-weight: bold;font-size: 18px; font-family: Arial, Verdana, Helvetica, sans-serif;}
h3			{color: #4D9FAF;line-height:16px; font-weight: bold;font-size: 16px; font-family: Arial, Verdana, Helvetica, sans-serif;}

.footer		{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	font-style: normal;
	font-variant: small-caps;
	color: #9e7f47;
}


#wrapper {
	margin: 0px 0px 0px 0px;
	width: 100%;
	height: 100%;
	center: left;

}

#main {
	margin: 0px 18px 0px 0px;
	display: inline; /* IE Hack */
	padding: 0px 0px 0px 0px;
	width: 100%;
	height: 100%;
	
}

#footer		 {
	margin: 0px 0px 0px 0px;
	display: inline; /* IE Hack */
	padding: 0px;
	width: 100%;
	float: left;
	min-height: 70px;
}

.but		{color: #ffffff;background-color:#9e7f47; font-family: Arial, Helvetica, sans-serif; font-size: 10px; font-weight: bold; font-style: normal; }




