/* All Tags */
body{
  background: black url("background.jpg") repeat-x top left;
  font-family: "Trebuchet MS", sans-serif; 
  font-size: 80%; 
  margin: 0;
  min-width: 740px;
  text-align: center;
}

a { color: #336633; }
a:hover { color: #003300; }

/* Container */
#container {
  background: white;
  border-top: 1px solid green;
  margin: 0 auto;
  text-align: left;
	width: 720px;
}

/* Header - Title and Navigation Bar */
#header {
  text-align: left;
}

#header strong {
  font-size: 200%;
  margin-left: 20px;
  font-weight: normal;
}

ul#navigation {
	background: #000;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
  margin: 4px 0;
  padding-left: 20px;
  padding-top: 4px;
  height: 20px;
}

ul#navigation li{
  display: inline;
  list-style: none;
  margin-right: 10px;
}

#navigation a{ color: white; text-decoration: none; }
#navigation a:hover{ color: #003300; }

/* Content - The main stuff */
#content {
  line-height: 1.5em;
  margin: 0 20px;
}

#content p, #content pre {
  margin-left: 5px;
}

#content h1 {
  color: #003300;
  font-size: 120%;
  line-height: 1em;
}

#content pre.code {
  background-color: black;
  border: 1px solid green;
  color: green;
  line-height: 1.5em;
  padding: 2px 6px;
  width: 80%;
}

/* Footer - Usually for copyright info, etc. */
#footer {
	background: #333;
	color: white;
	border-top: 1px solid black;
  border-bottom: 1px solid green;
  font: .8em/1em sans-serif;
  padding-top: 1px;
  text-align: center;
}

