body, html {
	margin:0;
	padding:0;
	font-family: Century Gothic, Tahoma, sans serif;
	font-size:14px;
	color: #666;
	width: 100%;
	background: url('/images/repeat.jpg');
}

h1,h2,h3 {
	color: #420E42;
}

a {
	color:#420E42;
	font-weight:bold;
	text-decoration:underline;
}

#loading {
	width: 1000px;
	height: 667px;
	-khtml-opacity:.80;
	-moz-opacity:.80;
	-ms-filter:alpha(opacity=80);
	filter:alpha(opacity=80);
	opacity:.80; 
	background-color:#666;
	position:absolute;
	z-index:999;
}

#loading img{
	vertical-align:middle;
	margin:0 auto;
	display:block;
	padding-top:300px;
}

#wrapper {
	width: 1000px;
	margin: 0 auto;
}

#main {
	background-color: #FFF;
}

.mainwrapper {
	padding: 20px 40px 0 40px;
}

#header {
	padding:20px 0 20px 50px;
}

#gallery-image {
	width:1000px;
	height:667px;
	background-color:#000;
}

#gallery-image-container {
	width:1000px;
	height:667px;
}

#gallery-image img{
	vertical-align:middle;
	margin:0 auto;
	display:block;
}

#gallery-image .video{
	vertical-align:middle;
	margin:0 auto;
	display:block;
	padding-top:100px;
}

#image-description {
	width: 1000px;
	height: 80px;
	-khtml-opacity:.80;
	-moz-opacity:.80;
	-ms-filter:alpha(opacity=80);
	filter:alpha(opacity=80);
	opacity:.80; 
	background-color:#666;
	position:absolute;
	margin-top:-80px;
	z-index:990;
	color: #FFF;
	font-size:12px;
}

#gallery-control-left {
	width:62px;
	float:left;
	cursor: pointer;
	cursor: hand;
}

#gallery-control-right {
	width:62px;
	float:right;
	cursor: pointer;
	cursor: hand;
}

#gallery-thumb-frame {
	width:875px;
	height:80px;
	overflow: hidden;
	margin-top:10px;
}

#gallery-thumbs {
	width:875px;
	height:80px;
}

#gallery-picker {
	width:1000px;
	height:80px;
}

#gallery-thumbs li {
	float:left;
	width:120px;
	background-color:#000;
	margin: 0 3px 0 0;
	border: 1px solid #000;
	cursor: pointer;
	cursor: hand;
}

#gallery-thumbs li img{
	vertical-align:middle;
	margin:0 auto;
	display:block;
}

#left {
	width:600px;
	float:left;
	margin:30px 0 40px 0;
	border-right: 1px solid #AAA;
}

#right {
	width:290px;
	margin-top:30px;
	padding: 0 0 0 20px;
	float:left;
}

#footer {
	border-top: 1px solid #AAA;
	clear:both;
}

#footer-links {
	font-size:12px;
}

#footer-share {
	float:right;
}

ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

textarea {
	font-family: Century Gothic, Tahoma, sans serif;
	width: 300px;
}