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

body {
	font-size: 10px;
	font-family: helvetica, verdana;
	background: #fff;
}

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

a:link { text-decoration: none; color: #000; background:#none; }
a:active { text-decoration: none; }
a:visited { text-decoration: none; color: #ffcc33; background: #none; }
a:hover { text-decoration: none; color: #fff; background-image: url(http://shapescolorssounds.com/files/bluestripe.jpg); }

a img { border: none; }

#menu {
    width: 150px;
    background-color: transparent;
    overflow: auto;
    top: 20px;
    bottom: 0;
	left: 10px;
    position: fixed;
    height: 100%;
}

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

#menu ul li.section-title { text-decoration: none; color: #fff; font-weight: 14px; background: #000; padding-left: 2px; padding-top: 10px;}
#content {
    height: 100%;
    margin: 0 0 0 215px;
    top: 0;
}

#menu ul li { border-bottom: 1px dotted #000; padding-bottom: 5px; margin-bottom: 5px; }
}

#menu .container { padding: 0px 5px 0px 10px; }
#menu .container p { text-align: left; }
}

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

.container { padding: 15px 0px 0px 15px; }

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

p {
    margin: 0 0 15px 0;

}
h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 10px; }

n1{
color:#ff2222;
font-size:16px;
font-style:bold;
font-weight: bold; 
}
n2{
color:#000;
font-size:12px;
font-style:normal;
font-weight: normal;
}
n3{
font-family:andale-mono;
color:#000;
background:#ff2222;
font-size:20px;
font-style:bold;
font-weight: bold; 
}
n4{
color:#000;
background-color: #fff;
background-image: url(http://shapescolorssounds.com/files/bluestripe.jpg);
background-repeat: repeat;
font-size:12px;
font-style:normal;
font-weight: normal;
}
n5{
opacity: 85%;
color: #000; background-color: #fff;
font-size: 18px;
font-style:bold;
font-weight: bold;
}
n6{
font-family:Helvetica;
color:#000;
background:#ff2222;
font-size:50px;
font-style:bold;
font-weight: bold; 
}
n7{
font-family:Helvetica;
color:#000;
hover:#333;
background-color: #fff;
background-image: url(http://shapescolorssounds.com/files/bluestripe.jpg);
background-repeat: repeat;
font-size:30px;
font-style:normal;
font-weight: normal;
}
n8{
font-family:Helvetica;
color:#000;
background-image: url(http://shapescolorssounds.com/files/bluestripe.jpg);
font-size:16px;
font-style:normal;
font-weight:normal; 
}
n9{
font-family:Helvetica;
color:#000;
background-image: none;
font-size:14px;
font-style:bold;
font-weight:normal;
padding: 5px 0px 0px 0px;
}

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

#once { clear: left; }