@charset "utf-8";

/*

Gallery by Gimme-Website

Contents:

	1. BODY + PAGE 
	2. GALLERY
	3. MISC
	
*/


/* BODY */

body {
	background:#6dd0f7;
	color:#000;
	font:normal 14px Arial, Helvetica, sans-serif;
	margin:0;
	text-align:center;
}
#page {
	margin:0 auto;
	text-align:left;
	width:980px;
}

/* GALLERY */

.gallery {
	margin:0 auto;
	width:980px;
}
.top {
	background:url(../images/bg-gallery_top.jpg) top no-repeat;
	height:300px;
	margin:0 auto;
	position:relative;
	width:980px;
}
.intro {
	height:90px;
	position:absolute;
	right:18px;
	top:10px;
	width:445px;
}
.heading {
	height:60px;
	position:absolute;
	right:25px;
	top:222px;
	width:200px;
}
.middle {
	background:url(../images/bg-gallery_middle.jpg) top repeat-y;
	margin:0 auto;
	padding:0 30px;
	width:920px;
}
.bottom {
	background:url(../images/bg-gallery_bottom.jpg) top no-repeat;
	height:171px;
	margin:0 auto;
	position:relative;
	width:980px;
}
.link_bottom {
	height:50px;
	position:absolute;
	right:35px;
	top:25px;
	width:690px;
}
.thumbs .left {
	display:inline;
	float:left;
	padding:35px 0;
	width:420px;
}
.thumbs .right {
	display:inline;
	float:right;
	width:460px;
}
.thumbs .tn {
	display:inline;
	float:left;
	height:306px;
	margin:0 0 20px 20px;
	width:206px;
}
.thumbs .tn a {
	border:2px solid #7d7d7d;
	display:block;
	float:left;
	height:300px;
	padding:1px;
	width:200px;
}
.thumbs .tn a:hover {
	border-color:#000;
}
.thumbs .tn a img {
	height:300px;
	width:200px;
}

/* MISC */

a { color:#000; font-weight:bold; text-decoration:underline; }
a:hover { text-decoration:none; }
a img { border:none; }
.link_large { padding:20px; text-align:center; }
.link_large a { font-size:35px; text-align:center; text-decoration:none; }
.link_large a:hover { text-decoration:underline; }
.clear { clear:both; }
