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

body {
	font-size: 11px;
	font-family: Georgia, Palatino, serif;
	color: #43616c;
	background: #fff;
}

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

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

li.active a:link { text-decoration: underline; color: #79a2b1;  }
li.active a:active { text-decoration: underline; color: #79a2b1;  }
li.active a:visited { text-decoration: underline; color: #79a2b1; }
li.active a:hover { text-decoration: underline; color: #79a2b1;  }

.a2 a:link { text-decoration: none; color: #43616c;  }
.a2 a:active { text-decoration: none; color: #43616c;  }
.a2 a:visited { text-decoration: none; color: #43616c; }
.a2 a:hover { text-decoration: underline; color: #43616c;  }

a img { border: none; }

#menu {
    width: 180px;
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 0;
    position: fixed;
    height: 100%;
	background-color: #fff;
    line-height: 11pt;

}

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

#menu ul li.section-title { }

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

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

#content p { width: 300px; margin-bottom: 12px; }

p {
    margin: 0 0 11px 0;
    line-height: 11pt;
	color: #43616c;
}

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

#img-container	{ margin: 0; padding: 18px 0 0 0;  }
#img-container p	{ width: 550px; margin: 0; padding: 0 0 4px 0; }

#once { clear: left; }

.section-title {
		font-weight: normal;
}