/**
* CSS
* 
* @version 1.0
* @author Tanya Osika www.oseycat.com

*/
* {
	margin: 0px;
	padding: 0;
}

body {
	font-size: 12px;
	font-family: Courier, American Typewriter, Cooper Black, Lucida Sans Typewriter, sans serif;
	background: #fff;
	padding-top: 126px;
	padding-left: 0px;
	

}

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

a:link { text-decoration: none; color: #000000; }
a:active { text-decoration: none; color: #000000; }
a:visited { text-decoration: none; color: #585858 ; }
a:hover { text-decoration: none; color: #989898; }

a img { border: none; }

#menu {
    width: 195px;
    overflow: auto;
    top: 100px;
    bottom: 10px;
    left: 25px;
    position: fixed;
    height: 100%;
	padding-bottom: 12px;
	background-color: none;
}



#menu ul li{
	
margin-bottom: 6px;

	

}
#menu ul li.section-title {margin-top: 25px;
}

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

.container {
    padding: 5px 5px 5px 5px;
}

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

p {
    margin: 0 0 9px 0;
}

h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
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; }



#index {
	
	font-size: 10px;
}

#background {
	
	margin: 0 0 0 0px;
}
