/* Basics and Typography */

body {
background-image: url(http://un-broken.org/sheep/bg.jpg);
background-color: #A3A820;
margin:0px;
padding:0px;
font-family:"arial"; 
font-size:12px;
text-align:left;
color:#585B0D;
}
u, i {
color:#6F543D;
}
b {
color:#878886;
}
a {
color:#678819;
font-size:12px;
text-decoration:none;
font-weight:bold;
font-family:"arial";
text-decoration:none;
}
a:link {
color:#678819;
text-decoration: none;
}
a:visited {
color:#678819;
text-decoration: none;
}
a:hover {
color:#585B0D;
text-decoration:none;
background-color: none;
} 
.header {
font-family : "georgia";
font-size : 20px;
font-weight:bold;
font-style:italic;
text-transform:lowercase;
letter-spacing:5px;
color:#535B14;
text-align:left;
padding:0 0 0 0;
}
H1 {
font : 13px georgia;
font-style : italic;
font-weight:bold;
text-align : left;
color : #535B14;
}
H2 {
font : 13px georgia;
font-style : italic;
font-weight:bold;
text-align : left;
color : #535B14;
}
input, textarea, iframe, select {
font : 11px arial;
color : #585B0D;
background: #F6F4F0;
border-top: none;
border-left: none;
border-right: none;
border-bottom: 1px solid #A3A820;
margin : 1px;
padding : 1px;
}
option {
font : 11px arial;
color : #585B0D;
background: #F6F4F0;
}
.small {
font : 10px arial, sans-serif;
text-align : left;
}
#list {
list-style: circle;
text-align:left;
padding:8px;
margin:8px;
position:inside;
}
.xy {
font: 9px arial, sans-serif ;
text-align: left;
font-style: italic;
}

/* Layout */

#layout {
width:426px;
padding:0px;
margin-right:auto;
margin-left:auto;
}
#container {
background-image: url(http://un-broken.org/sheep/main.jpg);
width:426px;
}
#content {
width:426px;
height:auto;
}
#main {
padding-top: 30px;
padding-left: 5px;
padding-right: 0px;
width: 415px;
text-align: justify;
}

#header {
background:url(http://un-broken.org/sheep/header.jpg);
height:75px;
top: 0px;
margin: 0px; 
}

#footer {
margin: 0px auto;
width: 426px;
height: 470px;
}

#navi {
width: 426px;
font-family : "arial";
font-weight: bold;
font-size : 13.5px;
color : #A4A920;
height : 0;
text-align : center;
padding : 0 0 0 0;
border-bottom: none;
padding-top: 15px;
}
#navi a {
padding : 0.2em;
font-family : "arial";
font-weight: bold;
font-style:italic;
font-size : 13.5px;
color : #A4A920;
width : 100%;
text-decoration : none;
display : inline;
text-transform : lowercase;
border-bottom: none;
}
#navi a:hover {
padding : 0.2em;
font-family : "arial";
font-size : 13.5px;
color : #7D8116;
width : 100%;
text-decoration : none;
display : inline;
text-transform : lowercase;
border-bottom: none;
}


/* CodeSort */

label {
float : left;
width : 8em;
text-align : right;
margin : 0 0.5em 0 0;
}
#donate label {
width : 12em;
}
ul.success, p.success {
margin : 1em 0;
padding : 0;
background : #efe;
border-right : 1em solid #0c0;
color : #585B0D;
}
ul.error, p.error {
margin : 1em 0;
padding : 0.5em 3em;
background : #fee;
border-left : 1em solid #c00;
color : #585B0D;
}
blockquote {
display : block;
margin-left: 4px;
} 