img.top.pull-1 {
	border: 1px solid maroon;
	padding: 5px 5px 50px;
	background-color: white;
}

html,body {
	background-color: #fff;
}

div.container {
	background-color: #fff;
	width: 950px;
	margin: 0 auto;
}

h1,h2,h3,h4,h5,h6 {
	color: #50697f;
}

.nav-h ul,.nav-h li {
	display: inline;
	list-style-type: none;
	margin: 0px 20px 0px 0px;
	padding: 0px;
}

ul#nav { width: 100%; height: 43px; background: #FFF url("images/menu-bg.gif") repeat-x left; font-size: 0.8em; font-family: "Lucida Grande", Verdana, sans-serif; font-weight: bold; list-style-type: none; margin: 0; padding: 0; }
ul#nav li { display: block; float: left; margin: 0 0 0 5px; }
ul#nav li a { height: 35px; color: #777; text-decoration: none; display: block; float: left; line-height: 200%; padding: 8px 15px 0; }
ul#nav li a:hover { color: #333; }
ul#nav li a.current{ color: #FFF; background: #FFF url("images/current-bg.gif") top left repeat-x; padding: 5px 15px 0; }


.nav-v ul,.nav-v li {
	list-style: none;
	margin: 0px;
	padding: 0px;
	display: block;
}

.border-left {
  padding-left: 14px;
  margin-left: 0px;
  border-left: 1px solid #eee;
}

#news li {
	list-style-type: none;
}

#news li a.text {
	text-decoration: none;
	display: block;
	padding-bottom: 10px;
}

#news li span.header {
	font-style: italic;
}

.box {
	padding: 0px;
}

.box p {
	
	padding: 15px 15px 15px 25px;
	float: right;
}
.box cite {
	padding: 0 15px 15px 0;
	font-weight: bold;
	float: right;
}

span.startquote {
	background: url(images/start_quote.gif) no-repeat ;
	width: 20px;
	height: 20px;
	display: block;
	text-indent: -999px;
	position: relative;
	right: 20px;
}

span.endquote {
	background: url(images/end_quote.gif) no-repeat;
	width: 20px;
	height: 20px;
	display: block;
	text-indent: -999px;
	position: relative;
	left: 10px;
	float: right;
}

#gallerymanager input {
    position: fixed;
    top: 0px;
    right: 20px;
cursor: pointer;
background-color: #FF9933;
border-top: 1px solid #FF9933;
border-bottom: 2px solid #996600;
border-left: 1px solid #996600;
border-right: 1px solid #996600;
font-size: 8pt;
padding: 4px;
font-family: arial;
font-weight: bold;
color: #FFFFCC;
}



