body {
    background: url("./images/bg.jpg") #7C5200;
	background-repeat: repeat-x;
    font-family: arial;
    text-align: center;
	font-size: 13px;
    margin: 0 0 20px 0;
    color: yellow;
}
div#wrapper {
    background: url("./images/header.jpg") black;
    background-repeat: no-repeat;
    width: 800px;
    text-align: left;
    margin: 0 auto;
        border-left-style:solid;
        border-right-style:solid;
        border-bottom-style:solid;
border-width:2px;
border-color: #6C590A;
}
div#header {
    height: 192px;
    padding: 10px;
}
html>body div#header {
height: 171px;
} 
div#tools {
    margin: 0 0 0 630px;
}
div#topnavi {
    padding: 0 0 0 10px;
            border-bottom-style:solid;
border-width:1px;
border-color: #BFA419;
}
div#navi {
    width: 200px;
    float: left;
}
div#main {
    padding: 0 10px 10px 10px;
    margin: 10px 0 0 200px;
}
div#footer {
    padding: 10px;
    clear: both;
            border-top-style:solid;
        border-width:2px;
border-color: #BFA419;
}
.naviblock {
    padding: 10px;
    margin: 10px;
}
/* Editor background */
.retrieve{background-image:none;background-color:black;color:yellow;text-align:left;}
/* Links */
a {
	text-decoration: none;
	font-weight: bold;
}
a:link {
	color: yellow;
}
a:active {
	color: #f5e700;
}
a:hover {
	color: yellow;
        text-decoration: underline;
}
a:visited {
	color: yellow;
}
a:focus {
	color: yellow;
}
/* Headers */
h1 {
	font-variant: small-caps;
	text-align: left;
}
h2 {
	text-transform: capitalize;
}
h3 {
	text-transform: capitalize;
}
h4 {
	font-variant: small-caps;
	text-transform: capitalize;
	font-size: 14pt;
	line-height: 0.5;
}
li {
	line-height: 1.5;
}
ul {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
font-style: normal;
line-height: 2em;
font-weight: normal;
font-variant: normal;
text-transform: none;
text-decoration: none;
text-indent: 0px;
list-style-position: outside;
list-style-image: url(arrow.gif);
list-style-type: square;
padding: 0px;
margin: 0px;
}
.doc {
	list-style: none;
white-space:nowrap;
}
.docs {
	list-style: none;
white-space:nowrap;
}
.sdoc {
	list-style: none;
white-space:nowrap;
}
.sdocs {
	list-style: none;
white-space:nowrap;
}
form {
	margin: 0;
}
IMG {
	border: 0;
}
.edit {
	font-size: 12px;	
	width:570px;
}
table {
   font-size: 13px;
}
.menulevel3 {
   padding: 0 0 0 10px;
}
.menulevel4 {
   padding: 0 0 0 20px;
}