/* Basics and Typography */

body {
background-image: url(http://un-broken.org/tigers/bg.jpg);
background-color: #534C56;
margin:0px;
padding:0px;
font-family:"verdana"; 
font-size:12px;
text-align:left;
color:#534C56;
}
u, i {
color:#A26D45;
}
b {
color:#34242F;
}
a {
color:#65626C;
font-size:11px;
text-decoration:none;
font-weight:bold;
font-style:italic;
font-family:"verdana";
text-decoration:none;
}
a:link {
color:#65626C;
text-decoration: none;
}
a:visited {
color:#65626C;
text-decoration: none;
}
a:hover {
color:#0A0D20;
text-decoration:none;
background-color: none;
} 
.header {
font-family : "georgia";
font-size : 22px;
font-weight:bold;
font-style:italic;
text-transform:lowercase;
letter-spacing:5px;
color:#000000;
text-align:left;
padding:0 0 0 0;
}
H1 {
font : 13px georgia;
font-style : italic;
font-weight:bold;
text-align : left;
color : #000000;
}
H2 {
font : 13px georgia;
font-style : italic;
font-weight:bold;
text-align : left;
color : #000000;
}
input, textarea, iframe, select {
font : 11px verdana;
color : #534C56;
background: #F7F8F8;
border-top: none;
border-left: none;
border-right: none;
border-bottom: 1px solid #534C56;
margin : 1px;
padding : 1px;
}
option {
font : 11px verdana;
color : #534C56;
background: #F7F8F8;
}
.small {
font : 10px verdana, sans-serif;
text-align : left;
}
#list {
list-style: circle;
text-align:left;
padding:8px;
margin:8px;
position:inside;
}
.xy {
font: 9px verdana, sans-serif ;
text-align: left;
font-style: italic;
}

TD {
font-family: verdana; 
font-size: 9px;
font-style: italic;
}

/* Layout */

#layout {
width:680px;
padding:0px;
margin-right:auto;
margin-left:auto;
}

#content {
width:680px;
height:auto;
background-image: url(http://un-broken.org/tigers/main.jpg);
}
#main {
padding-top: 35px;
padding-left: 5px;
padding-right: 0px;
width: 665px;
text-align: left;

}

#header {
background:url(http://un-broken.org/tigers/header.jpg);
height:371px;
margin: 0px; 
padding: 0px 0px 0px 0px;
}

#footer {
margin: 0px auto;
width: 680px;
}

#navi {
position:absolute; 
top:370px; 
left:320px;
width : 604px;
font-family : "verdana";
font-weight: bold;
font-size : 15.5px;
color : #544D57;
height : 0;
text-align : center;
padding : 0 0 0 0;
border-bottom: none;
}
#navi a {
padding : 0.2em;
font-family : "verdana";
font-weight: bold;
font-size : 15.5px;
color : #544D57;
width : 100%;
text-decoration : none;
display : inline;
text-transform : lowercase;
border-bottom: none;
}
#navi a:hover {
padding : 0.2em;
font-family : "verdana";
font-size : 15.5px;
color : #F6F7F7;
width : 100%;
text-decoration : none;
display : inline;
text-transform : lowercase;
background: #544D57;
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 : #534C56;
}
ul.error, p.error {
margin : 1em 0;
padding : 0.5em 3em;
background : #fee;
border-left : 1em solid #c00;
color : #534C56;
}
blockquote {
display : block;
margin-left: 4px;
} 
