*{
	margin: 0;
	padding: 0;
}

body {
	background: #efefef url(images/background.jpg) repeat;
	color: #3a3a3a;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
}

@font-face {
	font-family: Bebas;
	src: url('BebasNeue.otf');
}

a {
	color: #3a3a3a;
	text-decoration: none;
}

#top-bar {
	background: #545454;
	height: 5px;
	width: 100%;
}

#header, #holder, #footer {
	margin: 0 auto;
	width: 1044px;
}

#holder, #footer {
	margin-top: 20px;
}

#title {
	display: inline;
	float: left;
	padding: 20px 0;
	width: 324px;
}

#menu {
	display: inline;
	float: right;
	width: 590px;
}

#menu .item {
	display: inline;
	float: left;
	padding: 28px 10px;
}

#menu .active, #menu .item:hover {
	background: url(images/menu.png) no-repeat;
	background-position: top center;
}

#menu .item a {
	font-weight: bold;
	text-shadow: 1px 1px 0 #fff;
}

#shadow {
	background: transparent url(images/shadow.png) repeat-x;
	height: 14px;
	width: 100%;
}

.thumb-holder {
	margin-top: 10px;
	text-align: justify;
	width: 100%;
}

.thumb {
	background: #f3f3f3;
	border: 1px solid #bebebe;
	border-radius: 5px;
	height: 150px;
	padding: 3px;
	position: relative;
	width: 250px;
	display: inline;
	float: left;
	margin-right: 3.5px;
	margin-bottom: 3px;
}

.last-thumb{
	margin-right: 0;
}

.overlay {
	width: 250px;
	height: 130px;
	position: absolute;
	top: 3px;
	padding-top: 20px;
	left: 3px;
	opacity:0;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	background: url(images/overlay.png);
	text-align: center;
	color: #3e3e3e;
	font-size: 12px;
}

.art-title {
	font-size: 24px;
	font-family: Bebas;
}

.view-all {
	margin-top: 5px;
	text-align: right;
}

#contact, #about, #copyright {
	display: inline;
	float: left;
	margin-right: 20px;
}

#contact {
	width: 20%;
}

#about {
	width: 50%;
}

#copyright {
	width: 20%;
	float: right;
}

#email, #go {
	width: 75%;
	background: #e7e7e7;
	border: 1px solid #bcbcbc;
	padding: 5px;
	font-size: 11px;
}

#go {
	width: 20px;
	background: #eeeeee;
	margin-left: -1px;
}

.exp-title {
	font-weight: bold;
	font-size: 12px;
}

.exp-title {
	font-style: italic;
}

#admin-upload {
  width: 40%;
  float: left;
  display: inline;
}

#admin-newsletter {
  width: 40%;
  float: right;
  display: inline;
}

.admin-input {
	width: 400px;
	padding: 5px;
}

.admin-text {
	height: 200px;
}
