body {
  background:url(img/bg.jpg) repeat-x top center #373737;
  margin:0px;
  padding:0px;
  text-align: center;
  font-family: Georgia,serif;
  font-size: 12px;
}

a {
  color:#9CF;
  border-bottom: 1px dotted #99ccff;
  text-decoration: none;
  }

a:hover {
  color: #FFF;
  border-bottom: 1px dotted #FFF;
  }

img.download {vertical-align:middle;}

/* ---------- container for centering -------------- */
#container {
width: 730px;
margin-bottom: 10px;
margin-left: auto;
margin-right: auto;
color: #CCC;
}

/* ---------- header -------------- */
#header {
  margin:40px 0 0 0;
  font-size: 36px;
  font-family: Georgia,serif;
  font-variant: small-caps;
}

#subheader {
  font-size: 14px;
  font-family: Georgia,serif;
  font-variant: small-caps;
  color:#9CF;
  line-height:20px;
  background-color:#222;
  border-top:3px double #999;
  border-bottom:3px double #999;
  margin:10px 0 10px 0;
}

.dropcap{
	line-height:60px;
	font-size:60px;
	width:auto;
	float:left;
	margin:-3px 5px 0 0;
	color:#AAA;
}


#banner img {padding:10px 0px;} 

/* ----------------- content --------------------- */
#content {
background-color: #222222;
padding: 8px;
margin-left: 0px;
margin-right: 230px;
text-align:left;
line-height:22px;
letter-spacing:1px;
border-top:1px solid #CCC;
border-bottom:1px solid #CCC;
}

#content { 
min-height:200px;
height:expression(this.scrollHeight > 200 ? "auto":"200px"); 
}

p, pre{
padding: 5px 10px;
margin:0px;
}

/* -------------- right navigavtion ------------- */
#right {
background-color: #222222;
text-align:left;
line-height:22px;
letter-spacing:1px;
float: right;
width: 200px;
margin: 0px;
padding: 0px;
border-top:1px solid #CCC;
border-bottom:1px solid #CCC;
}

/* ----------- footer --------------------------- */
#footer {
clear: both;
font-size: 11px;
  font-family: Georgia,serif;
  font-variant: small-caps;
  color:#CCC;
  line-height:20px;
  background-color:#222;
  border-top:3px double #999;
  border-bottom:3px double #999;
  margin:10px 0 10px 0;
}

