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


* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 9.5px;
	line-height: 1.35;
	font-family: Verdana, Helvetica, sans-serif;
	background: #fff;
}

hr{}

a:link { 
	text-decoration: none;
	color: #666666
}

a:active { 
	text-decoration: none; 
	
}

a:visited { 
	text-decoration: none; 
	color: #666666; 
}
a:hover { 
	text-decoration: underline; 
}


a.foo:link { 
	text-decoration: none;
	color: #000000
}

a.foo:active { 
	text-decoration: none; 
}

a.foo:visited { 
	text-decoration: none; 
	color: #000000; 
}
a.foo:hover { 
	text-decoration: underline; 
}







a img { 
	border: none; 
}

#menu {
    width: 180px;
    overflow: auto;
    bottom: 0;
	margin-top:25px;
		top:0;	
		left: 70px;
    position: fixed;
	float:left;
    height: 100%;
	background-color: #fff;
}

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

#menu ul li.section-title { 
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E0E0E0;
	padding-top: 4px;
	list-style: none;
}

#content ul li.section-title { 
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E0E0E0;
	padding-top: 4px
}
#content {margin-left: 300px;width:400px;
	background-color: #fff;margin-top:25px;
		top:0;
}
#link {margin-left: 300px; padding-top:15px}
#foot{margin-left: 300px; border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E0E0E0;
	width:400px;
	padding-top: 4px}
	
#related{margin-left: 0px; border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E0E0E0;
	width:400px;
	padding-top: 4px}	

#content ul {
	list-style: none; list-style-image:inherit;
	margin: 0 0 7px 0;
}


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

.container p {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E0E0E0;
	padding-top: 3px
}

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

#content .section-title-2{width:400px; border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E0E0E0;
	padding-top: 4px;}

.section-title-2{font-family: georgia; font-size:17px; margin-top:0px; }
.subtitle{font-family: georgia; font-size:11px;}
.text{font-family:georgia; font-size:11px;  width:400px; color: #9E9E9E}
.br{line-height:0.9em}
	

	
p {
    margin: 0 0 9px 0;
}

p.name{font-family: georgia; font-size:17px}

p.inter{font-family: georgia; font-size:11px;}

h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }



#once { 
	clear: left; 
}



