/**
* CSS
* 
* @version 1.0
* @author scubes 
* thanks to indexhibit
*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 11px;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	line-height: 1.3;
	color:#333333;
	background-image:none;
	background-position:0 0;
	background-repeat:repeat;
	background:#FFFFFF none repeat scroll 0 0;
}

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

a:link { text-decoration: none; color: #333333; }
a:active { text-decoration: none; color: #333333; }
a:visited { text-decoration: none; color: #999999;}
a:hover { text-decoration: none; color: #495c68; }

a img { border: none; }

#menu li.active a 	{ text-decoration: none; font-size: 11px; color: #fff; background-color: #495c68; }

#menu {

	background-color: #ffffff;
	float:left;
	left: 40px;
	top: 0px;
	overflow-x: auto;
	overflow-y: auto;
	position: fixed;
	width: 225px;
	height: auto;
    z-index:100;
}



#menu ul {
	list-style: none;
	margin: 0 0 10px 0;
}

 
#menu ul li.section-title {
	font-size: 12px;
	font-family: Georgia, Garamond, serif, Times;
	font-weight:bold;
	color: #495c68;
	letter-spacing: 0.05em;
	padding-bottom: 3px;
}

#content {
    height: 100%;
    margin: 17px 0 0 280px; /*215*/
    top: 0;
}

.container {
  padding: 30px 5px 20px 20px;      
}

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

p {
    margin: 0 0 9px 0;
}


h1 {
	font-size: 13px;
	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: #495c68; }


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

h2 a:link { text-decoration: none; color: #333333; }
h2 a:active { text-decoration: none; color: #333333; }
h2 a:visited { text-decoration: none; color: #333333; }
h2 a:hover { text-decoration: none; color: #495c68;}


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



#img-container	{ margin: 0; padding: 200; }
#img-container p	{ width: 400px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }
