/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
* @YOU REALLY FOUND IT!
*/
*   { margin: 0; padding: 0 0 0 }

body   { font-size: 11px; font-family: "Helvetica Neue", Helvetica; background: #fff; padding-top: 0 }

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

a:link   { color: #666; text-decoration: none }
a:active    { color: #999; text-decoration: none }
a:visited  { text-decoration: none; color: #666; }
a:hover         { color: black; cursor: auto }

a img { border: none; }



#menu {
    text-align: left;
    word-spacing: 0px;
    font-size: 10px;
    width: 167px;
    overflow: auto;
    top: 0px;
	margin: 60px 0px 0px 15px;
    bottom: 0;
	position: fixed;
	padding: 0px 0px 0px 5px;
    height: 535px;
	background-color: #fff;

}

#menu ul {
	list-style: none;
	font-family: "Helvetica Neue", Helvetica;
	line-height: 145%;
	font-size: 11px;
	margin: 0px 0 15px 0;
}

#menu ul li.section-title {
	font-size: 11px;
	line-height: 145%;
	font-weight: bold;
	text-decoration: none;
}

#content               { max-width: 800px; margin-left: 200px; margin-bottom: 0; margin-right: 0; margin-top: 0; padding-top: 0px; padding-left: 10px; top: 0; width: 770px; }

.container          { padding: 15px 10px 5px }

#content p      { background-color: white; margin-bottom: 9px; padding-top: 0; width: 500px }

p {
    margin: 0 0 9px 0;
}

h1 { font-size: 12px; }
h2 { font-size: 12px; }
h3 { font-size: 12px; }
h4 { font-size: 12px; }

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

#once { clear: left; }

#iframed { min-height: 600px; min-width: 800px; overflow: hidden; }
