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

body {
	font-size: 11px;
	font-family: Georgia,serif;
	font-style: italic;
	background: #ffffff;
	line-height:160%
	
}

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


a:link {
	text-decoration: none ;
    	font-style: italic;
	color: #000000;
}
a:visited {
	text-decoration: none ;
	color: #000000;
	font-style: italic;
}
a:hover {
	text-decoration: none ;
	font-style: italic;
	color: #999999;
}
a:active {
	text-decoration: none ;
	font-style: italic;
	color: #000000;
}



a img { border: none; }

#menu {
	width: 215px;
	overflow: auto;
	top: 0;
	left: 0;
	background-color: #ffffff;
	margin-left: 20px;
	padding-top: 20px;
	float: left;
}

#menu ul {
	list-style: none;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0;
	padding-top: 5px;
}

#menu ul li.section-title {

 	font-size: 18px;
	font-family: Arial, sans-serif;
	font-style: normal;
	font-weight: bold;
	padding-top: 0px;
	background-color: ;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 12px;
	margin-left: 0;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 0px;

 }
 
#menu .container img {
	margin-bottom: 10px;
}

a {outline: none;}

#content {
	font-size: 12px;
	font-family: Georgia,serif;
	font-style: normal;
	background: #ffffff;
	height: 100%;
	top: 0;
	line-height:150%;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 35px;
	float: left;
	width: 710px;
}

.container {

	padding: 5px 5px 25px 5px;
}

p.nav a {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px;
	font-style: normal;
	}
	
	p.nav a:hover {
	background-color: #000000;
	font-style: italic;
	text-decoration: none;
	color: #ffffff;
	}
	
	p.nav span#num {
		letter-spacing: 2px;
		font-style: italic;
		padding-left: 20px;
	}
	
	

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

p {
    margin: 0 0 9px 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; }