body {
	font-family:verdana; 
	font-size:11px; 
	line-height:160%;
	margin: 0px;
	padding: 0px;
}

a, a:link, a:visited {
	text-decoration: none;
	color: green;
}
a:hover {
	background: black;
	color: white;
}
h2, h3, h4 {
	font-family:"Lucida Grande", "Lucida Sans", geneva, arial, sans-serif;
	font-weight:normal;
	margin-top: 10px;
}
h2 {
	font-size: 18px;
}
h3 {
	font-size: 15px;
}
h1 {
	font-family: "Hoefler Text", Georgia, Times, serif;
	font-size: 40px;
	font-weight: normal;
	height: 40px;
	line-height: 40px;
}

img { border: 0px; }
.message {
	clear:both;
	padding:5px;
	margin: 10px 0px;
	background:#EFF5FC;
	color:#0066CC;
	}
.message.alert { color:#C11B1B; background:#F9F0F0 }

#wrap {
	width: 650px;
	margin: 0px auto;
}

#login_panel {
	margin: 40px auto;
	width: 500px;
	border: 2px solid #666;
	padding: 20px;
	background: #f7f7f7;
}


ul#menu {
	list-style: none;
	margin: 10px 0px 10px 0px;
	padding: 0px;
	border: 0px;
	display: block;
	background: #ccc;
	height: 30px;
}

ul#menu li {
	list-style: none;
	display: block;
	float: left;
color: white;
}

ul#menu li a {
	color: white;
	text-decoration: none;
	display: block;
	float: left;
	height: 30px;
	padding: 0px 10px;
	line-height: 30px;
}

ul#menu li a:hover {
background: #666;
}

ul#gallery_list {
margin: 0px 0px 0px -10px;
padding: 0px;
border: 0px;
display: inline-block;
}
ul#gallery_list li {
	margin: 0px 0px 10px 10px;
	padding: 0px;
	border: 0px;
list-style: none;
display: block;
float: left;
}

ul#gallery_list small {
	display: block;
	clear: both;
}

ul.actions {
	margin: 2px 0px 0px 0px;
	padding: 0px;
	border: 0px;
	display: block;
clear: none;

}

ul.actions li {
	margin: 0px !important;
	padding: 0px !important;
	border: 0px !important;
	display: block !important;
	float: left !important;
	height: 10px !important;
	width: 15px !important;
}

#editgallery, #upload {
	background: #ccc;
	position: absolute;
width: 400px;
margin-left: -220px;
left: 50%;
padding: 20px;
border: 1px solid #333;
}

#editgallery #thumbnail {
float: right;
}

#gallery_nav {
width: 100%;
position: relative;
}
#gallery_nav span {
	position: absolute;
	right: 0px;
}
.fifty_fifty {
	float: left;
	width: 50%;
}

#footer {
	clear: both;
	margin-top: 50px;
	height: 15px;
}
ul.gray {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
ul.gray strong {
color: #333;
}
ul.gray li ul {
	margin: 0px;
	padding: 10px 0px 0px 20px;
	list-style: none;
}
ul.gray h4 {
	background: #e8e8e8;
	height: 20px;
	margin: 0px;
	padding: 5px;
}
ul.gray li ul {
	background: #f7f7f7;
}
ul.gray li ul li {
	margin-bottom: 10px;
}
ul.gray li ul li p {
padding-left: 10px;
width: 95%;
margin: 0px;
}