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

body {
	font-size: 13px;
	font-family: Calibri, sans-serif;
	background: #F5F4E1;
}

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

a:link { text-decoration: none;
color: #787878;}
a:active { text-decoration: none; color: #969696;}
a:visited { text-decoration: none; color: #666; }
a:hover { text-decoration: none;
color: #FF4000 }

a img { border: none; }

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

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

#menu ul li.section-title { font-size: 13px;
	font-family: Calibri, sans-serif; font-weight: bold; 
        letter-spacing: 1px;
        line-height: 1;
	background: #F5F4E1;
 }

#content {
    height: 100%;
    margin: 0 0 0 280px;
    top: 0;
    padding-top: 20px;
}

.container {
    padding: 10px 15px 25px 15px;
}

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

p {
    margin: 0 0 9px 0;
}

h1 { font-size: 66px; font-family: Calibri, sans-serif; font-weight: bold; line-height: 1; letter-spacing: 1px;}
h2 { font-size: 32px; font-family: Calibri, sans-serif; font-weight: bold; line-height: 1; letter-spacing: 1px;}
h3 { font-size: 24px; font-family: Calibri, sans-serif; font-weight: normal; letter-spacing: 1px;}
h4 { font-size: 16px; }
h5 { font-size: 12px; }
h6 { font-size: 120px; font-family: Calibri, sans-serif; font-weight: bold; line-height: 1; letter-spacing: 1px;}

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

#once { clear: left; }
