
body {
background: #600 url(../images/page_bg.gif) center top;
background-repeat: repeat-x;
}

#header {
background: #FFF url(../images/header_bg.png) right top;
background-repeat: no-repeat;
height: 99px;


}

#navBar {
height: 51px;
overflow: hidden;
}


#header h1 {
font-family: Impact, sans-serif;
color: #900;
font-size: 35px;
line-height: 35px;
margin: 15px 0 0 0;
letter-spacing: 1px;
}

#header p {
margin: 0;
padding: 4px 0 0 0;
letter-spacing: 1px;
font-weight: bold;
color: #000;
}


#footer {
background: transparent url(../images/footer_bg.png) center top;
background-repeat: no-repeat;
padding: 8px 0;
}



.scrollBox {
height: 250px;
padding: 4px;
overflow: auto;
border: 1px solid #300;
background-color: #400;
}

.block {
display: block;
margin: 1px 0;
}

.darkBox {
background: transparent url(../images/black80.png) left top;
background-repeat: repeat;
padding: 8px;
border: 1px solid #111;
color: #ccc;
-moz-border-radius: 8px;
-webkit-border-radius: 8px;
}

.darkBox a {
color: #f60;
}


.brightBox {
background: transparent url(../images/white80.png) left top;
background-repeat: repeat;
padding: 8px;
border: 1px solid #fff;
-moz-border-radius: 8px;
-webkit-border-radius: 8px;
color: #300;
}

.brightBox a {
color: #f00;
}

.border {
border: 1px solid #300;
}




.boxShadow {
height: 30px;
padding: 0;
margin: 5px 0 0 0;
background: transparent url(../images/boxBottom.png) center top;
background-repeat: no-repeat;
}



ul#lastedit_list {
margin-left: 0;
padding-left: 0;
list-style: none;
}

#lastedit_list li {
background-image: url(../images/list_arrow.png);
padding-left: 16px;
margin-bottom: 8px;
background-repeat: no-repeat;
background-position: left top;
line-height: 14px;
}





a.tags {
background: transparent url(../images/white80.png) left top;
background-repeat: repeat;
padding: 2px 6px;
border: 1px solid #fff;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
}


div#breadcrumbs {
padding: 4px;
margin: 8px 0;

}

div#breadcrumbs a {
padding: 2px;
background-image: url(../images/list_arrow.png);
background-repeat: no-repeat;
background-position: left center;
padding-left: 16px;
font-size: 14px;
line-height: 18px;
margin-bottom: 8px;
}



#login_box {
background: transparent url(../images/black15.png) left top;
background-repeat: repeat;
padding: 8px;
border: 1px solid #300;
color: #ccc;
border-radius: 8px;
text-align: center;
}


