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

#header {
background: transparent url(../images/header_bg.png) center top;
background-repeat: no-repeat;
height: 180px;

overflow: hidden;
}

.headertop {
height: 135px;
overflow: hidden;
}

.headerbottom {
height: 80px;
}


#navPosition {
float: left;
width: 100%;
height: 80px;
overflow: hidden;
background: transparent url(../images/black80.png) left top;
background-repeat: repeat;

}



#header h1 {
font-family: Impact, sans-serif;
color: #ccc;
font-size: 35px;
line-height: 35px;
margin: 35px 0 0 25px;
letter-spacing: 1px;
text-shadow: 1px 1px 2px #000;
}

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

#bodyContainer {
padding-top: 25px;
}


#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 #ccc;
background-color: #fff;
}

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



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


.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;
border-radius: 6px;
}


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

div#breadcrumbs a  {
padding: 2px 2px 0 16px;
background: transparent url(../images/list_arrow.png) left center no-repeat;
font-size: 14px;
line-height: 18px;
color: #36c;
}

div#breadcrumbs a:hover {
color: #666;
background: transparent url(../images/list_arrow.png) left center no-repeat;
}

div#breadcrumbs_top {
	padding: 	0px;
	margin: 	10px 0 16px 0;
}

div#breadcrumbs_top a  {
padding: 2px 2px 0 16px;
background: transparent url(../images/list_arrow_grey.png) left center no-repeat;
font-size: 14px;
line-height: 14px;
color: #999;
}

div#breadcrumbs_top a:hover {
color: #36c;
background: transparent url(../images/list_arrow.png) left center no-repeat;
}





