html, body { margin: 0; padding: 0; border: 0; }
body { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 70%; text-align: center; color: #666;
background-image: url(../images/bg_main.gif); background-position: top center;
background-repeat: repeat-y; background-color: #FFF; }
a { text-decoration: underline; color: #F6A7B4; font-weight: bold; }
a:hover { text-decoration: none; color: #B7D183; }
p { padding: 4px 3px 4px 6px; margin: 0 }
h1 { font-size: 1.5em; font-weight: bold; text-align: left; margin: 0; padding: 4px 3px 8px 6px; color: #F6A7B4; }
h2 { font-size: 1.3em; font-weight: bold; text-align: left; margin: 0; padding: 4px 3px 4px 6px; color: #99C151; }
h3 { font-size: 1.2em; font-weight: bold; text-align: left; margin: 0; padding: 4px 3px 4px 6px; }
strong { font-weight: bold; }
img { margin:0; padding: 0; border: 0px none #FFF;}
input, textarea, select { border: 1px solid #999; }
input:focus, textarea:focus { border: 1px solid #000; }
label { text-align: left; vertical-align: top; width: 150px; }
pre { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 1em; margin-left: 6px;}
/***************************************************************************/

#wrapper {
	width: 750px;
	margin: 0 auto;
	text-align: left;
}

#header {
	text-align: center;
}

#content-wrapper {
	position: relative;
	background: transparent url(../images/footer_flowers.gif) no-repeat 40% 100%;
}
#content-wrapper-inner {
	position: relative;
	padding-bottom: 95px;
	background-repeat: no-repeat;
	background-position: 100% 100%;
}

.content-left {
	position: relative;
	float: left;
	width: 300px;
	margin-left: 5px;
}

.content-right {
	position: relative;
	float: right;
	width: 340px;
	margin-right: 5px;
}


#footer {
	clear: both;
	line-height: 25px;
	position: relative;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 0.8em;
	color: #999;
}

#twitter { width: 150px; position: absolute; right: 200px; top: -50px; }

#newsletter { width: 160px; background-color: #FEF1F3; color: #99C151; position: absolute; left: 20px; top: -100px; }
#newsletter strong { font-weight: bold; font-family:Comic Sans MS; font-size:16px; }

#footer a {
	text-decoration: none;
}

#copyright {
	font-size: .9em;
}

#design-by {
	font-size: .9em;
}

.clear {
	clear: both;
	line-height: 1px;
	font-size: 1px;
}

/***************************************************************************/
ul.list {
	margin: 0; 
	padding: 0;
	clear: left;
	list-style-type: none;
}
.list li {
	float: left;
	padding: 5px 10px;
}
.list li img {
	display: block;
}
.list li a {
	background-color: #FEF1F3;
	padding: 5px;
	display: block;
}
.list li a:hover {
	background-color: #99C151;
}

/***************************************************************************/
.field {
	margin-bottom: 5px;
	margin-left: 6px;
}
.field-title {
	font-weight: bold;
}

#slideshow {
	text-align: left;
}

.icon_image {
	float: left;
	margin: 5px;
}
h3 {
	clear: both;
}