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

body {
	
	background: black;
	color: white;
	font: 9.5pt/15pt Georgia, "Times New Roman", Times, serif;
	letter-spacing: .5pt;
}

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

a:link { text-decoration: none; color: #808080; }
a:active { text-decoration: none; color: #808080; }
a:visited { text-decoration: none; color: #4c4c4c;
	font-style: normal;
	font-weight: normal;
}
a:hover {	font-style: normal;
	font-weight: normal;
	color: whitesmoke;
}

a img { border: none; }

#menu {
    width: 215px;
    overflow: auto;
    top: 4px;
    bottom: 0;
	left: 4px;
    position: fixed;
    height: 100%;
	background-color: black;
	font-size: 9.5pt;
	font-variant: normal;
	letter-spacing: 0pt;
	color: #ccc;
}

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

#menu ul li.section-title { line height: 11pt; font-size: 9.5pt;
	font-variant: small-caps; color: #ccc; letter-spacing: .75pt;
}

#content {
    height: 100%;
    margin: 5px 0px 0px 215px;
}

.container {
    padding: 15px 5px 25px 5px; margin-left: 15px;
}

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

p {color: white; font-size: 10.5pt; font-variant: small-caps; letter-spacing: .75pt;
    margin: 15px 0 9px 0;
}

h1 { font: normal 72px/36pt Georgia, "Times New Roman", Times, serif; letter-spacing: .3pt; color: #4c4c4c; }
h2 { font: 13px/15pt Georgia, "Times New Roman", Times, serif; color: gray; letter-spacing: .3pt; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }

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

#once { clear: left; }
