body {
    padding:0;
    margin:0;
    font-family: Arial, Verdana, Sans serif;
    font-size: 80%;
    background: url(/img/header_bg.png) repeat-x top left;
    text-align: center;
   }
a {
    color: #777777;
    text-decoration: none;
}
a:hover {
    color: #f78800;
    text-decoration: underline;
}
#header {
    background: url(/img/matt_brown.gif) no-repeat 12% 40px;
    height: 92px;
    border-bottom: 4px solid #222;
   }
#header h1 {
   display: none;
  } 
#menu {
    background: url(/img/menu_bg.png) repeat-x top left #000000;
    padding-left:12%;
    text-align: left;
    padding-top: 6px;
    padding-bottom: 3px;
}
#menu ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
#menu li {
    display: inline;
    padding: 0px 2.5% 0px 0px
}
#menu a {
    font-size: 1em;
    font-weight: bold;
    text-transform: uppercase;
    color: white;
    text-decoration: none;
}
#menu a:hover {
    color: #f78800;
}
#menu a:active {
    color: #e25434;
}

#content {
	margin-right: 250px;
    text-align: justify;
    padding-top: 15px;
}
#maincontent {
    margin: 0 25px 0 25px;
    padding: 20px;
    padding-top: 0px;
}
#sidebox {
    background: url(/img/sidebox_left.png) repeat-y top left;
    padding-left: 20px;
    padding-bottom: 10px;
}
#topsidebox {
    float: right;
    padding-top: 12px;
    margin-right: 20px;
    margin-top: 20px;
    width: 220px;
    background: url(/img/sidebox_top.png) no-repeat top left;
    background-color: white;
}
#bottomsidebox {
    background: url(/img/sidebox_bottom.png) no-repeat bottom left;
    height: 12px;
    margin-bottom: 20px;
}
#sidebox form {
	margin: 0 0 0 13px;
}
#sidebox input#s {
	width: 80%;
	background: #eee;
	border: 1px solid #999;
	color: #000;
}
#sidebox select {
    width: 80%;
    background: #eee;
	border: 1px solid #999;
	color: #000;
}
#sidebox ul {
	color: #ccc;
	font-weight: bold;
	list-style-type: none;
	margin: 0;
	padding-left: 3px;
	text-transform: lowercase;
	text-align: left;
}
#sidebox ul li {
	font: normal bold 110% sans-serif;
	letter-spacing: 0.1em;
	margin-top: 10px;
	text-align: left;
    color: black;
}
#sidebox ul ul {
	font-variant: normal;
	font-weight: normal;
	line-height: 100%;
	list-style-type: none;
	margin: 0;
	margin-top: 5px;
	padding: 0;
	text-align: left;
}
#sidebox ul ul li {
	border: 0;
	font: normal normal 12px/110% sans-serif;
	letter-spacing: 0;
	margin-top: 0;
	padding: 0;
	padding-left: 12px;
    padding-bottom: 2px;
}
#sidebox ul ul li a {
	color: #85898D;
	text-decoration: none;
}
#sidebox ul ul li a:hover {
	color: #CDDDE7;
}
#sidebox ul ul ul.children {
	font-size: 142%;
	padding-left: 4px;
}
#sidebox ul ul.postlist {
	font: normal normal 80% sans-serif;
}
#sidebox ul ul.postlist li {
    text-transform: none;
	font: normal normal 80% sans-serif;
	margin-top: 2px;
	padding-bottom: 2px;
	padding-left: 0px;
	text-align: left;
}
#sidebox ul ul.postlist li .date {
    color: black;
    font-weight: bold;    
}
#sidebox IMG {
    border: 0px;
}
hr {
    background-color: #f78800;
    height: 2px;
    border: none;
}
h3 {
    color: #222;
    font-size: 1.2em;
    font-weight: bold;
    padding-bottom: 0;
    padding-top: 0;
    margin-bottom: 0;
}
h1 {
    font-size: 1.7em;
    border-bottom: 2px dotted #666666;
    color: #222;
    padding-bottom: 3px;
    margin-bottom: 10px;
    }
#footer {
    margin-top: 40px;
    background: url(/img/menu_bg.png) repeat-x top left #111;
    height: 22px;
    color: #ccc;
    text-align: center;
    font-size: .9em;
    padding-top: 6px;
}
.clearall {
    clear: both;
}
#top_ads {
    text-align: center;
    padding-top: 3px;
}
#bottom_ads {
    text-align: center;
    padding-top: 10px;
}

.signature {
    margin-left: 20px;
    margin-bottom: 10px;
    background-color: #dedede;
    padding: 5px;
}
.signature H2 {
    padding: 0;
    margin: 0;
}

.fingerprint {
    font-family: monospace;
}

.fingerprint PRE {
    margin: 0;
    padding: 0;
}

.signed {
    font-weight: bold;
    color: green;
}
