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

body {
	font-size: 10px;
	letter-spacing: 1px;
    line-height: 20px;
    font-family: Univers, monospaced, sans-serif;
	background: transparent;
	text-align: left;
}

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

a:link { text-decoration: none; color:#666666; background-color:#ffffff }
a:active { text-decoration: none; color:#666666; background-color:#ffffff}
a:visited { text-decoration: line-through; color:#666666; background-color:#ffffff}
a:hover { text-decoration: none; color:#FFCC00; background-color:#ffffff}

a img { border: none; }

#nav hl, #nav {
	z-index: 5;
}

#nav h1 a {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(../logo/crdl.jpg) no-repeat scroll left top;
display:block;
font-size:0.45em;
height:51px;
left:2em;
overflow:hidden;
position:fixed;
text-indent:-9999px;
top:2em;
width:170px;
z-index:5;
}

body.section-1 #nav h1 a {
background-color:transparent;
background-image:url(../logo/crdl.jpg);
}

#menu {
    width: 215px;
    overflow: auto;
    height: 100%;
    position: fixed;
    margin-left: 200px
	background-color: transparent;
	text-align: right;
}

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

#menu ul li.section-title { }

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

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

#content p { width: 400px; margin-bottom: 0px; padding: 45px 0 0 0; }

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

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

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

#once { clear: left; }
