/* HTML TAGS */
body {
	background: url(../images/bg.jpg) #578E95;
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #578E95;
	letter-spacing: 0.03em;
	line-height: 1.5em;
	text-align: justify;
}

/* Container for WRAPPER */
#wrapper {
	background: url(../images/bg_pink.jpg) #F8D9D4;
	width: 820px;
	margin: 0 auto;
	clear: both;
}
/* Container for HEADER including NAVIGATION */
#header {width: 820px; color: #CC6666;	text-align: center;}
#topNav {
	width: 90%;
	margin: 0 auto;
	color: #CC6666;
	letter-spacing: 0.1em;
	line-height: 2em;
	border: 1px dashed #CC6666;
	border-left: 0;
	border-right: 0;
}
#topNav a {color: #CC6666; font-weight: bold; text-decoration: none; text-transform: uppercase;}
#topNav a:hover {color: #578E95;}
#topNav a.current {color: #578E95;}

/* Container for MAIN CONTENT */
#mainContent {
	min-height: 300px;
	margin: 10px auto; 
	padding: 20px 40px;
	width: 75%;
	background: #fff;
	color: #578E95;
	border: 1px solid #578E95;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

div.quote {text-align: center;	margin: 0;}
div.quote h1 {font-size: 1.1em;	font-weight: bold; margin: 20px 0 -18px; text-align: center;}
div.quoteHome {text-align: center; margin: 0;}
div.quoteHome h1 {font-size: 1.3em; margin: 20px 0 -15px; text-align: center;}

/* Container for FOOTER */
#footer {font-size: .9em; text-align: center; padding: 0 0 10px; line-height: 1.7em;}
#footer a {color:  #578E95;}
#footer a:hover {text-decoration: none;	color: #CA6976;}

/* Container for TOC */
#toc {margin: 20px 0 30px 0;}
