body {
	margin: 0px;
	padding: 0px;
	border: 0px;
	background-color: #fafafa;
	color: #574014;
	font-family: Arial,Helvetica,sans-serif; 
	background: url(imgz/am-bg-main.jpg) repeat-x top left;
	font-size: 12px;
	line-height: 1.8;
}

a:link { color: #8a4a9d; font-weight: bold; text-decoration: none; }
a:visited { color: #8a4a9d; font-weight: bold; text-decoration: none; }
a:hover { color: #8a4a9d; font-weight: bold; text-decoration: underline; }
a:active { color: #8a4a9d; font-weight: bold; text-decoration: underline; }
a:link:hover { color: #8a4a9d; font-weight: bold; text-decoration: underline; }
a:visited:hover { color: #8a4a9d; font-weight: bold; text-decoration: underline; }


#wrapper { 
	margin-top: 0px;
	width: 1000px; 
	height: 1800px;
	background: url(imgz/am-bg.jpg) no-repeat top left;
	background-color: #fafafa;
	margin-left: auto;
	margin-right: auto;
} 

#header {
	/** clear: both; **/
	/** float: left; **/
	padding-top: 10px;
	/** text-align: center; **/
	/** padding: 40px, 0, 40px, 0; **/
}




#meat {
	clear: both;
	width: 670px;
	float: left;
	padding-left: 160px;
}

.titles {
	width: 150px;
	padding-top: 30px;
	float: left;
	text-align: right;
}

.textarea {
	width: 415px;
	padding-top: 30px;
	float: left;
	padding-left: 50px;
}


.contact {
	width: 165px;
	float: left;
}

.follow {
	width: 100px;
	float: left;
	padding-left: 30px;
}

.blue {color: #3f67b1; font-weight: bold;  }

#mainNav {
	padding-top: 120px;
	padding-bottom: 25px;
	/** text-align: center; **/
}

#browseNav {
	width: 900px;
	padding-left: 140px;
}

#nav {
	padding:0;
	margin:0;
	white-space:nowrap;
	list-style-type:none;
}

#nav li {
	display:inline;
	float: left;
	padding: 2px;
	}


a.about {
    background: url(imgz/laura-nav-about.gif) top left no-repeat;
    display: block;
    float:left;
    width:130px;
    height:23px;
    text-decoration: none;
}

a.about:hover {
    background: url(imgz/laura-nav-about-roll.gif) top left no-repeat;
    display: block;
    float:left;
    width:130px;
    height:23px;
    text-decoration: none;
}



