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

body {
	font-size: 10px;
	font-family: Lucida Sans, Arial, Verdana, sans-serif;
	background: #fff;
}

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

a:link { text-decoration: none; color: #FFFFFF; background: #999 }
a:active { text-decoration: none; color: #99ccff; }
a:visited { text-decoration: line-through; color: #999; }
a:hover { text-decoration: none; color: #999; background: #99ccff; }

a img { border: none }



#menu {
	float: left;
    width: 180px;
    overflow: auto;
    top: 20px;
    bottom: 0px;
	left: 30px;
    position: fixed;
    height: 100%;
	background-color: #FFFFFF;
}

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

#menu ul li.section-title { 
	font-size: 12px;
	font-family: Arial Black; 
}

#content {
    height: 100%;
    margin: 20px 15px 0 220px;
    top: 100px;
}

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

#content p { width: 400px; margin-bottom: 12px; }

p {
    margin: 0 0 9px 0;
}

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

#img-container span.backgrounded a,
#img-container a.thickbox, 
#img-container a.thumb-img, 
#img-container #d-col1 a { background: transparent; }
#img-container	{ margin: 0; padding: 0; }
#img-container p	{ width: 400px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }