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

body {
	font-size: 12px;
	font-family: Geneva, Verdana, sans-serif;
	background: #fff;
	/*line-height: 17px;*/
	color: #666;
}

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

a:link {
	text-decoration: none;
	color: #666;
	background-color: #FFF;
	padding-left: 2px;
	padding-right: 2px;
}
a:active { text-decoration: none; color: #666; }
a:visited { text-decoration: none; color: #666; }
a:hover { text-decoration: line-through; }

a:selected {
text-decoration: line-through; 
}

a img { border: 100px; 
padding: -2px;
margin: 0px;
	background-color: #000;

}

#name {
	position: fixed;
	font-size: 22px;
	line-heigt: 12px;
	top: 0px;
	left: 0px;
	margin-bottom: 0px;
	padding-left: 5px;
	padding-top: 5px;
	color: #000;
	height: 100px;
	background-color: #FFF;
	   width: 210px
}


#menu {
    width: 215px;
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 0;
    position: fixed;
    height: 100%;
	background-color: #fff;
	top:55px;
	color: #000;
}

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

#menu ul li.section-title { }
#menu ul li a{
	color: #666;
	background-color: #FFF;
}
#menu ul li.active a{
	color: #666;
}

#content {
	height: 100%;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 215px;
}

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

#content p { width: 910px; margin-bottom: 13px; }

p {
    margin: 0 0 9px 0;
	line-heigt: 18px;

}

h1 {
	font-size: 22px;
	line-heigt: 36px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	width: 40px;
}
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }

#img-container	{ margin: 0; padding: 0; }
.thumb-img { margin: 0; padding: 0; }



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

em {
	font-size: 12px;
	font-weight: normal;
	color: #000;
	font-style: normal;
}
