/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
	margin: 0;
	padding: 0;
}
iframe{width:100%; height:100%;
 }
body {
	font-family:"Georgia Neue", Georgia, georgia, sans-serif;
	font-size:75%;
	color: #868686;
	text-transform: none;
	text-align:left;
	background:#FFF;
	height:100%
}
body.section-1 {
}
body.section-2 {
}
body.section-3 {
}
a:link {
	font-family:"Georgia Neue", Georgia, georgia, sans-serif;
	color: #868686;
	text-transform: none;
	text-align:left;
	background:#FFF;
	text-decoration:none!important
}
a:active {
	text-decoration: none;
!important
}
a:visited {
	font-family:"Georgia Neue", Georgia, georgia, sans-serif;
	color: #868686;
	text-transform: none;
	text-align:left;
	background:#FFF;
	text-decoration:none !important
}
a:hover {
	text-decoration: underline;
!important
}
a img {
	border: none;
}
#menu {
	height:100%;
	overflow: hidden;
	width: 235px;
	top: 0;
	bottom: 0;
	left: 0px;
	position: fixed;
	background-color: #FFF;
	padding-top:25px; padding-left:25px
}
#menu ul {
	list-style: none;
	
	margin: 0 0 0 0;
}
#menu ul li.section-title {
	font-family:"Georgia Neue", Georgia, georgia, sans-serif;
	font-size:110%;
	font-weight: 300;
	width:auto;
	color: #868686;
	text-transform:uppercase;
	background:#FFF;
	border-top: #666;
	border-top-width:1px;
	border-top-style:dotted;
}
#menu ul li.section-title:hover {
	font-family:"Georgia Neue", Georgia, georgia, sans-serif;
	font-size:110%;
	font-weight: 300;
	color: #B1B1B1;
	text-transform:uppercase;
	width:100%;
	background:#FFF
}


#menu .blog{
	font-family:"Georgia Neue", Georgia, georgia, sans-serif;
	font-size:95%;
	font-weight: 300;
	width:auto;
	color: #868686;
	text-transform:uppercase;
	background:#FFF;
	border-top: #666;

}


#menu .blog:hover{
	font-family:"Georgia Neue", Georgia, georgia, sans-serif;
	font-size:95%;
	font-weight: 300;
	color: #B1B1B1;
	text-transform:uppercase;
	width:100%;
	background:#FFF
}


#content {
    margin: 0px 0 0 290px;
	    top: 0;
padding-top:10px;
}
.container {
	height:100%
	padding:0;padding:0;
	width:850px; }
#content p {
	margin-bottom: 9px;
}
p {
	margin: 0 0 9px 0;
}
h1 {
	font-size: 32px;
}
h2 {
	font-size: 24px;
}
h3 {
	font-size: 16px;
}
h4 {
	font-size: 12px;
}
#img-container {
	width:100%;
	margin: 0;
	padding: 0;
}
#img-container p {
	width:100%;
	margin: 0;
	padding: 0 0 0x 0;
}
#once {
	clear: left;
}
