﻿html {
	background: #663300;
}
body {
	font-family: Georgia, Times, serif;
	text-align: left;
	color: #3f2700;
}

a{
	color:#633;
}


h1, h2, h3, h4, h5, h6{
		color: #630;
}

h3, h4, h5, h6 {
	font-weight: bold;
	margin-bottom: 5px;
}
h1 {
	font-size: 250%;
	margin: 0px;
	margin-bottom: 10px;
}
h2 {
	font-size: 167%;
	border-bottom: 1px solid #3f2700;
	font-variant: small-caps;
	margin-bottom: 10px;
}
h3 {
	font-size: 153.9%;
}
h4 {
	font-size: 138.5%;
	font-variant: small-caps;
}
h5 {
	font-size: 123.1%;
}
h6 {
	font-size: 108;
	font-variant: small-caps;
}
#layout {
	border-collapse: collapse;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
#layout td {
	vertical-align: top;
}
#header {
	background: #c48745 url('images/AltBg_01.gif') no-repeat;
	height: 112px;
}
#logo {
	margin-top: 40px;
	margin-left: 40px;
	float: left;
}
#logo img {
	border: 0px;
}
#searchandmenu {
	float: right;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	text-align: right;
	margin-right: 40px;
	margin-top:60px;
}

.searchbox
{
	background:transparent;
	border: 1px solid;
}

#topmenu
{
	margin-top:10px;
}

#topmenu ul {
	list-style : none;
	border : 0;
	margin : 0;
}
#topmenu li {
	display : inline;
	margin-left : 7px;
}
#topmenu li a {
	text-decoration : none;
	font-weight : bold;
	background-color : transparent;
}
#topmenu li a.createlink {
	display : none;
}
#topmenu li a:hover {
	background-color : transparent;
}
#left {
	background: #c48745 url('images/AltBg_02.gif') repeat-y right top;
	width: 90px;
	padding-left: 40px;
	border-right: 1px solid #963;
}
#left .sidehead {
	font-weight: bold;
}
#content {
	background: #c48745 url('images/AltBg_03.gif') repeat-y left top;
	width: 710px;
	padding-left: 20px;
	padding-right: 40px;
	padding-bottom: 20px;
}

#content img {
	border: thin solid #630;
}


#footer {
	background: #c48745 url('images/AltBg_04.gif') no-repeat top;
	height: 117px;
	border-top: 1px solid #996633;
	padding: 10px 40px 0px 40px;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
#modified {
	float: left;
}
#bottommenu {
	float: right;
}

#cc
{
	clear:both;
	float:right;
	margin-top: 5px;
}

.wikimessage
{	
	background: red;
	color: yellow;
	padding: 3px;
}

.categorylink
{
	font-size: 85%;
	text-transform:uppercase;
	text-decoration:none;
	padding-right: 15px;
	
}

.module
{
	background: #eee;
	color: #333;
	border: 1px #333 solid;
	font-style: italic;
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;

}

#wikiedit form {
	margin : 0;
}
#wikiedit textarea {
	width : 99%;
	margin : 0;
	clear : none;
	margin: 20px 0 20px 0;
	padding: 5px;
    font-family: "Courier New", Courier, monospace;
    background: transparent;
}

#wikiedit img{
	margin:0px;
}

span.inputtext input
{
	background:transparent;
	border: 1px solid;
}

.clearboth
{
	clear:both;
	display:block;
}

strong{
	font-weight:bold;
}

span.rfloat
{
	margin-left: 10px;
	margin-bottom: 10px;
	font-variant: small-caps;
	text-align: right;
	color: #630;
}


span.lfloat
{
	margin-right: 10px;
    margin-bottom: 10px;
    	color: #630;
    font-variant: small-caps;
}