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

body                { color: #00f; font-size: 10px; font-family: Monaco, Verdana, Geneva, sans-serif; line-height: normal; background-image: none; background-repeat: repeat; background-attachment: scroll; background-position: 0 0; letter-spacing: 1px }

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

a:link       { color: #00f; font-weight: normal; text-decoration: none; border-bottom: 1px }
a:active     { color: #00f; text-decoration: underline }
a:visited        { color: #00f; text-decoration: underline }
a:hover   { color: #00f; text-decoration: underline }

a img  { border: none }

#menu     { margin-top: 12px; margin-left: 5px; position: static; top: 0; bottom: 0; left: 0; width: 150px; height: 0 }

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

#menu ul li.section-title     { }

#content      { margin: 0 0 0 160px; top: 0; height: 100%; float: none }

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

#content p    { margin-bottom: 9px; width: 600px; border-bottom: black }

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 12px; width: 400px }

#once { clear: left; }