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

body {
	font-size: 8 pt;
	font-family: 'Courier New', monospace;
background-image:url('http://www.iamdavidsparkle.com/images/1_background.jpg');
background-repeat:repeat;
}

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

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

a img { border: none; }

#menu {
    width: 150px;
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 50px;
    position: fixed;
    height: 70%;
	
line-height: 16pt;
border-bottom-color: #666666;
border-bottom-style: solid;
border-bottom-width: 1px;
color: #333333;
font-size: 8pt;
padding-left: 20px;
padding-right: 20px;


}

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

#menu ul li.section-title { 
line-height: 12pt;
border-bottom-color: #ffffff;
border-bottom-style: dotted;
border-bottom-width: 1px;
color: #999999;
font-size: 8pt;
}

#content {
    height: 100%;
    margin: 0 0 0 215px;
    top: 0;
padding-top: 135.5px;
padding-left: 90px;

}

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

#content p { 
line-height: 14pt;
margin-left: 5px;
font-size: 8.5pt;
color: #ffffff;
background: #000000; text-decoration: none
text-align:justify;
width: 550px; margin-bottom: 9px; }

p {
    margin: 0 0 9px 0;
line-height: 12pt;
color: white;
font-size: 8pt;
}

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; }
