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

body {
	font-size: 11px;
	font-family: Arial, sans-serif;
	color: #666;
	background: #fff;
	line-height: 165%;
}

a:link, a:visited { text-decoration: none; color: #ff3300; }
a:hover { text-decoration: underline; font-weight:bold; color: #000; }
a:active { text-decoration: none; color: #fff; background: #000; }

a img { border: none; }

a.grey:link, a.grey:visited { text-decoration: underline; color: #666; }

#content a:link { text-decoration: underline; }

#img-container span.backgrounded a,
#img-container a.thickbox, 
#img-container a.thumb-img, 
#img-container #d-col1 a { background: transparent; }

#menu {
    width: 215px;
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 0;
	margin-top:0px;
	margin-left:20px;
    position: fixed;
    height: 100%;
	background-color: #e3e3e3;
}

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

#menu .section-title { color: #000; font-weight: bold; }

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

.container {
    padding: 40px 15px 25px 20px;
}

.active {
    background-color:#fff; padding: 0px 0px 0px 4px;
}

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

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

#once { clear: left; }

#white-left {
height: 100%;
position: fixed;
top: 0;
left: 0;
width: 20px;
background: white;
}

#white-right {
height: 100%;
position: fixed;
top: 0;
right: 0;
width: 20px;
background: white;
}

#white-top {
height: 20px;
position: fixed;
top: 0;
left: 0;
width: 100%;
background: white;
}

#white-btm {
height: 20px;
position: fixed;
bottom: 0;
left: 0;
width: 100%;
background: white;
}