body { padding: 0; margin: 0; font-family: "Lucida Grande", Helvetica, Arial,Verdana, sans-serif; color: #444340; }
img { border: none; }
a { color: #444340; }

#Header { background: #EEBF02; height: 61px; padding: 0; border-bottom: 1px solid #3c3c3c;  }
#Header img { display: block; margin: 0 auto 0; }


#header
{
	color: #fff;
	height: 29px;
	background-position: 0 0;
	background-repeat: repeat-x;
	background-image: url("../../img/header-bg.png");
}
#header a {
    float: right;
    display: block;
    padding-right: 10px;
}

#header span {
    float: left;
    line-height: 29px;
    color: #f2f2f2;
    font-family: Tahoma;
    font-size: 11px;
    padding-left: 10px;
}
/*
#header a {
	display: block;
	margin: 0 auto;
	width: 356px;
	position: relative;
}

#logo img {
	position: absolute;
}

#logo .jaaar
{
	top: 0;
	right: 0;
}

#logo .page-one
{
	left: 0;
	top: 45px;
}
*/
#content
{
	margin-top: 1px;
	line-height: 22px;
	background-position: 0 0;
	background-color: #f2f2f2;
	background-repeat: repeat-x;
	background-image: url("../../img/content-shadow.png");
	padding-top: 20px;
	width: 100%;
}

.gallery {
	list-style: none;
	padding: 0;
	margin: 0;
	display: table;
}
.gallery:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}
.gallery li {
	float: right;
	width: 33%;
	display: table-cell;
}
.gallery li a {
	display: block; margin: 5px;
	padding: 4px;
	overflow: hidden;
	background: #fff;
	border-radius: 3px;
	-webkit-box-shadow:  1px 1px 10px 1px #b9b9b9;
	-moz-box-shadow: 1px 1px 10px 1px #b9b9b9;
	box-shadow: 1px 1px 10px 1px #b9b9b9;
 }
.gallery li img {
	display: block;
	width: 100%;
	height: auto;
}