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

body {
	
	color: #660099;
 	background-color: #000000;
	font-size: 24px;
	line-height: 30px;
	font-family: Georgia, Times, Times New Roman, Serif;
		background-image:url('http://designingwith.parsons.edu/img/DWWEB.jpg');
		background-repeat:no-repeat;

		}

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

a:link { text-decoration: none; color: #660099;}
a:visited { text-decoration: none; color: #660099;}
a:hover { text-decoration: none; color: #ff0099;}
a:active { text-decoration: none; color: #ff0099;}

a img { border: none; }

#menu {
width: 225px;
    overflow: auto;
		margin-left: 36px;
				margin-top: 28px;
    position: fixed;
    height: 100%;
	background-color: transparent;
}

#menu ul {
	list-style: none;
	margin-left: 0;
	font-size: 25px;
	line-height: 35px;
	font-family: arial, helvetica, sans serif;
	font-weight: bolder;
	
}

#menu ul li.myClass.yourClass {
list-style: none;
	padding-left:10px;
	font-size: 20px;
	line-height: 25px;
	font-family: arial, helvetica, sans serif;
	font-weight: bolder;
 }
 
#menu ul li.myClass.yourClass a{ 
text-decoration: none; color:#FFF;
}
 
#menu ul li.myClass.yourClass a:hover{ 
text-decoration: none; color: #ff0099;
} 

#menu ul li.active.myClass.yourClass a{ 
text-decoration: none; color: #ff0099;
} 
 
/* doesnt work yet JP
#menu ul li.section-title a{ 
text-decoration: none; color: #ff0099;
} 
*/

#content {
    height: 100%;
    margin-left: 272px;

}

.container {
    padding: 5px 5px 25px 5px;
	background-color: #000;
}

#content p { width: 650px; }

p {
color: #660099;
background-color: #ccffff;
padding: 20px;
margin:0;
}

h1 { background-color: #000000;
}
h2 { width: 650px;  }
h3 { font-size: 16px; }
h4 { font-size: 12px; }

#img-container	{ margin: 0; padding: 0; }
#img-container p	{ width: 650px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }
