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

body {
	font-size: 13px;
	font-family: myriad pro, sans-serif;
	background: #fff;
	line-height:20px;
	background-image:none;
background-repeat:no-repeat;
background-position: 400px center;
overflow:
auto
}

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

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

a img { border: none; }

#menu {
    width: 215px;
    overflow:
	none;
    top: 0;
    bottom: 0;
	left: 0;
    position: fixed;
    height: 100%;
	background-color: #fff;
}

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

#menu ul li.section-title { color:black;
line-height: 20pt;
border-bottom-color: black; 
border-bottom-style:
dotted; 
border-bottom-width: 1px; 
width:150px;
font-family:myriad pro;
font-size:14px;
 }

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

.container {
    padding: 10px 10px 25px 10px;
	height:500px;
	width:230px;
	margin-left:10px;
	
}

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

}

p {
    margin: 0 0 9px 0;
	color:black;
	background-image:;
background-repeat:no-repeat;
background-position:center;
	width:150px;
	height:160px;
	line-height:18pt;
	
}
.nav {
position: absolute;
top: 810px;
z-index: 100;
clear:
both;
color:#888;
left:1100px;
} 

h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }

#img-container	{ margin: 0;
padding:  0 0 0  ;}
#img-container p	{ width: 200px;eight:500px; margin: 0; padding: 12px 0 12px 0;}

#once { clear: left; }
