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

body {
	font-size: 11px;
	line-height: 12px;
	font-family: helvetica, sans-serif;
	background: #fff;
}

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

#menu a:link { text-decoration: none; color: #3cf;  }
#menu a:active { text-decoration: none; color: #3cf; }
#menu a:visited { text-decoration: line-through; color: #3cf; }
#menu a:hover { color: #3cf; text-decoration: line-through; }

a:link { text-decoration: none; color: #06c; }
a:active { text-decoration: none; color: #06c; }
a:visited { text-decoration: none; color: #06c; }
a:hover { text-decoration: underline; }


a:hover img { border: none; background-color: #fff; }
a img { border: none; background-color: #fff; }
img.logo { background-color: #fff; }
p.front { background-color: #fff; }

#menu {
    width: 200px;
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 0;
    position: fixed;
    height: 600px;
	background-color: #fff;
	z-index:100;
}

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

#menu ul li.section-title { font: 10px helvetica bold #333; letter-spacing: 1px; display: block; margin-bottom: 2px; text-decoration: underline; }

#content {
    height: 100%;
    margin: 7px 0 0 200px;
    top: 0;
	background-color: #fff;
}

.container {
    padding-left: 25px;
	padding-right: 5px;
	padding-top: 0px;
	padding-bottom: 5px;
}

#content p { display: block; background-color: #fff; color: #333; width: 600px; margin-top: 5px; padding: 2px; padding-left: 5px; }

p {
    margin: 0 0 5px 0;
}

h1 { font-size: 32px; }
h2 { font-size: 13px; font: helvetica, san-serif; letter-spacing: 1px; }
h3 { font-size: 10px; font: helvetica, san-serif; letter-spacing: 2px; display: block; margin-top: -10px; }
h4 { font-size: 12px; }

#img-container	{ margin-top: 0px; padding: 0px; }
#img-container p	{ display:block; position:fixed; left:200px; top:-5px; background-color: #ccc; width: 450px; z-index:10; padding: 0 0 -3px 0; opacity:0.85; filter:alpha(opacity=85) }

#img-container img { border: 1px solid #ccc; z-index:1; }
#once { clear: left; }
