/* Basics and Typography */

body {
background-image: url(http://justinfans.net/images/layout/bg.jpg);
background-color: #E1E1E0;
margin:0px;
padding:0px;
font-family:"georgia"; 
font-size:12px;
text-align:left;
color:#444444;
}
u, i {
color:#702C45;
}
b {
color:#446E5A;
}
a {
color:#133555;
font-size:11px;
text-decoration:none;
font-weight:bold;
font-style:italic;
font-family:"georgia";
text-decoration:none;
}
a:link {
color:#133555;
text-decoration: none;
}
a:visited {
color:#133555;
text-decoration: none;
}
a:hover {
color:#4C7397;
text-decoration:none;
background-color: none;
} 
.header {
font-family : "georgia";
font-size : 24px;
font-weight:bold;
font-style:italic;
text-transform:lowercase;
letter-spacing:5px;
color:#6F2D59;
text-align:left;
padding:0 0 0 0;
}
H1 {
font : 13px georgia;
font-style : italic;
font-weight:bold;
text-align : left;
color : #446E5A;
}
H2 {
font : 13px georgia;
font-style : italic;
font-weight:bold;
text-align : left;
color : #446E5A;
}
input, textarea, iframe, select {
font : 11px georgia;
color : #444444;
background: #DCDCDB;
border-top: none;
border-left: none;
border-right: none;
border-bottom: 1px solid #444444;
margin : 1px;
padding : 1px;
}
option {
font : 11px georgia;
color : #444444;
background: #DCDCDB;
}
.small {
font : 10px georgia, sans-serif;
text-align : left;
}
#list {
list-style: circle;
text-align:left;
padding:8px;
margin:8px;
position:inside;
}
.xy {
font: 9px georgia, sans-serif ;
text-align: left;
font-style: italic;
}

.sidetitle {
font-family: Verdana;
font-size: 15px;
font-weight : bold;
text-align:left;
color:#2D2E32;
text-transform:uppercase;
letter-spacing:5px;
}

/* Layout */

#layout {
width:781px;
padding:0px;
margin-right:auto;
margin-left:auto;
}

#content {
width:781px;
height:auto;
}
#main {
padding-top: 5px;
padding-left: 5px;
padding-right: 0px;
width: 760px;
text-align: left;
}

#header {
background:url(http://justinfans.net/images/layout/header.jpg);
height:472px;
margin: 0px; 
padding: 0px 0px 0px 0px;
}

#footer {
margin: 0px auto;
width: 781px;
}

#navi {
position:absolute; 
top:490px; 
left:25px;
width : 200px;
font-family : "georgia";
font-weight: bold;
font-size : 15.5px;
color : #446E5A;
height : 0;
text-align : left;
padding : 0 0 0 0;
border-bottom: none;
}
#navi a {
padding : 0.2em;
font-family : "georgia";
font-weight: bold;
font-size : 15.5px;
color : #446E5A;
width : 100%;
text-decoration : none;
display : inline;
text-transform : lowercase;
border-bottom: none;
}
#navi a:hover {
padding : 0.2em;
font-family : "georgia";
font-size : 15.5px;
color : #444444;
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 : #444444;
}
ul.error, p.error {
margin : 1em 0;
padding : 0.5em 3em;
background : #fee;
border-left : 1em solid #c00;
color : #444444;
}
blockquote {
display : block;
margin-left: 4px;
} 