/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
	margin: 0;
	padding: 0;
}

/*æ---> main body text, links, visited, etc.æ*/ 

body {

	font-size: 12px;
	font-family: slabsemi, Georgia, serif;
	background: #e6e5e4;
	/* background-image:url('http://www.nicoleparente.com/npattern.gif');  */
	color: #2e291d;
	}
	
	
	@font-face {
	font-family: slabital;
	src: url('http://www.pushfrog.com/fonts/slabital.otf');
	}


	@font-face {
	font-family: slabsemi;
	src: url('http://www.pushfrog.com/fonts/slabsemi.otf');
	}

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

a:link { 
	text-decoration: none;
	color: #3b3528;
	line-height: 15px;
	}

a:active { 
	text-decoration: none;
	}

a:visited { 
	text-decoration: line-through; 
	/* color: #ebb220; */
	color: #6e6759;
	}

a:hover { 
	color: #fff;
	text-decoration: none; 
	background-color: #f2050d;
	}

a img { border: none; }


.aimg:link {
	color: #3366a9; 
	text-decoration: none
	}              
.aimg:hover { 
	border-bottom: none; 
	}

#menu {
    width: 220px;
    overflow: auto;
    top: 0px;
    padding-top: 20px;
    bottom: 0;
	left: 0;
    position: fixed;
    height: 100%;
	background-color: #fff;
	}

#menu ul {
	list-style: none;
	margin: 0 0 10px 0;
	line-height: 17px;
	text-align: right;
	}

#menu ul li.section-title { 
	font-size: 12px;
	font-style: italic;
	/* font-weight: bold; */
	color: #2e291d;
	font-family: slabital, Palatino, Georgia, serif;
	/* background: #4c4435; */
	/* border-top: 1px solid #2e291d; */
	border-top: 1px dotted #6e6759;
	text-align: right;
	}

#content {
    height: 100%;
    margin: 35px 0 200px 255px;
    top: 0;
    width: 700px;
	}

.container {
	padding-top: 0px;
	padding-right: 0px;
	background-color: none;
	padding-left: 10px;
	margin-right: 0px;
	margin-bottom: 00px;
	width: 80%; 
	height: 80%;
	margin-left: 15px;
	border-left-width: 0px;
	}
	
.nothumb {
	font-size: 10px;
	color: #6e6759;
	text-decoration: none;
	}



#content p { width: 400px; margin-bottom: 20px; }

p {
	font-family: slabsemi, georgia, serif;
	font-size: 12px;
	font-style: normal;
	color: #3b3528;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0px;
	line-height: 18px;
	width: auto;
	padding-left: 0px;
	}

.pmargin {
	margin-left: 0px;
	margin-top: 0px;
	}



h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { 
	font-family: slabital, Palatino, georgia, serif;
	font-size: 12px;
	color: #000;
	}

h5 { 
	font-size: 18px;
	color: #f2050d;
	}
	
h6 { 
	font-size: 9px;
	color: #2e291d;
	text-align: right;

	}

#img-container	{ 
	margin-left: 0px; 
	margin-top: 25px; 
	padding: 0; 
	}
	
#img-container p	{
	width: 600px; 
	margin-left: 00px; 
	padding: 20px 0 12px 0; 
	}

#once { clear: left; }