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

body {
	
	font-size: 13px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-weight: normal;
	background: #fff;
	
}

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

a:link { text-decoration: none; color: #666; }
a:active { text-decoration: none; color:#666; }
a:visited { text-decoration: none; color:#666; }
a:hover { text-decoration: none; color: #CCC; }

a img { border: none; }

#menu {
    width: 255px;
    top: 0;
    bottom: 0;
	left: 0;
    position: fixed;
    height: 450px;
	margin-left: 22px;
	margin-top: 40px;
    padding: 90px 40px 0 5px; 
 	background: #fff url(../img/noisebox.gif) no-repeat 5px 15px;
}

#menu ul {
	list-style: none;
	margin: 55px 0 290px 105px;
	
	
}

#menu ul li {
	margin-bottom: 12px;
	font-stretch: extra-expanded;
	
	}




#menu ul li.section-title {
	
	}

#menu pl {
	list-style: none;
	font-size:10px;
	font-weight:lighter;
	padding-left: 40px;
	
}

#menu pl li {
	padding-left: 0px;
}

#content {
    height: 510px;
	width: 660px;
    margin: -23px 0 0 300px; /* 215px; */
	padding-top: 100px;
	padding-left: 120px;
    top: 0;
}

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

	
#content p { 
margin-top: 10px;
margin-left: 30px;
width: 600px; 
margin-bottom: 9px; 
 
}

p {
    margin: 5px 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: 560px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }
