/**
* CSS
* 
* @version 1.0
* @author Olly Holovchenko
*/
* {
  margin: 0;
  padding: 0;
  padding-left: 4px;
  padding-top: 3px;
}

body {
  font-size: 10px;
  font-family: Georgia, "Times New Roman", Times, serif;
  background: #fff;
}

body.section-1 { }
body.section-2 { }
body.section-3 { }

li.section-title {
  text-decoration: none;
  color: #000000;
  font-weight: bold;
  font-family: 'helvetica neue', Helvetica , Arial, sans-serif;
  font-size: 19px;
}

a:link {
  font-size: 10px;
  font-style: italic;
  color: #000000;
  text-decoration:none
  
}

a:visited {
	font-style: italic;
	font-size: 10px;
	color: #CCCCCC;
	text-decoration:none
}
a:hover {
	color: #33FF99;
	font-size: 10px;
	font-style: italic;
	text-decoration:none
}

a img { border: none; }



#menu {
    width: 260px;
    overflow: hidden;
    top: 0;
    bottom: 0;
  left: 0;
    position: fixed;
    height: 100%;
  background-color: #fff;
}

#menu ul {
  list-style: none;
  margin: 0 0 12px 0;
}

#menu ul li.section-title { }



#content {
    height: 100%;
    margin: 0 0 0 300px;
    top: 0;
}

.container {
    padding: 5px 5px 15px 5px;
}

#content p {
  width: 300px;
  margin-bottom: 9px;
}

p {
    margin: 0 0 9px 0;
}

h1 {
  font-size: 16px;
  font-family: Georgia, "Times New Roman", Times, serif;
  
  
}
h2 {
  font-size: 12px;
  font-family: Georgia, "Times New Roman", Times, serif;
  text-decoration: underline;
   }
h3 { font-size: 12px; }
h4 { font-size: 10px; }
#once { clear: left; }

