* {
	margin: 0; 
	padding: 0; 
	border: 0;
}

/****** Basic Stuff *******/
body {
	font: normal .7em/1.8em  Verdana, Tahoma, Arial, Sans-Serif;
	color: #66757C;
	background: url(images/gradient.png) repeat-x #337A91;
	text-align: center;
	margin: 0 auto;
}

strong, em { 
	color: #B69FCF;
	font-family: Georgia, Serif;
}

small {
	font-size: .9em;
	color: #2D3747;
}	

p {
	margin-bottom: 10px;
}

ul {
	margin-left: 20px;
	list-style-image: url(images/footerbullet.gif);
	margin-bottom: 15px;
}

a, a:link, a:visited {
	color: #81CBBE;
	border-bottom: 1px solid #1E4F68;
	text-decoration: none;
}

	a img, a:link img, a:visited img {
		border-bottom-width: 0px !important;
	}
	
a:hover, a:active {
	color: #ADDAF1; 
	background: none;
}

/****** Positioning Classes *******/

.center {	
	text-align: center;
	margin: 0 auto;
}

.left {
	float: left;
	margin: 2px;
}

.right {
	text-align: right;
	float: right;
}

/****** Outline *******/

#container {
	background: url(images/quiltbg.png) repeat-y top left;
	width: 620px;
	text-align: justify; 
	margin: 0 auto;
}

#header {
	height: 181px;
	background: url(images/header.png) no-repeat top;
}

#twinkle {
	height: 142px;
	background: url(images/images/twinkle.gif) no-repeat top;
}

	ul#quiltnav {
		top: 57px;
		left: 69px;
		position: relative;
		list-style-type: none;
		width: 56px;
	}
	
	ul#quiltnav li {
		display: inline;
	}
	
	ul#quiltnav li a {
		border-bottom: 0px solid #000000 !important;
	}
	
	ul#quiltnav li a:hover img, ul#quiltnav li a:active img {
		position: relative;
		top: 1px;
		left: 1px;
	}
	
/****** Text Headers *******/
h1 {
	display: none;
}

h2 {
	font: normal 1.7em Georgia, "Times New Roman", Serif;
	color: #375185;
	text-decoration: none;
}

h3 {
	font: italic 1.4em Georgia, "Times New Roman", Serif;
	color: #88C0E0;
	text-decoration: none;	
}

	#side h3 {
		text-align: center;
		padding-bottom: 2px;
	}

/****** Content *******/
#content {
	text-align: left; 
	float: left;
	width: 556px;
	padding: 5px 20px;
}

#content p, #content br {
	padding-bottom: .4em;
}

/****** Quilt *******/
#navigation p#quilt {
	width: 100%;
}

p.quilt {
	width: 90%;	
	margin: 0 auto;
	text-align: center;
}

	p.quilt a:hover img, p.quilt a:active img, p.quilt img:hover {
		position: relative;
		top: 1px;
		left: 1px;
	}

/****** Activities *******/
ul#activities {
	margin-left: 30px;
}

ul li#sandcastles08 { list-style-image: url(images/images/activities/08-sandcastles.gif); }
ul li#trickortreat08 { list-style-image: url(images/images/activities/08-halloween.gif); }
ul li#christmas08 { list-style-image: url(images/images/activities/08-christmas.gif); }
ul li#valentines09 { list-style-image: url(images/images/activities/09-valentines.gif); }
ul li#birthday09 { list-style-image: url(images/images/activities/09-birthday.gif); }

/****** Sidebar *******/
#side {
	width: 150px;
	line-height: 1.8em;
	float: right;
	right: 32px;
	position: relative;
	text-align: left;
	padding: 10px;
}

ul#nav {
	margin-left: 40px;
}
	ul#nav li#home { list-style-image: url(images/images/home.gif); }
	ul#nav li#bquilt { list-style-image: url(images/images/quilt.gif); }
	ul#nav li#special { list-style-image: url(images/images/special.gif); }
	ul#nav li#activity { list-style-image: url(images/images/activities.gif); }
	ul#nav li#trade { list-style-image: url(images/images/trade.gif); }
	ul#nav li#graveyard { list-style-image: url(images/images/graveyard.gif); }

/****** Footer *******/
#footer {
	clear: both;
	height: 4em;
	font-size: .9em;
	line-height: 1.2em
	margin: 0 auto;	
	padding: 0px 0px 10px 15px;
	background: url(images/footer.png) repeat-y;
	text-align: center;
}

#footer p {
	margin-top: -15px;
}

#footer ul li {
	display: inline;

	padding: 4px;

}

#space {
	height: 40px;
}

/****** Form Stuff *******/
fieldset ol li {
	list-style-type: none;
	padding: 5px;
	border-bottom: 0px !important;
}

input, select, textarea {
	background-color: #88C0E0;
	border: 1px solid #375185;
	padding: 4px;
	color: #375185;
	font: normal 1em Verdana, Tahoma, Arial, Sans-Serif
}

	input {
		width: 55%;
		display: block;
	}

	textarea {
		height: 150px;
		width: 95%;
	}
	
#tradelog {
	width: 70%;
	margin: 0 auto 10px;
	padding: 20px;
	display: block;
	height: 13em;
	background: url(images/butterfliesbackg.gif) no-repeat bottom right #0A0A0A;
}

.section {
	display: block;
	float: left !important;
	width: 180px;

}

	section a img {

	}
	
	section a:hover img, section a:active img, section img:hover {
		position: relative;
		top: 1px;
		left: 1px;
	}
	
	.clear { 
		clear: both;
		height: 1px;
	}
