* {
    margin: 0;
    padding: 0;
}
html {
    height: 100%;
}
body {
    font: 80%/0.80em Georgia,Palatino,Palatino Linotype,FreeSerif, Verdana, Arial, serif;
    font-family: Arial, Helvetica, FreeSans, sans-serif;
    line-height: 120%;
    height: 100%;
    margin: 0;
    padding 0;
    background: #494949;
    background: #151515;
    color: #bbb;
    text-align: center;
}

a{
	color: #ff7700;
	text-decoration: none;
}
a:focus, a:hover, a:active {
	text-decoration: underline;
}
p {
    margin: 10px 0;
}
p, li {
	line-height: 1.8em;
}
h1, h2 {
	font-family: "Trebuchet MS", Verdana, sans-serif;
    margin-bottom: 10px;
    line-height: 90%;
}
h1 {
	font-size: 3em;
	color: #ffc700;
}
h2 {
	padding-top: 10px;
	font-size: 1.8em;
    color: #ffb500;
}
pre {
	font-size: 1.2em;
	line-height: 1.2em;
	overflow-x: auto;
}
#header {
    height: 160px;
    width: 1000px;
    background: url(/media/images/header.jpg);
}
#page {
    text-align: left;
	width: 1000px;
	margin: 0 auto;
	text-align: left;
    min-height: 100%;
    height: auto !important;
    height: 100%;
    clear: both;
}
div#container {
	padding: 20px;
	background-color: #252525;
}
div#ads {
	clear: both;
	padding: 12px 0 12px 66px;
}
div#footer {
	clear: both;
	color: #777;
	text-align: center;
    background-color: #198300;
    background-color: #151515;
    height: 20px;
    text-align: right;
    padding: 3px 5px 0 0;
    font-size: 0.8em;
    position: relative;
    bottom: 70px;
    left: 200px;
    width: 780px;
}

#lizard {
    position: relative;
    bottom: 40px;
    left: -50px;
    width: 220px;
}

#flatpage-content {
    width: 500px;
    float: left;
}
#flatpage-right {
    float: left;
    width: 200px;
    margin-left: 50px;
}
#flatpage-shoutbox {
    float: left;
    width: 170px;
    margin-left: 20px;
}
#flatpage-shoutbox textarea {
    height: 80px;
}
#flatpage-shoutbox textarea,
#flatpage-shoutbox input {
    font-size: 0.9em;
    width: 150px;
    margin-bottom: 10px;
    background: #202020;
    border: 1px solid #FFB500;
    color: #bbb;
}
#flatpage-shoutbox label {
    display: block;
    margin-bottom: 4px;
}
#shouts {
    width: 140px;
    padding: 5px;
    border: 1px solid #FFB500;
    margin-bottom: 15px;
}
.shout-msg {
    margin-bottom: 10px;
}
.shouts-odd {
    color: #FFC700;
}

.contact-form-spam label {
    width: auto;
}
.fieldWrapper {
    margin-bottom: 10px;
}
.contact-form ul {
    list-style-type: none;  
}
#wide-content input, textarea {
    background: #353535;
    border: 1px solid #FFB500;
    color: #bbb;
}
#wide-content label {
  float:left;
  width:200px;
  margin-right:0.5em;
  padding-top:0.2em;
  text-align:right;
}
#wide-content .contact-form-spam label {
    width: 40px;
}
#wide-content {
    margin-top: 15px;
    width: 700px;
    float: left;
}
.gallery-photo img {
    border: none;
}
#caption {
}
#mediaspace {
}
.image-caption {
    display: block;
}
.yellow-link {
    color: #FFB500;
}
#flatpage-shoutbox li {
    display: inline;
}
#flatpage-shoutbox ul li label {
    width: 70px;
    float: left;
}
.errorlist {
    color: red;
}
