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

body {
	line-height: 1.9; font-size: 11.5px;
	font-weight:300;
	letter-spacing: .8px;
	color: #44403A;
	font-family: "museo-slab-1","museo-slab-2";
	background: #ffffff;
}

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

a:link {text-decoration: none; color: #44403A;}
a:active {text-decoration: none; color: #44403A;}
a:visited {text-decoration: none; color: #44403A;}
a:hover {text-decoration: none; color: #EF4630;}
a.imgbord:active {color: #44403A;}

a img {border: none;}

#menu {
    width: 220px;
    overflow: auto;
    top: 0px;
    bottom: 0px;
	left: 20px;
    position: fixed;
    height: 100%;
	background-color: #FFFFFF;
}

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

#menu ul li.section-title {
	font-size: 12px;
	letter-spacing: 0.8px;
	font-family: "anivers-1","anivers-2";
	font-weight: 700;
	color: #44403A;
}

#menu ul li.active a {
	text-decoration: none;
	color: #EF4630;
}

#content {
    width: 720px;
    height: 100%;
    margin: 0px 120px 0px 340px;
    background-color: #ffffff;
}

.container {
    padding: 50px 0px 0px 0px;
}

#content p {
	width: 720px;
	margin: 0px 0px 0px 0px;
}

p {
	margin: 0px 0px 0px 0px;
}

h1 {display: inline; 
	font-size: 12px;
	line-height: 1.9;
	letter-spacing: 0.8px;
	font-family: "anivers-1","anivers-2";
	font-weight: 700;
	color: #44403A;}
	
h2 {display: inline; 
	font-size: 18px;
	line-height: 1.9;
	letter-spacing: 1px;
	font-family: "museo-slab-1","museo-slab-2";
	font-weight: 100;
	color: #44403A;}
	
h3 {display: inline; 
	font-size: 12px;
	line-height: 1.9;
	letter-spacing: 0.8px;
	font-family: "anivers-1","anivers-2";
	font-weight: 700;
	color: #EF4630;}
	
h4 { font-size: 12px; }

#img-container {
	margin: 0px;
	padding: 0px;
}

#img-container p {
	width: 660px;
	margin: 0px;
	padding: 0 0 0px 0px;
}

#once { clear: left; }
