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

body   { font-size: 10px; font-family: Verdana, sans-serif; background: #fff ;}

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

ul a:link  { color: #a16500; text-decoration: none; }
ul a:active     { color: #f39801; text-decoration: none; }
ul a:visited    { color: #7e7955; text-decoration: none ;}
ul a:hover    { color: white; background-color: #c0c09c; }

a:link  { color: #7e7955; text-decoration: none; }
a:active     { color: #f39801; text-decoration: none; }
 a:visited    { color: #7e7955; text-decoration: none ;}

.section-title a:active     { color: #f39801; text-decoration: none; }
.section-title a:link  { color: #f39801; text-decoration: none; }
.section-title a:hover    { color: #f39801; background-color: none; }

.container a:hover img    { color: white; background: transparent; }

a img { border: none; }

#menu         { font-stretch: wider; text-indent: 12px; letter-spacing: .6px; padding: 2px; position: absolute; top: 0; bottom: 0; left: 0; width: 215px; height: 100%; overflow: visible; }

#menu ul      { list-style: none; top: 12px; left: 12px; }
#menu ul li   { font-weight: normal; color: #7e7955; }
#menu ul li.section-title    { font-weight: bold; color: #f39801; }


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

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

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

p {
    margin: 0 0 9px 0;
}

h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3   {
	color: #C8C498;
	font-size: 12px;
}
h4 { font-size: 12px; }

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

#once { clear: left; }