body {
	background-color: #CCC;
	background: url(http://www.womenwritinginasheville.org/images/bg.png) top left repeat;
	font: small/1.5 Arial, Helvetica, sans-serif;
}

div {
	padding: 1px 0;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0 0 5px 0;
	padding: 0;
}	

h1 {
	font-size: xx-large;
}

h2 {
	font-size: x-large;
}

h3 {
	font-size: large;
}

a:link {
	color: #669933;
	font-weight: bold;
}

a:visited {
	color: #006600;
	font-weight: bold;
}

a:hover, a:active {
	color: #000;
	text-decoration: none;
	font-weight: bold;
}

#header, #footer {
	width: 80%;
	min-width: 600px;
	max-width: 1000px;
	margin: 0 auto;
}

#header {
	text-align: center;
}

#wrapper_main {
	width: 80%;
	min-width: 600px;
	max-width: 1000px;
	margin: 0 auto;
	padding: 0;
}
		#menu {	
			width: 150px;
			margin: 30px auto 0 auto;
			padding: 0;
		}
		
		#sticky {
			background: url(http://www.womenwritinginasheville.org/images/sticky-note.png) top left no-repeat;
			height: 236px;
			width: 252px;
			float: right;
			margin: 0 -45px 0 0;
		}
		
		#next_meeting {
			margin-right: 150px;
			text-align: center;
		}
		
		#spiral {
			background: url(http://www.womenwritinginasheville.org/images/notebook_left.png) top left repeat-y;
		}

		#main_content {
			background-color: #FFF;
			margin-right: 135px;
			margin-left: 62px;
			margin-top: -1px;
			margin-bottom: -1px;
			padding: 15px;
			border-bottom: 1px solid #CCC;
			border-right: 1px solid #CCC;
			border-top: 1px solid #CCC;
		}		
		
		#calendar {
			text-align: center;
		}
		
		#main_content .calendar {
			float: left;
			margin-right: 10px;
		}

		
/* FOOTER */
#footer {
	clear: both;
	margin-top: 10px;
}

.footer-col {
	width:30%;
	float:left;
	margin: 0 5px;
}

#footer p {
	padding: 0 10px;
}

#footer h3 {
	text-align: center;
}

#donate {
	background: #e3cdb8 url(http://www.womenwritinginasheville.org/images/footer_bg.png) bottom left repeat-x;
	border-left: 1px solid #333;
	border-right: 1px solid #333;
	border-top: 1px solid #333;
}

#shop {
	background: #e3cdb8 url(http://www.womenwritinginasheville.org/images/footer_bg.png) bottom left repeat-x;
	border-left: 1px solid #333;
	border-right: 1px solid #333;
	border-top: 1px solid #333;
}

#online {
	background: #e3cdb8 url(http://www.womenwritinginasheville.org/images/footer_bg.png) bottom left repeat-x;
	border-left: 1px solid #333;
	border-right: 1px solid #333;
	border-top: 1px solid #333;
}

#paypal {
	text-align: center;
}

/* DESIGN CREDIT */
#design_credit {
	text-align: center;
	clear: both;
	width: 80%;
	min-width: 600px;
	max-width: 1000px;
	margin: 0 auto;
}

#design_credit a:link, #design_credit a:visited {
	color: #FFF;
	text-decoration: none;
}

#design_credit a:hover, #design_credit a:active {
	color: #FFF;
	text-decoration: underline;
}

#design_credit p {
	background-color: #666;
}









