
* {
	margin:0;
	padding:0;
}
body {
	text-align:center;
	margin-left:0px;
	margin-right:0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 20px 0;
	background-color: #4C4C4C !important;
	color: inherit;
}
img {
	border: 0;
}
/* TYPOGRAPHY */
body, h1, h2, h3, h4, h5, h6, p, a {
	background-color:inherit;
	color: #b3b3b3;
	font-size: 12px;
	font-family: helvetica, arial, tahoma, verdana, sans-serif;
}
/* LINKS */
a, a:link, a:visited {
	color:inherit;
	cursor:pointer;
	font-weight: bold;
	text-decoration: none;
	font-size:0.75em;
}
a:hover, a:active {
	color: inherit;
	text-decoration: underline;
}
/* MISC */
.clear {
	clear: both;
}
.borderTopLeft {
	border-top: 1px solid #787878;
	border-left: 1px solid #787878;
}
.borderBottomRight {
	border-right: 1px solid #787878;
	border-bottom: 1px solid #787878;
}
.borderRight {
	border-right: 1px solid #787878;
}
.borderBottom  {
	border-bottom: 1px solid #787878;

}
.borderRightDotted {
	border-right: 1px dotted #787878;
}
/* SITE WRAPPER */
#wrapper_large, #wrapper_thumb {
	text-align:left;
	width: 724px;
	height: 810px;
	margin: 0 auto;
	padding-left: 10px;
	padding-right: 10px;
}

.thumbnail {
	float: left;
	position: relative;
	color:inherit;
	background-color: #949494;
	width: 240px;
	height: 240px;
	overflow: hidden;

}
.selectedThumbnail, .thumbnail:hover {
	color:inherit;
	background-color: #aaaaaa;
}
.emptyThumbnail {
	float: left;
	position: relative;
	color:inherit;
	background-color: #949494;
	width: 240px;
	height: 240px;
	overflow: hidden;
}


.thumb {
	border: 1px solid black;
	position: relative;

}

.dropShadow {
	background: url(shadow.png) right bottom no-repeat;
	display: block;
	float: left;
	margin: 10px -10px -10px 10px;
	position: relative;
}


.dropShadow:before, .dropShadow:after {
	background: inherit;	
	content: " ";
	display: block;
	height: 10px;
	width: 10px;
}

.dropShadow:before {
	background-position: right top;
	margin: -10px 0 0 auto;
	position: absolute;
	right: 0;
	top: 0;
}

.dropShadow:after {
	background-position: left bottom;
	margin: -13px 0 0 -10px;
}

.dropShadow .inner {
	display: block;
	left: -10px;
	margin: 0;
	overflow: hidden;
	position: relative;
	top: -13px;
}
#sitehead {
	margin-bottom: -20px;
	margin-left: 0px;
}
#sitehead:hover {
	background: url('/images/head_over.png') no-repeat;
	background-position: 180px 15px;
} 
#sitebuttom {
	margin-top: 5px;
	margin-right: 1px;
	color: #949494;
	float: right;
}

