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

body {
	font-size: 10px;
	font-family: Verdana, sans-serif;
	background: #ffffff;
}

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

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

a:link {background-color: none;}
a:visited {background-color: none;}
a:hover {background-color: none;}
a:active {background-color: none;}

a img { border: none; }

#menu {
    width: 150px;
    overflow: auto;
    top: 0px;
    bottom: 0;
	left: 0px;
    position: fixed;
    height: 100%;
    background-color: #ffffff; 
    line-height:18px; /* use this to change the leading (space between lines) */
}

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

#menu ul li.section-title { font-weight: bold; 
background: none;
color: black;
display: inline; 
}

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

#content p { /* sets the properties for all paragraphs in the content area */
    width: 600px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 09px; /* sets the space between paragraphs */
    margin-left: 0px;       
    line-height:15px; /* use this to change the leading (space between lines) */	        
	       }

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

p {
    margin: 0 0 09px 0;
}

#content .container p a { text-decoration: none; color:#000; }
#content .container p a:hover { text-decoration: underline; color:#000;}
#content .container p a:active { text-decoration: none; color:#000;}

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: 0 0 12px 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; }
