/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* { background-attachment: fixed; padding: 0; }

body { color: #333; font-size: small; font-family: Verdana, sans-serif; line-height: 140%; background: transparent; margin: 12px; }

body.section-1 { color: #333; margin: 12px; }
body.section-2 { margin: 12px; }
body.section-3 { margin: 12px; }

a:link { color: #333; text-decoration: none; }
a:active { color: #666; text-decoration: none; }
a:visited { color: #333; text-decoration: none; }
a:hover { color: #933; text-decoration: none; }

a img { border: none; }

#menu { color: #933; width: 215px; overflow: auto; top: 0; bottom: 0; left: 0; position: fixed; height: 100%; background-color: #fff; background-image: url(http://www.matthewavery.com/menuback.jpg); background-repeat: no-repeat; padding: 0; }

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

#menu ul li.section-title { margin: 12px; }

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

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

#content p { width: 400px; margin-bottom: 9px; }

p {
    margin: 12px;
}

h1 { font-size: 32px; margin: 12px; }
h2 { font-size: 24px; margin: 12px; }
h3 { color: #505050; font-size: 16px; margin: 12px; }
h4 { font-size: 11px; letter-spacing: 2pt; margin: 12px; }

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

#once { clear: left; }
