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

body {
	font-size: 10px;
	font-family: Verdana, Helvetica, Arial, Sans-Serif;
	background: #8D8D8D;
	color: #1F1F1F;
	line-height:13.5px;
	

}

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

/* LINKS */

a:link { text-decoration:none; color:#1F1F1F; }
a:active { text-decoration:none; color:#1F1F1F; }
a:visited { text-decoration:none; color:#E0E0E0; }
a:hover {text-decoration:underline; color:#1F1F1F; background-color:#FFF;}

a.pic:link { text-decoration:none; color:#1F1F1F; }
a.pic:active { text-decoration:none; color:#1F1F1F; }
a.pic:visited { text-decoration:none; color:#E0E0E0; }
a.pic:hover {text-decoration:none; color:#1F1F1F; background-color:#8D8D8D;}




a img { border: none; }

/* MENU */

#menu {
    	width: 160px;
    	overflow: auto;
    	top: 0;
    	bottom: 0;
	left: 0;
	padding-top:0px;
	padding-left:70px;
	float:left;
	display:;
	position: fixed;

}

#menu ul {
	list-style: none;
	margin: 0 0 12px 0;
	background: transparent url(path_to_image.gif) left bottom repeat-x;
	

}

#menu ul li.section-title { 
	color:#E0E0E0;
	font-size: 10px;
	margin-bottom: 6px;
	font-weight: bold;
	
    line-height: 1.35em;
	border-top: 1px dotted #1F1F1F; 
	padding-top: 5px;

}

/* CONTENT AREA */

#content {
    	height: 100%;
    	margin: 0 0 0 180px;
    	top: 0;
	padding-left: 50px;
	padding-top: 60px;
}

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

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

p {
    margin: 0 0 9px 0;
}

/* HEADINGS */

h1 { 
		font-family: Verdana, Helvetica, Arial, Sans-Serif;
        font-size: 32px;
		  /* This color overides the color set in "body". Delete this line if you want the colors of the headings to match the rest of your type */
		padding-bottom: 25px; /* sets the spacing between the heading and paragraph below */
	}
	
	h2 { 
		font-family: Verdana, Helvetica, Arial, Sans-Serif;
		font-size: 20px;
		font-weight: normal;
		
		padding-bottom: 15px; /* sets the spacing between the heading and paragraph below */

	}
	
	h3 { 
		font-size: 16px;
		
	}
	
	h4 { 
		font-size: 12px;
        padding-bottom: 3px
 
		
	}
    h5 { 
		font-size: 10px;
        font-weight:normal; 
		padding-bottom: 10px
    }
    h6 { 
		font-size: 10px;
        font-weight:normal; 
		padding-bottom: 35px
	}

/* IMAGES */

#img-container	{ margin: 0; padding: 0; font-family: Verdana, Helvetica, Arial, Sans-Serif;}
#img-container p	{ width: 400px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }
br{
	padding:0px;
	margin:0px;
	}
    


