body {
	background: #080814 url(bg.jpg) repeat scroll center top;
	margin: 0px;
	padding: 0px;
	text-align: center;
	}

/* -------------------------------------------------------------------------------------- CONTAINERS */

.quote {
	background-color: #a75316;
	color: #440916;
	font-family: Georgia, serif;
	font-size: 11px;
	line-height: 20px;
	margin: 0px;
	padding: 10px;
	text-align: center;
	}
.quote:hover { color: #FF0000; }

.content {
	background: #080814 url(bg2.jpg) repeat scroll center top;
	border-left: 5px solid #310010;
	border-right: 5px solid #310010;
	color: #a75316;
	font-family: Trebuchet MS, Tahoma, sans-serif;
	font-size: 12px;
	margin: 0 auto;
	padding: 0px;
	position: relative;
	text-align: justify;
	width: 800px;
	}
.main {
	background: transparent;
	float: right;
	margin: 0px;
	padding: 10px 0px 20px 0px;
	width: 590px;
	}
.disclaimer {
	background: #310010 url() no-repeat left bottom;
	font-size: 11px;
	margin: 0px;
	padding: 10px;
	text-align: center;
	width: 780px;
	}
.clear { clear: both; }

/* -------------------------------------------------------------------------------------- SIDEBAR */

.sidebar {
	background: transparent;
	color: #a75316;
	float: left;
	margin: 0px;
	padding: 20px;
	text-align: left;
	width: 170px;
	}
.section {
	background: transparent;
	font-family: Trebuchet MS, Tahoma, serif;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 1px;
	padding: 10px 18px 5px 0px;
	text-align: left;
	text-transform: none;
	}
.navi a, .navi a:visited {
 	background-color: #a75316;
	border: 1px outset #310010;
	color: #440916;
	display: block;
	font-family: Verdana, Tahoma, serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	letter-spacing: 1px;
	margin-top: 2px;
	padding: 2px 10px;
	text-align: left;
	text-decoration: none;
	text-transform: uppercase;
}
.navi a:hover, navi a:active {
 	background-color: #87340F;
	border: 1px inset #310010;
	color: #FF0000;
	text-decoration: none;
}


/* -------------------------------------------------------------------------------------- CONTENT */

p {
	line-height: 20px;
	margin: 15px 20px 15px 20px;
	padding: 0px;
	text-align: justify;
	}

p.center { text-align: center; }

ul {
	margin: 10px 20px 10px 40px;
	padding: 0px;
	list-style-type: circle;
	}
li {
	margin: 10px 10px 10px 10px;
	padding: 0px;
	text-align: justify;
	list-style-type: circle;
	}
a, a:visited {
	color: #b80c1a;
	font-weight: bold;
	text-decoration: none;
	}
a:hover {
	color: #FF0000;
	font-weight: bold;
	text-decoration: none;
	}
a:active {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	}
b {
	color: #b66931;
	text-decoration: none;
	text-transform: none;
                  }
b.name {
	color: #b66931;
	font-family: georgia, serif;
	font-size: 15px;
	font-weight: normal;
	text-transform: uppercase;
	}
i {
	color: #873e0a;
	text-decoration: none;
	text-transform: none;
                  }

/* -------------------------------------------------------------------------------------- TITLES */

h1 {
	background: transparent;
	border-bottom: 2px dashed #310010;
	font-family: georgia, serif;
	font-size: 13pt;
	color: #310008;
	font-weight: bold;
	font-style: italic;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 0px 30px;
	text-transform: none;
	letter-spacing: 3px;
      }

h1:first-letter {
	color: #180008;
	font-family: georgia, serif;
	font-size: 25px;
	font-style: italic;
	font-weight: normal;
	letter-spacing: 3px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-transform: none;
	text-align: left;
	}
h2 {
	text-align: center;
	}

/* -------------------------------------------------------------------------------------- FORMS */

input {
	background: #a75316;
	color: #440916;
	border: 1px dashed #310010;
	font-family: trebuchet MS, tahoma, sans-serif;
	font-size: 12px;
	text-transform: none;
	font-weight: bold;
	}
textarea {
	background: #a75316;
	color: #440916;
	border: 1px dashed #310010;
	font-family: trebuchet MS, tahoma, sans-serif;
	font-size: 12px;
	text-transform: none;
	font-weight: bold;
	}
select {
	background: #a75316;
	color: #440916;
	border: 1px dashed #310010;
	font-family: trebuchet MS, tahoma, sans-serif;
	font-size: 12px;
	text-transform: none;
	font-weight: bold;
	}
blockquote {
 	background-color: #380712;
	color: #a75316;
	margin: 10px 50px 10px 50px;
	padding: 5px;
	text-align: justify;
	border: 1px dashed #a75316;
	}

/* -------------------------------------------------------------------------------------- MISC */

label {
	float: left;
	width: 12em;
	text-align: right;
	margin: 0 0.5em 0 0;
	}
.codesort li {
	display: inline;
	padding-right: 1.0em;
	}
.codesort label {
	float: left;
	width: 12em;
	text-align: right;
	margin: 0 0.5em 0 0;
	}
.codesort h2 { text-align: center;	color: #a75316; }
.codesort h3 { text-align: center;	color: #a75316; }