/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/


body {
	font-size: 14px;
	font-family: Georgia, Verdana, sans-serif;
	background: #fff;
}

body.section-1 { }
body.section-2 { }
body.section-3 { }

a:link { text-decoration: none; 
	color: #666; 

}
a:active { text-decoration: none; }
a:visited { text-decoration: none; color: #666; }
a:hover { color: #9E9E9E; }

a img { border: none; }

#menu {
	font-size: 13px;
    width: 299px;
    overflow: hidden;
    top: 0;
    bottom: 0;
	left: 0;
    position: fixed;
    height: 100%;
}

#menu ul {
	list-style: none;
	text-align: right;
	margin: 0 0 9px 0;

}


#menu p{
	text-align: right;
	}

#menu li{
	padding: 8px 0 0 0;
	}

#menu ul li.section-title { 
	text-align: right;
	}

#content {
    height: 100%;
    margin: 0 0 0 239px;
    top: 0;
}

.container {
    padding: 55px 55px 65px 55px;
}

#content p { width: 550px; margin-bottom: 9px; }

#content li { width: 500px; margin-bottom: 9px; }


p {
    margin: 0 0 9px 0;
}

h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 17px; 
	font-weight: normal;
	font-style: italic;
}
h4 { font-size: 12px; }

#img-container	{ margin: 0; padding: 0; }
#img-container p	{ width: 400px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }


blockquote, 

.reviewQuote {
	font-style:normal;
	margin: 8px 20px 0px 40px;
	
	}
	
.verseQuote {
	font-style:normal;
	margin: 8px 20px 0px 40px;
	padding-left: 10px;
	}
	
