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

body {
	font-size: 10px;
	font-family: Lucida Console, sans-serif;
	background: #fff;
	letter-spacing: 1px;
}

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

a:link { text-decoration: none; color: #333; }
a:active { text-decoration: line-through; color:#333; background: transparent; }
a:visited { text-decoration: none; color: #333; }
a:hover { text-decoration: line-through; color:#333; background: transparent;  }

a img { border: none; }

#menu {
    width: 215px;
    overflow: auto;
    top: 12px;
    bottom: 12px;
	left: 12px;
    position: fixed;
    height: 100%;
	background-color: transparent;
}

#menu ul {  
	list-style: none;
	margin: 0 0 20px 0;
	background-color: transparent;
}

#menu ul li.section-title { text-decoration: none; color: #333333; font-size: 11px; font-style: italic; font-weight: lighter; letter-spacing: 2px; background-color: transparent; }


#content {
    height: 100%;
    margin: 60px 0 0 250px;
    top: 0;
}

.container {
    padding: 20px 10px 35px 10px; width: 190px;
}

#content p { width: 600px; margin-bottom: 9px; }

p {
    margin: 12px 12px 12px 0px;
}

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

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

#once { clear: left; }