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

body {
	font-size: 10px;
	font-family: Verdana, sans-serif;
	background: #fff;
	margin-top: 30px;
	margin-left: 20px;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: border-bottom
	
}

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

a:link { text-decoration: none;
color: #666666; 
}
a:active { text-decoration: none;
color: #e2007a;  
}
a:visited { text-decoration: none; 
color: #999999; }
a:hover { text-decoration: underline;
color: #e2007a;
/*font-style: bold; */
}

a img { 
border: none;
margin: 0px 0px 10px 10px;}

#menu {
    width: 174px;
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 0;
    position: fixed;
    height: 100%;
	border:#000000
	background-color: #fff;
	margin-bottom: 15px;
	margin-left: 20px;
	padding-left: 0px;
}

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

#menu ul a:hover, #menu ul li.active a { text-decoration: none; color: #e2007a; background: url(img/dot.gif) right 4px no-repeat; padding-right: 10px; } 


#menu ul li.section-title { 
	border-top: 1px solid #ABABAB;
	color: #000000;
	letter-spacing: inherit;
	font-size: 10px;
	padding-top: 3px;
	padding-bottom: 5px;
	letter-spacing: 1pt; 
	}

#content { width: 710px;
    height: 100%;
    margin: 0 0 0 209px;
    top: 0;
}

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

#content p { width: 550px; 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	{ width: 600px; margin-top: 12px; padding-top: 8px;}
#img-container p	{ width: 600px; margin: 0; padding: 0 0 12px 0; padding-top: 8px;
border-top: 1px dotted #ABABAB; }

#once { clear: left; }