body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td 
{ margin : 0; padding : 0; }


/* Clear Floats --------------------------*/

.group:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* Color
===================================================*/

body {
  background: #d3dee4; /* url("../images/body_bg.png") top repeat-x; */
  color: #333;
}
a:link {
  color: #766e19;
}
a:visited {
  color: #15634c;
}
a:hover {
  color: #15634c;
}
a:active {
  color: #762f19;
}

h1,h2,h3,h4 {
  color: #154063;
  border-color: #154063;
}

pre {
  background-color:#F2F2EC;
  border-color:#999;
  margin-bottom: 10px;  
}
code {
  color: #333;
}
.comment {
  background-color: #ffc;
}

/* Typography
===================================================*/

* {
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  text-align: left;
  text-indent: 0;
}

body {
  font-family: Palatino, Georgia, Times New Roman, serif;
  font-size: 62.5%;
  line-height: 1.5;
}
#wrapper {
  font-size: 1.4em;
}
img,fieldset {
  border: 0;
}

a {
  text-decoration: underline;
}

h1 {
  font-size: 2.4em;
  letter-spacing: -0.05em;
  line-height: 1.0;
  margin-bottom: 10px;
}

h2 {
  font-size: 1.8em;
  line-height: 1.0;
  margin-bottom: 10px;
}

h3 {
  font-size: 1.2em;
  margin-bottom: 10px;  
}

h4 {
  font-size: 1.1em;
  margin-bottom: 10px;  
}
strong {
  font-weight: bold;
}
p {
  margin-bottom: 10px;
}
pre {
  padding: 3%;
  border-width: 1px;
  border-style: dotted;
  overflow: auto;
}
code {
	font-family: Monospace;
}
.comment {
  padding: 0 0.5em;
}
ul {
  margin-left: 15px;
  margin-bottom: 10px;
}
ol.etk_banner {
  margin: 0 0 10px 20px;
}
ul.etk_banner li {
  margin: 0;
}

/* Positioning
===================================================*/

body {
  padding: 0 0 2em 0;
  margin: 0;
}
#header {
  width: 100%;
  height: 74px;
  background: #d3dee4 url("../images/body_bg.png") top repeat-x;  
}
#header h1 {
  width: 77px;
  height: 44px;
  background: url(../images/etk_logo.gif) no-repeat;
  text-indent:-999em;
  overflow: hidden;
  position: absolute;
  left: 15px;
  top: 10px;
}
#header h2 {
  position: absolute;
  top: 22px;
  left: 100px;
  font-size: 2.4em;
  color: #fff;  
}
#content {
  margin: 0 35% 0 5%;
  padding: 0 0 2em 0;
}
#navigation {
  position: absolute;
  padding: 1.5em 1.5em;
  margin: 0 3%;
  width: 20%;
  top: 6em;
  right: 0;
  border: 1px solid #92a7b6;
  border-right: 1px solid #cfdee5;
  border-bottom: 1px solid #cfdee5;  
  background: #b8ccd6;
}
#wrapper>#navigation {position: fixed;}

/* Tables
===================================================*/

table {
  border-collapse: collapse;
  border: 1px solid #999;
  margin-bottom: 10px;
}

th, td {
  padding: 0.1em 1em;
  border: 1px solid #999;
}
