/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*a:link { border-bottom-color: #ff4842; border-bottom-style: solid; border-bottom-width: 1px; text-decoration: none; color: #003a5e}
*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Verdana;
	font-size: 10px;
	line-height: 1.2em;
	color: #666666;
	background: #fff;

}



a:link { text-decoration: none; color: #0dc9d5}
a:active { text-decoration: none; background-color: #0bb3be;  }
a:visited { text-decoration: none; color: #011a1c; }
a:hover { text-decoration: none;}
a img { text-decoration: none;border: none; }
a:hover { text-decoration: none; color: #0bb3be }

#content a:link { color: #0dc9d5; text-decoration: none; }

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

#menu {
    width: 150px;
    overflow: auto;
    bottom: 0;
	left: 30px;
    position: fixed;
    height: 100%;
	background-color: white;
	
}


#menu ul {
	list-style: none;
	margin: 0 0 15px 0;
	line-height: 1.3em;
}

#menu .section-title { font-size: 12px; color: #0bb3be; font-variant: small-caps; margin-bottom: 5px;}

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

.container {
    padding: 15px 15px 25px 20px;
    margin: 0;
}

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

p {margin: 0 0 9px 0;font-size: 1.1em;line-height: 1.4em;}

h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 12px; font-variant: small-caps;margin-bottom: 10px; margin-top: 35px;  }
h4 { font-size: 14px;font-weight: normal;font-style: normal;}

#img-container	{text-decoration: none;border: none; margin: 0; padding: 0; }
#img-container	a:link {text-decoration: none;border: none; margin: 0; padding: 0; }
#img-container p { width: 400px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }
