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

body {
	text-align: right;
	font-size: 20px;
	background: #fff;
}

body.section-1 { font-size: 15px; font-family: Futura; }
body.section-2 { }
body.section-3 { }

a:link { color: #adadad; text-decoration: none; }
a:active { text-decoration: none; }
a:visited { color: #adadad; text-decoration: none; }
a:hover { text-decoration: underline; }

a img { border: none; }

#menu {
    text-align: right;
    margin-right: 50px;
    padding-top: 50px;
    padding-left: 0px;
    margin-left: 0px;
    width: 350px;
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 0;
    position: fixed;
    height: 100%;
	background-color: #fff;
}

#menu ul {
	text-align: right;
	margin-left: 0;
	margin-bottom: 30px;
	margin-right: 0;
	margin-top: 0;
	text-transform: uppercase;
	line-height: 28px;
	letter-spacing: 2px;
	font-size: 10px;
	list-style: none;
}

#menu ul li.section-title { letter-spacing: 4px; font-size: 10px; }

#content {
    font-size: 11px;
    text-align: left;
    font-style: normal;
    font-weight: normal;
    font-family: palatino;
    margin-left: 400px;
    margin-bottom: 0;
    margin-right: 0px;
    margin-top: 50px;
    height: 100%;
    top: 0;
}

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

#content p { width: 400px; 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	{ margin: 0; padding: 0; }
#img-container p	{ width: 400px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }

.pic p { color: #adadad; letter-spacing: 2px; text-transform: uppercase; margin-left: 30px; text-align: left; }
