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

body {
	font-size: 11px;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	background: #fff;
}

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

a:link {
	color:#000;
	text-decoration:none;
}
a:focus, a:active {
	color:#000;
	text-decoration:none;
	border-bottom:dotted 1px;
}
a:visited {
	color:#666;
	text-decoration:none;
}
a:hover { 
	color:#FFF;
	background-color: #F30; }

a.image:hover { background-color: transparent; }

a img { border: none; }

#menu {
	width: 200px;
	overflow: auto;
	top: 0;
	left: 10;
	margin-left:15px;
	position: fixed;
	height: 100%;
	background-color: #fff;
	padding-bottom:20px;
	padding-left: 12px;
	padding-right: 12px;
	/* for IE */
	filter:alpha(opacity=1);
	/* CSS3 standard */
	opacity:1;
}

#menu ul {
	list-style: none;
	margin: 0 0 12px 0;
	line-height: 16px;
}

#menu ul li.section-title {
    font-family: 'Open Sans';
	font-weight:800;
	font-style:italic;
    font-size:13px;
	margin-bottom:10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	cursor: pointer;
    text-transform:uppercase;
	
	}

#content {
	float: left;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 250px; /* sets the space so the content starts right when the menu ends - if you change this also change the width of #menu to match */
	/* sets the spacing around the content area - this is normally set to match padding options in #menu but can be changed seperately */
	padding-top: 0px;  /* change to match the padding-top in #menu if you want them to align */
	padding-right: 0px;
	padding-bottom: px;
	padding-left: 0px;
	width: 491px;
	}
	


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

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

p {
    margin: 0 0 9px 0;
}

h1 {
	font-size: 11px;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-weight:bold;
	color:#333333;
	letter-spacing: 0.05em; 
	//padding-bottom: 2px;
}	

h1 a:link { text-decoration: none; color: #333333; }
h1 a:active { text-decoration: none; color: #333333; }
h1 a:visited { text-decoration: none; color: #333333; }
h1 a:hover { text-decoration: none; color: #3399ff; }


	
h2 { 
	font-size: 11px;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-weight:normal;
	//background: #fff;
	//line-height: 1.3;
	color:#666666;
	padding-top: 160px; 
}

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; }
