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

body {
	font-size: 10px;
	font-family: "Verdana", Geneva, Helvetica Neue, Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: 150%
	color: #787878;
	background: #fff;
}

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

a:link { text-decoration: none; 
         font-family:"Georgia", Times, serif; 
         font-style:italic; color: #669933; }
a:active { text-decoration: none; 
         font-family:"Georgia", Times, serif; 
         font-style:italic; color: #669933; }
a:visited { text-decoration: none; 
         font-family:"Georgia", Times, serif; 
         font-style:italic; color: #669933;  }
a:hover { 
         font-family:"Georgia", Times, serif; 
         font-style:italic; color: #333;  }

a img { border: none; }

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

#menu ul {
	list-style: none;
	margin: 0 0 0px 0;
	width: 150px;

}

#menu ul li.section-title {
	font-size: 10px;
	letter-spacing: 2px;
	line-height: 15px;
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
	}

#content {
    height: 100%;
    margin: 0 0 0 300px;
    top: 0;

}

.container {
    padding: 70px 0px 0px 70px;
}

#content p { width: 400px; margin-bottom: 10px; }

p {
    margin: 0px 0 20px 0;
}

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