* 
{
  margin: 0px;
  padding: 0px;
  text-decoration: none;
}

body 
{
  font-family: Monaco, OCRB, OCRA, Lucida, 'Lucida Console', sans-serif;
  font-size: 13px;
  background-color: #330;
}
html 
{
  height: 100%;
}

/* CONTAINERS */
/* clearfix */
.clearfix:after {
    margin: 0px;
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix { zoom:1;} 

#all {
  background: #330 url("../images/back_shaded.gif") repeat-y center; 
  padding-bottom: 5px;
  padding-top: 2px;
}

#header
{
  background-color: #C60;
  min-height: 128px;
}
#header h1
{
  float:left;
  margin-right: 0px;
}
#header .menu
{
  float: right;
  width: 247px;
  color: white;
  min-height: ;
}

#container {
  width: 977px;
  text-align: left;
  background: url("../images/content_back.gif") repeat-y left top;
  background-color: #CC6;
  margin: 0px;
  padding: 0px;
  margin-left: auto;
  margin-right: auto;
}

#content 
{
  float: left;
  width: 640px;
  background-color: #FFF;
  color: #333;
  padding: 20px;
  margin: 15px;
  margin-top: 0px;
}
#content p
{
  
}
#content p.opening{
  padding:0px 0px;
  font-size:12px;
  line-height: 1.6;
}

#right_sidebar, #right_sidebar * { color: #FF9; }
#right_sidebar {
  float: right;
  background-color: #C60;
  margin: 0px;
  margin-top: 0px;
  min-width: 210px;
  min-height: 500px;
  padding: 15px;
  color: #FF9;
}
#right_sidebar a {display: block; margin-bottom: 5px; font-weight: bold;}
#right_sidebar a:visited {color: #444;}
#right_sidebar a:hover, #right_sidebar a:active {color: white;}
#right_sidebar h3 { margin: 10px 0px; }
#right_sidebar li { margin: 0px; padding: 2px 0px; width: 150px;}
#right_sidebar ul { margin-top: 10px;}
#recent_content { width: 200px;}
#right_sidebar h2 {font-size: 22px; font-family: Monaco, OCRB, OCRA, Lucida, 'Lucida Console', sans-serif;}
#recent_content h4, #recent_content h4 a {font-size: 12px; line-height: 1.5; color:black;}
#right_sidebar h3 {font-size: 14px; line-height: 1.5; color:black;}
#recent_content p {font-size: 12px; font-family: "Trebuchet MS", Verdana, sans-serif; line-height: 1.4; color: #300;}

/* STANDARD STUFF */
hr {
  border: 0px;
  color: #ccc;
  background-color: #cdcdcd;
  height: 2px;
  width: 100%;
  text-align: left;
  margin-bottom: 10px;
}

h1, h2
{
  color: black;
  font-family: "Trebuchet MS", Verdana, sans-serif;
  font-weight: bold;
}

h1 
{
  font-size: 26px;
  margin-bottom: 10px;
  line-height: 1.4;
  color: #336;
}
h2 
{
  font-size: 18px;
  margin-bottom: 6px;
  color: #304326;
}
h3 
{
  font-size: 15px;
  color: #333;
}
h5
{
  font-family: "Trebuchet MS", Verdana, sans-serif;
  font-size: 11.5px;
  line-height: 2.5;
  margin-bottom: 10px;
  letter-spacing: 0.05em;
}
h6
{
  font-size: 11.5px;
  margin-bottom: 10px;
  letter-spacing: 0.1em;
  color: #444;
}


p 
{
  line-height: 2;
  margin-bottom: 16px;
}
a 
{
  color: black;
  text-decoration: underline;
}
a:hover {
  color: #633;
  text-decoration: underline;
}
a:visited
{
  color: #444;
}
a img
{
  border-style: none;
}

.pad_top
{
  padding-top: 30px;
}

ul
{
  margin: 5px 30px;
}
li
{
  margin-bottom: 7px;
}

h1.header
{
  margin:0;
  padding:0;
  line-height: .25;
}


/* FORMS */
form
{
  padding:  12px;
  border:   1px solid silver;
  background-color: #F3F3F3;
}
label
{
  font-family: "Trebuchet MS", Verdana, sans-serif;
  font-weight: bold;
  display: block;
}
form td.label
{
  text-align: right;
  padding-right: 10px;
  padding-top: 3px;
  vertical-align: top;
}
input
{
  padding: 3px;
  margin-bottom: 10px;
  font-family: "Trebuchet MS", Verdana, sans-serif;
  font-size: 15px;
}

input.submit
{
  padding: 7px;
  background-color: #777;
  color: white;
  font-weight: bold;
  border-bottom:   2px solid #555;
  border-right:   2px solid #555;
}

/* Footnotes */
div.footnote
{
  border-top: 1px solid silver;
  margin-top: 25px;
  padding-top: 15px;
}
div.footnote p
{
  font-family: "Trebuchet MS", Verdana, sans-serif;
  font-size: 13px;
  line-height: 1.8;
  margin-bottom: 15px;
  margin-left: 1em;
  text-indent: -1em;
  letter-spacing: 0.05em;
}

div.footnote sup
{
  padding-right: 5px;
}

/* Footer */
h6.footer
{
  padding: 25px;
  margin-left: 5px;
  margin-bottom: 0px;
}

/* CODE */
pre {
  background-color: #ddd;
  width: 90%;
  border: 1px solid silver;
  padding: 10px;
}
code
{
  font-family: 'Courier New', 'Terminal', monospace;
  font-weight: bold;
  padding: 3px 10px;
  overflow: auto;
  font-size: 14px;
  margin: 12px 0;
  
}