/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/

* {
	margin: 0;
	padding: 0;
}

body {
	background-color:transparent;
	color: #000000;
	font-family: georgia, arial, sans-serif;
	font-size:11px; /* RESETS TO 11PX */
	font-style: italic;
	line-height:1.4em;
	margin-left:5em;
		
	
}

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

a:link { text-decoration: none; color: #333333; }
a:active { text-decoration: none; color: #6f2b5a; }
a:visited { text-decoration: none; color: #333333; }
a:hover { text-decoration: none; color: #6f2b5a; }

a img { border: none; }

#menu {
   
	width: 200px;
    overflow: auto;
    top: 0px;
    bottom: 0px;
	left: 0px;
    position: fixed;
	padding-left: 30px;	
    height: auto;
	background-color: #FFFFFF;


	}

#menu ul {
	list-style: none;
	font-size:12px;	
	font-style: italic;	
	font-weight: normal;
	
	
}

#menu ul li.section-title {
	font-size:11px;
	font-style: italic;
	font-weight: bold;
	color: #6f2b5a;
	margin-top: 15px;
	margin-bottom: 2px;
   }
  
 

#content {
    margin: 0px 0px 0px 220px;
	width: 600px;
	padding-left: 20px;
	height: auto;
	background-color: transparent;
	
 
}

.container {
  
	 padding: 35px 0px 0px 0px;
	  
}

#content p { width: 600px; padding-top: 0px; }

p {
	font-size:12px;
    margin-top: 1px;
	margin-bottom: 2px;
	
}

a {padding-top: 3px;}

h1 { font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	line-height:1.3em;
	margin-top: 0px;
	margin-bottom:10px;
	color: #6f2b5a;
	display: inline;

}

h2 { font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-style: italic;
	font-weight: bold;
	color: #000000;
	margin-top: 0px;
	display: inline;

}
h3 { font-size: 16px; }
h4 { font-size: 12px; }

#img-container	{ margin-top: 15px; padding-top: 5px; }
#img-container p	{ 
	width:600px; 
	margin-bottom:15px; 
	padding:0 0 0 0;
	
}


#once { clear: left; }
