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

body {
	font-size: .95em;
	font-family: Verdana, sans-serif;
	background: #fff;
	color: #666;

}

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

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

a img { border: none; }


/*This is the website's name*/

h1 {font-size:1.2em;margin-bottom:20px;font-weight:100;}

#menu {
    width: 205px;
    overflow: hidden;
    top: 0;
    bottom: 0;
	left: 0;
    position: fixed;
    height: 100%;
	background-color: #fff;
	padding-left:20px;
	padding-right:10px;
	

}

#menu ul {
	list-style: none;
	margin: 0 0 12px 0;
	font-size:.7em;
}

#menu ul li.section-title { }

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

.container {
    padding: 5px 5px 25px 5px;
    margin:20px 0;
}

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

p {
    margin: 0 0 9px 0;
}

#text {font-size:.75em;text-align:justify;}

#img-container	{ margin: 0; padding: 0; }
#img-container p	{ width: 400px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }

#nav {display:block;width:140px;font-size:.9em;clear:both;margin-top:25px;}
#left {float:left;}
#right {float:right;} 

br.clear {clear:both;}

small {font-size:.7em;}

.captioning {font-size:.7em;font-weight:normal;}
div.caption {font-weight:normal !important;}
div.title {font-weight:normal !important;}

#contact {display:block;font-size:.7em;color:#666;margin-top:150px;}

