/* Layout
----------------------------------------------- */

@media all {

 
 
#main
  {
  	width: 600px;
  	position: absolute;
  	top: 0px;
  	left: 239px;
  }
  
#logo
  {
  	width: 218px;
  	font-family: "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
  	position: fixed;
  	top: 51px;
  	left: 11px;
  }
  
#sidebar
  {
  	width: 207px;
  	font-family: "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
  	position: fixed;
  	top: 165px;
  	left: 15px;
  	text-align: left;
  }
#main-navigation
  {
  	border-top: 1px dotted #694f20;
  	border-bottom: 1px dotted #694f20;
  	font-family: "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
  }
#sub-navigation
  {
  	
  	top: 400px;
  	border-bottom: 1px dotted #694f20;
  	font-family: "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
  }
  
  }

body {
  background:#white;
  margin:0;
  padding:40px 20px;
  text-align:left;
  color:#333;
  font-family: "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
	font-weight: normal;
	font-size: small;
	line-height: 150%;  
	letter-spacing:.1em;
  }
a:link {
  color:#694f20;
  text-decoration:none;


  }
a:visited {
  color:#668753;
  text-decoration:none;
    
  }
a:hover {
  color:#c60;
  text-decoration:none;
  
  }



/* Header
----------------------------------------------- */
@media all {
  #header {

    width:680px;
    margin:0 auto 0px;
  
    }
  }
#description {
  margin:0 5px 5px;
  padding:0 20px 20px;
  border-width:0 1px 1px;
  max-width:640px;
  font:78%/1.4em ;
  letter-spacing:.4em;
  text-transform:uppercase;
  color:#694f20;
  }

/* Sidebar Content
----------------------------------------------- */
#CL  {
    font: 80% "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;  
    line-height: 400%;  
}

#chapter  {
      	border-bottom: 1px dotted #694f20;
}

h2 {
  margin:1em 0 .75em;
  font:bold 110%/1.3em "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
  text-transform:uppercase;
  letter-spacing:.25em;
  color:#668753;
  }
  
.caption {
	font-family: "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
	font-weight: bold;
	font-size: 8pt;
	line-height: 150%;
	letter-spacing: .1em;
	font-style: italic;
	color: grey;

}
 
.title {
  margin:.25em 0 0;
  padding:0 0 4px;
  font:bold 120%/1.8em "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
  text-transform:uppercase;
  letter-spacing:.4em;
  line-height:2em;
  color:#c60;
}  

.italic {
  
  font-style: italic;
}  

.title2 {
	margin: .25em 0 0;
	padding: 0 0 4px;
	text-transform: uppercase;
	letter-spacing: .25em;
	line-height: 3em;
	color: 333333;
	font-family: "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
	font-size: 110%;
	font-weight: bold;
}  

.link {
  color:#694f20;
  font:bold 100%/1em "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
  text-transform:uppercase;
  letter-spacing:.25em; 
  line-height: 1.5em;

}  