@charset "UTF-8";
/* CSS Document */

* {
	margin:0px;
	padding:0px;
	outline:none;
}
a {
	border:none;
}
a img {
	border:none;
}
#wrapper {
	width:752px;
	margin:0px auto;
}
.clear {
	clear:both;
}


/* GALLERY STYLING */

#main {
	width:568px;
	float:left;
}
#main_pg_link {
	float:left;
}
#main_links {
	height:60px;
	width:100%;
	background:#000000;
}
#main_holder {
	width:100%;
	height:320px;
	background:#999999;
}
#thumbs {
	width:176px;
	float:right;
	overflow:hidden;
}
#thumbs_scroll {
	width:176px;
	overflow:hidden;
}
#thumbs_desc {
	width:100%;
	height:40px;
	background:#2d2f2d;
}
#thumbs_holder {
	width:370px;
	height:350px;
}
.thumbs {
	width:82px;
	height:77px;
	display:inline;
	float:left;
	margin-right:8px;
	margin-top:4px;
	margin-bottom:4px;
	border:1px solid #FFFFFF;
	background:#999999;
}
.thumb_left {
	width:82px;
	height:77px;
	display:inline;
	float:left;
	margin-right:4px;
	margin-top:4px;
	margin-bottom:4px;
	border:1px solid #FFFFFF;
	background:#999999;
}
.thumb_right {
	width:82px;
	height:77px;
	display:inline;
	float:left;
	margin-left:4px;
	margin-top:4px;
	margin-bottom:4px;
	border:1px solid #FFFFFF;
	background:#999999;
}
.border {
	border:1px solid #333333;
}
#loader {
	margin-top:5px;
	width:568px;
	height:320px;
}
#loader.loading {
	background:url(images/loading.gif) center no-repeat;
}
.left {
	float:left;
}
.right {
	float:right;
}

/* TOP MENU STYLING */
#header {
	background:url(images/header_bg.png) left no-repeat #000000;
	height:210px;
	width:100%;
}
#parchment {
	background:url(images/parchment.png) no-repeat;
	width:752px;
	height:70px;
}
#menu {
	float:right;
	display:inline;
	margin-right:0px;
	margin-top:15px;
	width:186px;
}
#description {
	width:578px;
	float:left;
}
#description_headline {
	padding:20px 0px;
	float:left;
	width:250px;
}
#description_headline h1 {
	background:url(images/headline_bg.gif) right no-repeat;
	padding-top:20px;
	padding-bottom:20px;
	padding-right:10px;
	color:#000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:28px;
	text-transform:uppercase;
}
#description_text {
	float:left;
	width:280px;
	padding:20px;
	margin-top:10px;
}
#description_text p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
}
#social_links {
	margin-top:15px;
	overflow:hidden;
	float:right;
	width:170px;
}
#footer {
	height:60px;
	width:100%;
}