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

body {
	font-size: 12px;
	font-family: georgia;
	background: #fff;
}

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

a:link { text-decoration: none; color: #808080; }
a:active { text-decoration: none; }
a:visited { text-decoration: none; color: #808080; }
a:hover { background-color:#FFF200; color:#EE4036;
          text-decoration:none; }

a img { border: none; }

#menu {
    width: 215px;
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 0;
    position: fixed;
    height: 100%;
	background-color: #fff;
	overflow: hidden;
}
#menu li {
    padding-bottom: 2px;
		font-style: italic;
}
#menu ul {
    border-top:1px dotted #333;
	list-style: none;
	margin: 0 0 12px 0;
	padding-top: 8px;
	line-height: 18px;
}

#menu ul li.section-title { 
    font-family:Georgia,"Times New Roman",Times,serif; 
    font-size:15px; 
    font-style:italic; 
    font-weight:normal; 
    margin-bottom:6px; }

#content {
    height: 100%;
    margin: 0 0 0 215px;
    top: 0;
    color: gray;
}

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

#content p { width: 600px; 
	margin-bottom:9px;
	margin-top:10px;
	width:400px; 
	font-size: 12px;
	line-height: 20px;
	color: #666666;
	}

p {
    margin: 0 0 9px 0;
}
p.nav { 
  font: georgia;
  font-style: italic;
  font-size: 12px;
  letter-spacing:-0.5px;
  }

h1 {   font-size: 24px; 
       font-style: italic; 
       font-weight: lighter;
       color: #333; 
       margin-top: 9px; }
h2 { font-size: 24px; 
     font-style: italic; 
     font-weight: lighter;
     color: #333; 
     margin-top: 9px; }
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; }
#img-container p.nav {font-size: 14px;}

#once { clear: left; }
ul.credit { font-family: arial; font-size: 9px; color: #888888; }
a.credit { color:#888; }

