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

body {
	margin-top:80px;
	font-size: 14px;
	font-family: georgia, serif;
	background: #fff;
}

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

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

a img { border: none; }

#menu {
    width: 200px;
    overflow: auto;
    top: 40px;
    bottom: 0;
	left: 100px;
    position: fixed;
    height: 100%;
	background-color: #fff;
	line-height: 20px;
}

#menu ul {
	list-style: none;
	font-size: 16px;
	line-height: 24px;
	margin: 5px 0 12px 40px;
}

#menu ul a:link { color: #ddd; text-decoration: none; }
#menu ul a:active { color: #333; text-decoration: none; }
#menu ul a:visited { color: #ddd; text-decoration: none;}
#menu ul a:hover { color: #333; text-decoration: none; }

#menu ul li.section-title { }

#content {
    height: 100%;
    margin: 0 0 0 360px;
    top: 0;
    width:800px;
}

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

#content p { width: 800px; margin-bottom: 9px; }

p {
    margin: 0 0 9px 0;
}

h1 { font-size: 28px; font-weight:normal; margin:0 0 10px 0; letter-spacing:4px; text-transform:uppercase;}
h2 { font-size: 24px; font-weight:normal; margin:0; letter-spacing:3px;	line-height: 54px;}
h2 a:link { color: #333; text-decoration: none; }
h2 a:active { color: #333; text-decoration: none; }
h2 a:visited { color: #333; text-decoration: none;}
h2 a:hover { color: #000; text-decoration: none; }

h3 { font-size: 12px; font-weight:normal; margin:30px 0 20px 0;}
h4 { font-size: 12px; font-weight:normal; margin:0;}
h6 { font-size: 10px; font-weight:normal; margin:0 0 20px 20px;}

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

#once { clear: left; }
