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

body {
	font-size: 11px;
	font-family: Georgia, Times, Serif;
	background: #fff;
	line-height:120%;
	letter-spacing: 5;
	color: #666666;
}

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

a:link { text-decoration: none; color: #777777; }
a:active { text-decoration: none; color: #000000; background-color: #66ff33; }
a:visited { text-decoration: none; color: #66ccff; }
a:hover {text-decoration: none; color: #000000; background-color: #66ccff; }

a img { border: none; }

#menu {
    font-size: 10px;
	font-family: Georgia, Times, Serif;
	background: #fff;
	line-height:130%;
	letter-spacing: 5;
	color: #666666;
        width: 190px;
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 0;
    position: fixed;
    height: 100%;
	background-color: #fff;
}

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

#menu ul li.section-title {
    color: #6600cc;
	font-family: Georgia, Times, Serif;
	font-weight: normal;
	font-style:italic;
	font-size: 11px;
    margin: 3px 0 5px 0; 
    padding-bottom: 5px;
    letter-spacing: 0px;
    border-bottom-color: #cccccc;
    border-bottom-style: double;
    border-bottom-width: 3px;
}

#content {
   	width: 752px;
    overflow: fixed;
    top: 20px;
    bottom: 50px;
	left: 240px;
	position: relative;
}

.container {
    padding: 20px 20px 20px 20px;
}

#content p { 
	width: 300px; 
	margin-bottom: 10px;
        margin-top: 5px;
}

p {
    margin: 0, 0, 0, 0;
}

h1 { font-size: 20px; 
	 letter-spacing: .1em
}
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }

#img-container	{  
	width: 752px;
    top: 25px;
    bottom: 75px;
    left: 10px;
	margin: 0 0 0 0;
	position: relative;
}

#img-container p	{ 
	width: 752px;
    overflow: fixed;
	height: 100%;
   	top: 0px;
    bottom: 0px;
	left: 0;
	margin: 0, 0, 0px, 0;
}

#once { clear: left; }