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

body {
	font-size: 12px;
	font-family: Georgia, Times Roman, futura;
	background: #fff;
	background-image: url("http://jameslincke.com/files/BGwallpaper.jpg");
	background-color: 000000;
	background-repeat: repeat;
	
} 


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

a:link { text-decoration: none; color: #FCF75E; }
a:active { text-decoration: none; color: none }
a:visited { text-decoration: none; color: #FFDB58; }
a:hover { text-decoration: underline; color: #F8F4FF; }

a img { border: none; }

#menu {
    width: 215px;
    overflow: auto;
    top: 0;
    bottom: 40;
	left: 0;
    position: fixed;
    height: 100%;
	font-family: adventure, futura, arial, impact, myriad;
color: #E0FFFF;
text-decoration: none;
text-shadow: none;
word-spacing: normal;
text-align: center;
letter-spacing: 1px;
line-height: 1em;
font-size: 11px;

}

#menu ul {
	list-style: none;
	margin: 0 5 0px 0;
}

#menu ul li.section-title {
padding: 0px 20px 0px 50;
font-size: 13px;
text-decoration: underline;
letter-spacing: 2px; 
line-height: 1.25em;
font-family: georgia, garamond, times new roman, futura, verdana
}

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

#menu .container {
    padding: 261px 27px 5px 0px;
}

#content .container {
    padding: 15px 60px 0px 55px;
    background-image: none;
    background-repeat: no-repeat;
    color: #E0FFFF; hover: #E2062C;
    font-size: 13px;
    line-height: 1.25em;
    letter-spacing: 1.25px;
    font-family: georgia, times roman, futura, impact, arial;
}


#content p { width: 400px; 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; }
