/* CSS Document */






body {
	background: #FFF;
	padding: 0;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 12px;
	line-height: 1.5;
	color: #333;
	}

p a:link {
	color: #ae377c;
	text-decoration: none;
}
p a:visited {
	color: #ae377c;
	text-decoration: none;
}
p a:hover {
	color: #704c80;
	text-decoration: underline;
}
p a:active {
	color: #704c80;
	text-decoration: none;
}
	
img {
	border: 0;
	padding: 0;
	display: block;
	text-decoration: none;
	}

.hide {
	display: none;
}

.inline {
	display: inline;
	}
	
.clear {
	clear: both;
	}

form {
	width: 400px;
	}



/*----------------------------------- wrapper & masthead ---------------------------------------*/

#wrapper {
	background: #FFF;
	width: 700px;
	position: relative;
	margin: 20px 0 0 40px;
	padding: 0;
	}


/* following allows container to wrap around floats */
#wrapper:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden; 
	}
	 
	  
#wrapper p {
	margin: 4px 0 0 0;
	padding: 4px 20px 8px 0;
	line-height: 1.6;
	}




/*----------------------------------- FONT SYTLES ---------------------------------------*/

.bodytext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 12px;
	line-height: 1.5;
	color: #494949;
	}
	
.bodytext-center {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 12px;
	line-height: 1.5;
	color: #494949;
	}

.purple-bold {
	color: #704c80;
	font-size: 12px;
	font-weight: bold;
	}
.purple {
	color: #704c80;
	font-size: 12px;
	}

.dk-purple {
	color: #5e1a6e;
	}

.dk-purple-caps {
	color: #5e1a6e;
	text-transform: uppercase;
	letter-spacing: .05em;
	font-size: 14px;
	}
	
.red-big {	
	color: #69111b;
	font-size: 14px;
	font-weight: bold;
	}
.red-caps-italic {	
	color: #69111b;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .05em;
	font-style: italic;
	}
.red-serif-italic {	
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #69111b;
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	}
.red-bold-italic {	
	color: #69111b;
	font-size: 15px;
	font-weight: bold;
	font-style: italic;
	}

.dk-brown {
	color: #1d1510;
	}
.dk-brown-caps {
	color: #1d1510;
	text-transform: uppercase;
	letter-spacing: .08em;
	font-size: 12px;
	}

.brown-caps {
	color: #381f0f;
	text-transform: uppercase;
	letter-spacing: .08em;
	font-size: 12px;
	}
	
.booktitle {
	font-style: italic;
	font-weight: bold;
	}
	
.big-italic {
	font-size: 13px;
	font-style: italic;
	line-height: 22px;
	}


.red-serif {
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #8a1720;
	letter-spacing: .04em;
	font-size: 17px;
	}
.salmon-serif {
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #8a1720;
	letter-spacing: .04em;
	font-size: 17px;
	color: #ca5656;
	}
.orange-header {
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #bc6e1b;
	text-transform: uppercase;
	letter-spacing: .15em;
	font-size: 19px;
	}
.orange-caps {
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #bc6e1b;
	text-transform: uppercase;
	letter-spacing: .15em;
	font-size: 16px;
	}
.orange-bold {
	color: #bc6e1b;
	font-size: 12px;
	font-weight: bold;
	}
.orange-big {
	color: #bc6e1b;
	font-size: 15px;
	}
.orange-caps-small {
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #bc6e1b;
	text-transform: uppercase;
	letter-spacing: .08em;
	font-size: 14px;
	}
.purple-caps-small {
	color: #5e1a6e;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	letter-spacing: .08em;
	font-size: 14px;
	}
	
.gray-big {
	color: #333;
	font-size: 14px;
	font-weight: bold;
	}
.light-gray-big {
	color: #565656;
	font-size: 14px;
	font-weight: bold;
	}

.burgundy {
	color: #650f3f;
	}


.salmon-big {
	font-size: 15px;
	color: #ca5656;
	}

.small {
	font-size: 11px;
	}


.serif-big {
	color: #57382C;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	letter-spacing: .06em;
	}	

	
	
	
	
	
	
/*----------------------------------- FOOTER ---------------------------------------*/

#footer {
	clear: both;
	width: 860px;
	vertical-align: top;
	horizontal-align: center;
	text-align: center;
	margin: 30px auto 15px auto;
	padding: 0;
	color: #5d4f48;
	font-size: 10px;
	}
	
#footer a:link {
	color: #711e85;
	text-decoration: none;
}
#footer a:visited {
	color: #711e85;
	text-decoration: none;
}
#footer a:hover {
	color: #711e85;
	text-decoration: underline;
}
#footer a:active {
	color: #711e85;
	text-decoration: none;
}