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

/* STYLE FOR THE COMPLETE SITE */

body {
	color: black; 
	font-size: 13px; 
	font-family: serif, Georgia; 
	font-style:italic; 
	line-height: 15px; 
	background: #fff; 
	}

body.section-1 { color: black; border-color: black; }
body.section-2 { }
body.section-3 { }

/* LINKS */

a:link { 
	color: black; 
	font-size: 11px; 
	font-family: Georgia; 
	font-style:italic; 
	line-height: 15px; 
	text-decoration: none; 
	margin-top: 2px; }

a:active { 
	color: black; 
	font-size: 11px; 
	font-family: Georgia; 
	font-style:italic; 
	line-height: 15px; 
	background-color: white; 
	text-decoration: none; 
	margin-top: 2px; 
	}
a:visited { 
	color: #6b6b6b; 
	font-size: 11px; 
	font-family: Georgia; 
	font-style:italic; 
	line-height: 15px; 
	background-color: white; 
	text-decoration: none; 
	top: 3px; 
	margin-top: 2px; 
	}
a:hover { 
	color: #333366; 
	font-size: 11px;
	font-family: Georgia; 
	font-style:italic; 
	line-height: 15px;
	background-color: white; 
	text-decoration: none; 
	margin-top: 2px; 
	}

a img { border: none; }

#menu {
	font-size: 11px; 
	line-height: 15px; 
	width: 200px; 	
	overflow: auto; 
	margin-top: -25px;
	margin-bottom: 0; 
	margin-left: 10px; 
	background-color: #fff; 
	text-decoration: none; 
	position: fixed; 
	height: 1000px; 
	border-left: 5px solid #ffffff; 
	border-right: 5px solid #ffffff;
}

#menu ul {
	color: black; 
	font-size: 11px; 
	font-family: Georgia; 
	font-weight: normal; 
	font-style: italic; 
	line-height: 13px; 
	text-decoration: none; 
	list-style: none; 
	vertical-align: text-top; 
	margin-top: 7px; 
	margin-bottom: 3px;
	 }

#menu ul li {
	 
    }

#menu ul li.section-title { 
	color: black; 
	font-size: 12px; 
	font-family: Georgia; 
	font-style: italic; 
	font-weight: bold; 
	line-height: 13px; 
	text-decoration: none; 
	vertical-align: text-top; 
	margin-bottom: 4px; 
	list-style-image: none;  
	} 

/* THE BIT WHERE THE WORK GOES */  

#content {
	position: absolute; 
	top: 155px; 
	left: 280px; 
	right: inherit; 
	bottom: inherit; 
	list-style-position: inherit; 
    }

/* THE BIT WHERE THE TEXT AND IMAGE GOES */

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

/* THE BIT WHERE WRITING GOES */

#content p { 
	width: 500px; 
	margin-bottom: 7px; }

p {
    margin: 35px 0 9px 0;

}

/* TITLES */

h1 { font-size: font-size: 20px; font-family: Georgia; font-style:italic; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }

#img-container	{ margin: 0; padding: 0; }
#img-container p	{ width: 800px; margin: 0; padding: 0 0 11px 0; }

#once { clear: left; }