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

body {
	background: #FFEDF3;
	color: #000000;
	font-size: 16px;
	padding: 30px;
	font-family: "Times New Roman", Times, Serif;
	font-style: italic;
	}

body.section-1 #content{
	font-family: "Times New Roman", Times, Serif;
	font-style: italic;
	 }

body.section-2 #content{
	font-family: "Times New Roman", Times, Serif;
	font-style: italic;
	 }

body.section-4 #content{
	font-family: "Times New Roman", Times, Serif;
	font-style: italic;
	 }

body.section-5 #content{
	font-family: "Times New Roman", Times, Serif;
	font-style: italic;
	}

a{ 
	color: #000000;
	text-decoration: none; 
	border-bottom: 1px solid #ddd;
	}

a:visited { 
	color: #000000
	 }

em{
	font-weight: normal;
	background: #fff;
	}

a:hover {
	color: #000000;
	border-bottom-color: #000000;
	background-color: #00FFFF;
	}

a img { border: none; }

ul{
	list-style-type: none;
	padding-bottom: 20px;
	}

h1, h2, h3, h4, h5, h6, p{
	font-size: 14px;
	font-weight: normal;
	padding-bottom: 20px;
	}

h1.title {
	font-style: normal;
	font-size: 16px;
	}

h2.title {
	font-style: normal;
	font-size: 14px;
	}

#menu {
	position: absolute;
	width: 300px;
	}

#menu ul li {
	font-size: 15px;
	line-height: 20px;
	font-family: "Times New Roman", Times, Serif;
	font-style: italic;
	}

#menu ul li.active a { 
}

#content {
	position: relative;
	width: 600px;
	left: 300px;
	}

#content ol li {
	margin-bottom: 15px;
	}

#footer p {
	font-size: 14px;
	line-height: 15px;
	padding-top: 60px;
	padding-bottom: 60px;
	}