@import url('page.css');

#sidebar-middle {
	position: relative;
	height: 57px;
	color: #808080;
	font-size: 77%;
	padding-left: 1em;
}
#sidebar-middle p {
	position: absolute;
	bottom: 0;
}
#sidebar-middle img {
	margin-right: 1em;
}

#press-nav ul{
	border: none;
	width: 100%;
}
#press-nav li{
	width: 100%;
	padding: 0;
	margin: 0;
	background-color: #071121;
	border: none;
	border-bottom: solid 1px black;
}
#press-nav li.menuparent{
	background-image: none;
}
#press-nav li:hover, #press-nav li.over{
	background-color: #111f39;
}
#press-nav li.active{
	background-color: #e00606;
}
#press-nav li a{
	color: white;
	text-transform: uppercase;
	font-size: 92%;
	display: block;
	width: 295px;
	* width: 315px;
	padding: 18px 10px;
	* padding-bottom: 18px;
	font-family: georgia, times, serif;
	font-weight: bold;
}
#press-nav li a:hover{
	border: none;
}
#press-nav li a.active{
	background-color: #e00606;
}
/*** only display 1st level menus ***/
#press-nav ul ul{
	display: none;
}

#content-body{
	padding-left: 0;
}

#gallery-header{
	text-align: center;
}
#content-body h2{
	font-family: georgia, times, serif;
	font-size: 122%;
	letter-spacing: .25em;
	margin-left: 20px;
}
#content-body p{
	font-family: georgia, times, serif;
	font-size: 85%;
	margin-left: 20px;
	margin-top: 3px;
	color: #555;
}

#news-block p{
	line-height: 1.1em;
}

#digett_galleryContainer{
	text-align: center;
	height: 330px;
	width: 330px;
}
