* {
	padding: 0;
	margin: 0;
	}

html, body {
	height: 100%;
}

body {
	background: #000;
	color: #fff;
	font-size: 0.8em;
	}
#wrapper {
	position: absolute;
	top: 10px;
	left: 50%;
	margin: 0 0 0 -380px;
	min-height: 100%;
	height: auto !important;
	height: 100%
	}
#main {
	border: none;
	border-collapse: collapse;
	width: 760px;
	}

#content {
	width: 100%;
	padding: 0 0 70px 0;
	}

.footer {
	position: fixed;
	bottom: 0px;
	left: 50%;
	margin: 0 0 0 -380px;
	width: 760px;
	z-index: 1001;
}

/* Menu */	  
#nav {
	height: 56px;
	width: 550px;
	margin: 0 auto;
	padding: 20px 0 0 0;
	list-style-type: none;
	position: relative;
	background: transparent url(TopNav.jpg) no-repeat;
	}
#nav li {
	display: inline;
	float: left;
	line-height: 2em;
	position: relative;
	}
#nav li a {
	display: block;
	color: #000;
	text-decoration: none;
	padding: 0 6px;
	cursor: pointer;
	}
#nav li a:hover, #nav li.sfHover a:hover {
	color: #fff;
	text-decoration: none;
	}
#nav li ul { /* drop down */
	width: 200px;
	position: absolute;
	top: -999em;/* hide  */
	left: 18px;
	z-index: 2;
	margin: 0;
	padding: 10px 0 30px 0;
	}
#nav li:hover ul, #nav li.sfHover ul { /* drop down show */
	top: 15px;
	}
#nav li ul li {
	display: block;
	float: none;
	clear: both;
	border: none;
	margin: 0;
	padding: 2px 0;
	line-height: 1.8em;
	}
#nav li ul a {
	padding: 0 0 0 5px;
	background: #0B0A06;
	border: 1px solid #625624;
	margin: 0;
	line-height: 1.5em;
	}
#nav li ul li a {
	color: #a2a2a2;
	}
#nav li ul a:hover {
	color: #fff;
	background: #322E22;
	}

/* Gallery */
ul#thumbs {
	margin: 0;
	padding: 1em 0;
	text-align: center;
	}
ul#thumbs li {
	list-style: none;
	padding: 10px;
	display: inline;
	}
ul#thumbs li a img {
	padding: 5px;
	background: #F9F9F9;
	border: 1px solid #ccc;
	}
ul#thumbs li a:hover img {
	background: #fff;
	border-color: #777;
	}

/* nyro modal */
div#nyroModalFull {
	font-size: 12px;
	color: #777;
	font-family: Verdana;
}
div#nyroModalLoading {
	border: 4px solid #777;
	width: 150px;
	height: 150px;
	text-indent: -9999em;
	background: #fff url(loading.gif) no-repeat;
	background-position: center;
}
div#nyroModalLoading.error {
	border: 4px solid #f66;
	line-height: 20px;
	padding: 20px;
	width: 300px;
	height: 100px;
	text-indent: 0;
	background: #fff;
}
div#nyroModalWrapper {
	background: #fff;
	border: 4px solid #777;
}
a#closeBut {
	position: absolute;
	display: block;
	top: -12px;
	right: -12px;
	width: 22px;
	height: 22px;
	text-indent: -9999em;
	background: url(close.png) no-repeat;
	outline: 0;
	z-index: 1001;
}
div.wrapper div#nyroModalContent {
	padding: 0;
	display: block;
}
div.wrapperImg div#nyroModalContent {
	position: relative;
	overflow: hidden;
	text-align: center;
}
div.wrapperImg div#nyroModalContent div {
	position: absolute;
	bottom: 0;
	left: 0;
	background: black;
	padding: 10px;
	margin: 10px;
	border: 1px white dotted;
	overflow: hidden;
	opacity: 0.2;
	filter: alpha(opacity=40);
	color: #fff;
}
div.wrapperImg div#nyroModalContent div:hover {
	opacity: 0.5;
	filter: alpha(opacity=70);
	cursor: help;
}
div.wrapperImg a {
	outline: none;
	position: absolute;
	top: 0;
	height: 100%;
	cursor: pointer;
	text-indent: -9999em;
	background-image: url(data:image/gif;base64,AAAA);
}
a.nyroModalPrev {
	left: 0;
	width: 40%;
}
a.nyroModalPrev:hover {
	background: url(prev.gif) left 20% no-repeat;
}
a.nyroModalNext {
	right: 0;
	width: 40%;
}
a.nyroModalNext:hover {
	background: url(next.gif) right 20% no-repeat;
}