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

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

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

a:link { font-weight: 500 ; text-decoration: none; color: #888888 ; ; }
a:active { font-weight: 500 ;text-decoration: none; }
a:visited { font-weight: 500 ;text-decoration: none; color: #888888    ; }
a:hover { font-weight: 500 ;text-decoration: none; color: #fff    ; background: #000  ;}

a img { border: none; }

#menu {
width: 165px;
overflow: auto;
top: 0px;
bottom: 0;
left: 0;
position: fixed;
height: 100%;
line-height: 130%;
padding-left: 15px;
padding-top: 15px;
background-color:#000   ;
}

#menu ul {
list-style: none;
margin: 20px 20px 10px 0px;
text-align:right;
link-color:#fff;
}

#menu ul li.section-title { 
width: 130px;	
font-size: 10px;
	font-weight:bold;
font-style:italic;
	color:#000;
background-color:#fff;
	font-family: Goergia, serif;
	padding-top:2px;
padding-left:5px;
	padding-bottom:2px; 
text-align:center;
margin-bottom: 10px;

}


#content {
height: 100%;
margin: 0 0 0 195px;
top: 0;
padding-top: 35px;
line-height: 135%;
padding-left: 5px;

}

.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 { font-size: 16px; }
h4 { font-size: 12px; }

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

#once { clear: left; }


/**** Inline STYLE-tag style sheet ****/

.nothumb { float: left; padding: 0 1px 1px 0;  }
.nothumb img { display: block; margin: 0; }


/**** Inline STYLE-tag style sheet ****/

body { 
background-image: url();
background-repeat: repeat;
background-position: 215px 0;
background-attachment: fixed;
 }
