/*CSS file for First Impressions
	developed by CarricDesign
	www.carricdesign.com
*/

*, html {
	padding:0;
	margin:0;
}

body {
	background: #fff;
	font-family: verdana, arial, sans-serif;
	font-size: 76%;
}

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

h1 {
	display: none;
}

h2 {
	font-size: 1em;
	border-bottom: 1px solid #681d08;
	color: #681d08;
}

span{
	font-weight: bold;
}


/*#wrapper
===============================================*/
#wrapper {
	background: url(../images/bkgrnd-swirls.jpg);
	width: 1026px;
	height: 880px;
	margin: 0 auto;
}

/*#banner
===============================================*/
#banner{
	padding-top: 11px;
	padding-left: 143px;
}

/*#flashcontent
===============================================*/
#flashcontent {
	padding-left: 143px;
}

/*#nav
===============================================*/
#nav {
	margin-left: 200px;
	margin-top: 20px;
	font-size: 0.9em;
}

#nav a {
	color: #663300;
}

#nav a:hover {
	padding-bottom: 2px;
	border-bottom: 4px solid #663300;
}

#nav li {
	display: inline;
	margin-right: 20px;
}

#nav li.selected {
	color: #663300;
	padding-bottom: 2px;
	border-bottom: 4px solid #663300;
}

/*#content
===============================================*/
#content {
	margin-left: 345px;
	margin-top: 30px;
	font-size: 0.9em;
}

#content p {
	width: 500px;
	color: #663300;
	line-height: 1.5em;
	margin-top: 15px;
}


/*#footer
===============================================*/
#footer {
	margin-left: 345px;
	margin-top: 70px;
	color: #867e76;
	font-size: 0.9em;
}

#footer address {
	font-style: normal;
	margin-bottom: 7px;
}


#footer p.copy {
	font-size: 0.8em;
	color: #867e76;
	padding-right: 155px;

}

