* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	background: #CCCC99 url(background.png) repeat-x;
	font: normal 13px Trebuchet MS, Arial, Helvetica, sans-serif;
	letter-spacing: 0.33px;
	
}

h1, h2, h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #004000;	
}

h2 {
	margin-bottom: .8em;
	border-bottom: dotted 1px #556B2F;
	font-size: 1.6em;
	font-weight: normal;
}

h3 {
	margin-bottom: 1em;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #628254;
	font: bold small Georgia, Verdana, Arial, Helvetica, sans-serif;
}

p, blockquote, ul, ol {
	margin-bottom: 1.4em;
	line-height: 1.65em;
	
}

p {
	padding: 0px;
}

blockquote {
	margin-left: 2em;
	margin-right: 2em;
	font-style: italic;
}

ul {
	margin-left: 3em;
}

ul li {
	
}


ol {
	margin-left: 3em;
}

ol li {
}

a {
	text-decoration: none;
	color: #669933;
}

a:hover {
	text-decoration: underline;
}

img {
	border: 0px;
}



/* Header */

#logo {
	width: 770px;
	height: 200px;
	margin: 0 auto;
	
}

#logo h1 {
	padding: 102px 0 0 40px;
}

#logo h1 a {
	text-transform: uppercase;
	font-size: 30px;
	color: #FFFFFF;
}

#logo h1 i {
	text-transform: lowercase;
	letter-spacing: -3px;
	font: italic normal 48px Georgia, "Times New Roman", Times, serif;
	color: #FFCC33;
}

#logo h1 b{
	font-size: 22px;
}


#logo h2 {
	padding: 0 0 0 42px;
	margin: 0 0 0 100px;
	color: #333300;	
	font: italic normal 50px Georgia, "Times New Roman", serif;
	letter-spacing: 1.7px;
	border: none;
	font-size: 1.6em;

}

#logo a {
	text-decoration:none;
}

/* Content */

#content {
	width: 770px;
	margin: 0 auto;
}

/* Content > Main */

#main {
	float: right;
	width: 500px;
	margin-top: -220px;
}

img {
	margin: 0 0 30px 0;
}

/* Content > Main > Welcome */

#welcome {
	padding: 0 0 0 5px;
}

img {
	float: right;
	padding: 10px 10px 10px 10px;
}

#welcome a {
	letter-spacing: 1px;
	color: #204E20;
	font-weight: bold;
}




/* Content > Sidebar */

#sidebar {
	margin-top: 25px;
	float: left;
	width: 240px;
	letter-spacing: 0px;
}

#address {
	background: #DBDAB5;
	margin: -18px 0 120px 0;
	border: 1px dotted #827F54;
	padding: 20px 10px 10px 0;
}

#address a{

	text-transform: uppercase;
	letter-spacing: 1.5px;
	font: #000000;
}



#address p{
	text-transform: uppercase;
	font: 12px Georgia, "Times New Roman", serif;
	line-height: 1.6em;
	text-align: center;
}

#address img{
	border: 0;
	padding: 0 25px 0 0;
	margin: 0 0 0 -30px;
}
	



/* Menu (Within Sidebar and Content) */

#menu {
	margin-bottom: 20px;
	border-bottom: 4px solid #EBEBEB;
}

#menu ul {
	margin: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: inline;
}



#menu a{
	display: block;
	padding: 10px 0 10px 48px;
	border-bottom: 1px solid #EBEBEB;
	font: 13px Georgia, "Times New Roman", serif;
	font-weight: bold;
	color: #617A32;
	
}

#menu a:hover{

	background: #E3E3C7 url(lilybudicon.png) no-repeat 10px 5px;
	text-decoration: none;
	font-weight: bold;
	color: goldenrod;
}



#menu .active a {
	background: #E3E3C7 url(lilyicon.png) no-repeat 5px;
	text-decoration: none;
	font-weight: bold;
	color: goldenrod;
}



/* Footer */


#lily {
	clear: both;
	background: url(cutelilybud.png) no-repeat 275px 10px;
	margin: -140px 0 0 0;
	width: 500px;
	float: left;
	height: 120px;
}

#footer {
	
	clear: both;
	padding: 20px 50px;
	border-top: 4px solid #D6D5D5;
	background: #EAEAEA;
}

#footer p {
	width: 770px;
	margin: 0 auto;
	font-size: x-small;
}
}