@charset "utf-8";
/* CSS Document */
/* 
    AUTHOR: Jessi Edwards
            jedwards@experiencefayetteville.com
            http://www.experiencefayetteville.com
*/

/* RESETS & BASIC PAGE SETUP */
* { margin: 0; padding: 0; }
html { overflow-y: scroll; }
body {
	background-repeat: repeat;
	background-position: left top;
}

ul { list-style: none inside; }
p {
	font-size: 1.4em;
	line-height: 1.4em;
	margin-bottom: 1.4em;
	text-align: center;
}
	p.metadata {
	background: #fff9a7;
	padding: 3px;
	font-size: 1.8em;
} 
a { outline: none; }
a img { border: none; }

h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 2em;
	font-weight: bold;
	color: #063;
	text-align: center;
	}
h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 2.4em;
	font-weight: normal;
	color: #f05033;
	text-decoration: underline;
	text-align: center;
	}
h3 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #CCC;
	background-color: #000;
	}
h4 {
	font-family:"Arial Black", Gadget, sans-serif;
	font-size: 12px;
	color: #000;
/* END RESET */

/* TOOLBOX */
.floatleft { float: left;
	font-family: "MS Serif", "New York", serif;
	font-size: 14px;
	font-style: oblique;
	font-weight: bold;
	color: #0C0;		
}
.floatright { float: right; }
.clear { clear: both; }
/* END TOOLBOX */

/* STRUCTURE AND STUFF */
#page-wrap {
	width: 1000px;
	margin: 0 auto;
	background-color: #DDD;
	}
	#main-content {
		padding: 30px 60px 30px 75px;
	}
#header {
	background-color: #FFDE16;
	background-position: center top;
	background-image: url(images/fayetteville-square.png);
}
#footer {
	min-height: 123px;
	background-repeat: no-repeat;
	background-color: #FFDE16;
}

/* END STRUCTURE */
