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

body {
	font-size: 10px;
	font-family: Verdana, sans-serif;
	background: #fff;
	line-height: 11pt;
}

body.section-1 { font-size: 10px;
	font-family: Verdana, sans-serif;
	background: #fff;
	background-attachment:fixed;
background-image:url("http://www.graphic-designer.be/files/5_background.png");
background-position:0 0;
background-repeat:repeat;} 
	
	
body.section-2 { font-size: 10px;
	font-family:Verdana, sans-serif;
	background: #fff;}
body.section-3 { }
body.section-4 { }
body.section-5 { }
body.section-6 { }
body.section-7 { font-size: 10px;
	font-family: Verdana, sans-serif;
	background:white ;
	background-attachment:fixed;
background-position:0 0;
background-repeat:repeat;} 
body.section-8 { }
body.section-9 { background-image:url("http://www.graphic-designer.be/files/1_background.png")}

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

a img { border: none; }

#menu {
    width: 200px;
    overflow: auto;
    top: 13px;
    bottom: 0;
	left: 40px;
    position: fixed;
    height: 100%;
	background-image:url("http://www.graphic-designer.be/files/menu.png")
}

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

#menu ul li.section-title {
line-height: 16pt;
border-bottom-color: #CC3300;
border-bottom-style:dotted;
border-bottom-width: 1px;
color:#333333;
font-size: 10pt;
}

#content {
    height: 100%;
    margin: 110px 0 0 215px;
	margin-left:230px;
	font-size:12px;
    top: 0;
}

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

#content p { width: 700px; margin-bottom: 9px; margin-top:0px ;line-height:16pt; margin-left:30px; font-size:11px; color:#000000 }

p {
    margin: 0 0 9px 0;
	color:#333333;
	font-size:11px;
}

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; }

#once { clear: left; }
