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

body   { font-size: 10px; font-family: Verdana, sans-serif; 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; text-decoration: line-through }

a img { border: none; }

#menu {
    text-align: right;
    word-spacing: 0px;
    font-size: 18px;
    width: 200px;
    overflow: auto;
    top: 0px;
	margin: 0px 0px 0px 28px;
    bottom: 0;
	position: fixed;
	padding: 0px 0px 0px 0px;
    height: 300%;
	background-color: #fff;
}

#menu ul {
	list-style: none;
	font-family: Verdana;
	line-height: 145%;
	font-size: 11px;
	margin: 0px 0 12px 0;
}

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

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

.container          { padding: 45px 5px 30px }

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

p {
    margin: 0 0 9px 0;
}

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

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

#once { clear: left; }

