body {
	background-color: #cccccc;
}

.blog-entry-title a:hover, a:link, a:visited {
	color: #3f3f3f;
}

#top_grad {
	background: url(../../images/top_grad.png) repeat-x;
}

#container {
	background-image: url(../../images/content_bg.png);
	background-repeat: repeat-y;
	border-right: inherit
}

#pageHeader {
	background: no-repeat url(../../images/header_bg.png);
}


html > body #pageHeader h2 {
	border-bottom-color: #2d5592;
}

#sidebarContainer .sideHeader {
	color: #33568f;
}

#footer { 
	background: no-repeat center url(../../images/footer_bg.png);
}

#footer a:link, #footer a:visited {
	color: #008dcb;
}

#navcontainer {

}

#navcontainer #current {
	font-weight: bold;
	
}

#navcontainer .currentAncestor {
	/*background: no-repeat url(../../images/button_over.png) left bottom; */
	color: #ffffff;
	font-weight: bold;
}

#navcontainer li {
	/* background: no-repeat right bottom url(../../images/menu_divider.png); */
}

#navcontainer a:hover {
	/* background: no-repeat url(../../images/button_over.png) left bottom; */
	color: #FFFFFF;
	/*border-right: 1px solid #999;
	border-left: 1px solid #999;*/
}

#navcontainer ul ul {


}

#navcontainer ul ul a {
	/* background: url(../../images/sub_menu_bg.png)  no-repeat; */

		background-color: #666;

}

#navcontainer ul ul a:hover{
	/* background: url(../../images/sub_menu_bg.png)  no-repeat; */
	background-color: #999;
	border-left-style: hidden;
	border-right-style: hidden;
}

#navcontainer ul ul #current{
	/* background: url(../../images/sub_menu_bg.png) transparent no-repeat;*/
	
		background-color: #727272;
	font-weight: bold;
}

#navcontainer ul ul .currentAncestor {
	/* background: url(../../images/sub_menu_bg.png) transparent no-repeat; */
	background-color: #7f7f7f;

}

#contentContainer #content ul.disc li {
	/* background-image: url(../../images/list_item.png); */
}

.filesharing-item-title a:hover {

}

.photo-background {

}

.photo-navigation {
	background: repeat-x url(../../images/top_grad.png) left -100px;
}

.photo-links {
	background: no-repeat url(../../images/photo_header.png);
}

.photo-navigation a:link, .photo-navigation a:visited {
	background: no-repeat right bottom url(../../images/menu_divider.png);
}

.photo-navigation a:hover {
	color: #334766;
	background: no-repeat url(../../images/button_over.png) right bottom;
}

html > body .photo-caption {
	border-bottom: 1px solid #2d5592;
}