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

body {
	font-size: 14px;
	font-family: adobe garamond, serif;
	color: #444444;
	background: #e6e6e6;
}

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

.title {
	border-bottom: solid;
	border-bottom-color: #2a68a3;
	border-bottom-width: medium;
	width: 680px;
	height: 25px;
	margin-top: 10px;
}

.title2 {
	border-bottom: solid;
	border-bottom-color: #2a68a3;
	border-bottom-width: medium;
	width: 680px;
	height: 10px;
}

a:link { 
	text-decoration: none; 
	color: #595959; 
}

a:active { 
	text-decoration: none; 
}

a:visited { 
	text-decoration: none; 
	color: #2a68a3; 
}

a:hover { 
	text-decoration: none; 
	color: #444444;  
}

a img { 
	border: none; 
	background: none; 
}

#menu {
    width: 180px;
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 30px;
    position: fixed;
    height: 710px;
	background: transparent url("http://www.blioux.com/files/bg_menu_bar.png");
}

#top {
    padding: 0px 0px 40px 0px;
}

#menu ul {
	list-style: none;
	margin: 0 0 10px 30px;
	font-size: 18px
}

#menu ul li.section-title {
    line-height: 11pt;
    font-size: 25pt;
    font-weight: 550;
    color: #595959;
    padding: 0 0 5px 0;
}

#content {
    height: 100%;
	width: 680px;
    margin: 30px 0 0 300px;
    top: 0;
    padding: none;
}

.container {
	margin-bottom: 0px;
}

#content p {  
	margin-bottom: 30px;
	font-size: 11px;
	color: #444444;
	font-family: adobe garamond, serif;
}

#content a { 
	font-size: 14px;
	color: #444444;
	text-decoration: underline;
	font-family: adobe garamond, serif;
}

p {
    margin: 0 0 20px 0; 
	color: #222222;
}

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

p#nums {
    font-size: 14px;
}
