* {
	margin:0px;
	padding:0px;
}

img, tr, table, td, a {
	border:0px;
}

html {
	background: transparent url('static/bg.png') repeat top center;
}

body {
	background: transparent url('static/bgs.png') repeat-y top center;
	color:#222;
	font-size:1em;
	line-height:1.3em;
	font-family: Veranda, sans-serif;
}

#header {
	width: 900px;
	margin: 0px auto;
	height: 120px;
	overflow: hidden;
	/*background: white url('static/bgh.png') no-repeat top center;*/
	background: white url('static/header.png') no-repeat top right;
	border-bottom: 1px solid #ddd;
}

#foother {
	width: 900px;
	margin: 0px auto;
	height:20px;
	border-top:1px solid #ddd;
	background: white url('static/foother.png') no-repeat top right;
	clear:both;
}

#headerbar {
	background-color: white;
	width: 900px;
	margin: 0px auto;
	font-size: 14px;
	text-align: center;
}

#headerbar li {
  display: inline;
	padding: 0px 15px;
	list-style: none;
	text-align: center;
}

#headerbar li a {
	text-decoration:none;
  color:#880000;
	font-weight: bold !important
}

#headerbar li a:hover {
	color:#555;
}

#content {
	width: 900px;
	margin: 0px auto;
	background-color: white;
	border-top:1px solid #ddd;
}

#infoline {
  float:right;
  color:#bbb;
  font-size:10px;
  margin: -5px 5px
}

#infoline a {
	/*text-decoration:none;*/
	color:#bbb;
}

#navigation {
	float:left;
	width:185px;
	padding: 10px 35px 10px 10px;
	background: transparent url("static/vhr.png") no-repeat top right;
	min-height:600px;
  line-height:1.1em;
}

#navigation li.level1 {
	list-style: none;
	padding-bottom: 15px;
	font-size: 14px;
}

#navigation li.level1 div {
	/*border-bottom: 1px solid #ddd;*/
	font-weight:bold;
}

#navigation li.level1 div a {
	text-decoration:none;
	color:#222;
}

#navigation li.level1 a:hover {
	color:#555;
}

#navigation li.level2 {
	list-style: disc;
	padding: 1px 0px;
	margin-left: 15px;
}

#navigation li.level2 div a,
#navigation li.level2 div {
	border: 0px;
	font-size: 12px;
	font-weight:normal;
	color:#880000;
}

#navigation li.level2 a:hover {
	color:#555;
}

#page {
	margin: 10px 25px 10px 230px;
}

#page p {
	margin:1em 0em;
	text-align:justify;
}

#page h1, #page h2, #page h3, #page h4, #page h5 {
	margin-top:1em;
	line-height: 1em;
}

#page h1 a, #page h2 a, #page h3 a, #page h4 a, #page h5 a {
	color:black;
}

#page a, #controls a {
	text-decoration:none;
	color:#880000;
}

#page ul, #page ol {
	margin: 10px;
	padding: 0px 15px;
}

#page li ul, #page li ol {
	margin: 0px;
}

#page blockquote {
	border-left: 3px solid #bbb;
	padding-left: 10px;
	color: #666;
	margin:0em;
	padding: 5px;
	text-align:justify;
}

#pageinfo {
	font-size:0.75em;
	color:#aaa;
	text-align:right;
}

#controls {
	text-align:center;
	padding: 25px;
	clear:both;
}

/* Wiki Stuff */
.toc {
  display:none;
}

em.u {
  text-decoration: underline;
  font-style: normal;
}




/* WIKI stuff */

.medialeft {
	float:left;
	margin: 5px 10px 5px 0px;
}

.mediacenter {
	display: block;
	margin: 0 auto;
}

.mediaright {
	float:right;
	margin: 5px 0px 5px 10px;
}

.wikilink2 {
	background-color: #ddd;
}

.secedit {
	float:right
}

.secedit * {
	display:inlay;
}

.secedit input {
	border: 1px solid #bbb;
	background-color: white;
	font-size:8px;
	color:#bbb;
}

/*pre.code {
	width: 40%;
	float: right;
	background-color: #ddd;
	border: 1px solid #bbb;
	padding: 5px;
	font-size: 75%;
	font-family: Veranda, sans-serif;
	margin-left: 15px;
	white-space:normal;
}*/

pre.code {
	background-color: #eee;
	border: 1px solid #ccc;
	padding: 5px;
}

