* {
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
}
body {
	background-color: #000;
}
a {
	text-decoration: none;
}
a, a img, :link, :visited, :active {
	border: none;
	color: #cbcbcb;
}

#footer {
	float: right;
	text-align: right;
	word-spacing: 0;
	margin-top: -22px;
}
#footer a {
	color: #484848;
}

#wrapper {
	position: absolute;
	float: left;
	clear: both;
	width: 850px;
	left: 50%;
	margin-left: -415px;
	padding: 30px 0 70px 0;
}

#container {
	float: left;
	width: 850px;
	background: url('/images/shadow_middle.png') repeat-y center;
}

#logo {
	clear: both;
	width: 774px;
	height: 92px;
	margin: 9px auto;
	border: 1px solid #595959;
	background: url('/images/logo.png') no-repeat center top;
}
#logo_giraffe {
	position: relative;
	float: right;
	margin: 0 37px -131px 0;
}
#logo_atart {
	display: block;
	width: 79px;
	height: 78px;
	background: url('/images/logo_atart.png') no-repeat;
	float: left;
	margin: 7px 0 0 7px;
}
#logo_text {
	display: block;
	width: 345px;
	height: 32px;
	background: url('/images/logo_text.png') no-repeat;
	float: left;
	margin: 11px 0 0 27px;
}

#menu {
	float: left;
	clear: both;
	width: 850px;
	padding-left: 48px;
}
#menu img {
	border: 1px solid #595959;
}

#about, #gallery, #offert, #contact {
	display: block;
	float: left;
	width: 169px;
	height: 452px;
	border: 1px solid #595959;
	margin-right: 23px;
}
#about {
	background: url('/images/about.png') 0 0 no-repeat;
}
#gallery {
	background: url('/images/gallery.png') 0 0 no-repeat;
}
#offert {
	background: url('/images/offert.png') 0 0 no-repeat;
}
#contact {
	background: url('/images/contact.png') 0 0 no-repeat;

}

#about:hover, #gallery:hover, #offert:hover, #contact:hover {
	background-position: -169px 0;
}

#content {
	float: left;
	clear: both;
	width: 750px;
	margin: 0 0 0 28px;
	padding: 22px;
	color: #cbcbcb;
}

#shadow_top {
	float: left;
	clear: both;
}
#shadow_top_left {
	background: url('/images/shadow_corner_top_left.png') no-repeat left top;
	width: 28px;
	height: 28px;
	float: left;
}
#shadow_top_center {
	background: url('/images/shadow_top.png') repeat-x top;
	width: 794px;
	height: 28px;
	float: left;
}
#shadow_top_right {
	background: url('/images/shadow_corner_top_right.png') no-repeat right top;
	width: 28px;
	height: 28px;
	float: right;
}



#shadow_bottom {
	float: left;
	clear: both;
	width: 100%;
}
#shadow_bottom_left {
	background: url('/images/shadow_corner_bottom_left.png') no-repeat left bottom;
	width: 28px;
	height: 28px;
	float: left;
}
#shadow_bottom_center {
	background: url('/images/shadow_bottom.png') repeat-x top;
	width: 794px;
	height: 28px;
	float: left;
	text-align: center;
	word-spacing: 15px;
	padding-top: 15px;
}
#shadow_bottom_right {
	background: url('/images/shadow_corner_bottom_right.png') no-repeat right bottom;
	width: 28px;
	height: 28px;
	float: right;
}


/* gallery */

#content h1 {
	text-align: center;
	font-size: 20px;
	width: 100%;
	float: left;
	margin: 0 0 5px 0;
}
.galleryBackTop {
	margin: -25px 0 0 15px;
	font-weight: normal;
	float: left;
	display: block;
}
.galleryBackBottom {
	margin: -25px 0 0 15px;
	float: left;
}
.pagination {
	float: left;
	clear: both;
	width: 790px;
	margin-left: -20px;
	text-align: center;
	padding: 30px 0 10px 0;
}

/* 160x120 */
.gallery_photo {
	width: 160px;
	height: 200px;
	float: left;
	padding: 13px;
	text-align: center;
}
.gallery_photo span, .gallery_item span {
	padding: 5px 0 15px 0;
	display: block;
}

/* 360x270 */
.gallery_item {
	width: 360px;
	height: 360px;
	float: left;
	padding: 7px;
	text-align: center;
}
/*gallery end */

