html, body {
	height: 100%;
	background-color: #000;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	background-repeat: no-repeat;
	background-image: url(images/bg-fill.png);
	color: #FFF;
	background-attachment: fixed;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-position: center center;
	margin: 0;
	padding: 0px;
	list-style-position: inside;
	list-style-type: square;
}

#wrap {
	min-height: 100%;
	z-index: 50;
	background-image: url(images/sidebar_bg-160x40.png);
	background-repeat: repeat-y;
	background-position: right;
}

#main {
	overflow:hidden;
	padding-bottom: 94px;
	z-index: 100;
}  /* must be same height as the footer */

#header {
	background-image: url(images/header_bg-40x120.png);
	background-repeat: repeat-x;
	background-position: 30px;
	margin: 0px;
	padding: 0px;
	height: 120px;
	width: 100%;
}

#content {
	/* [disabled]min-height: 160px; */
	float: right;
	text-align: right;
	right: 0px;
	width: 75%;
	padding-top: 10px;
	padding-right: 180px;
	padding-bottom: 10px;
	/* [disabled]min-width: 400px; */
	/* [disabled]max-width: 600px; */
}

#content2 {
	min-height: 160px;
	float: right;
	text-align: right;
	right: 0px;
	width: 75%;
	padding-top: 10px;
	padding-right: 180px;
	padding-bottom: 10px;
	min-width: 400px;
}


#side {
	float: right;
	padding-right: 33px;
	width: 127px;
	position: absolute;
	top: 140px;
	right: 0px;
	height: 160px;
}

#footer {
	position: relative;
	margin-top: -94px; /* negative value of footer height */
	height: 94px;
	clear:both;
	padding: 0px 34px;
	/* [disabled]background-image: url(images/footer_grad.png); */
	background-repeat: repeat-x;
	background-position: bottom;
} 

/*Opera Fix*/
body:before {
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;/
}
.imagebox {
	margin: 10px;
	clear: left;
	float: right;
	height: 300px;
	width: 200px;
}
.imageboxwrapper {
	margin: 1px;
}

#side_bg {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 126px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	position: absolute;
	right: 44px;
}
.galleria {
	width: 100%;
	height: 100%;
	height: 100%;
	margin-bottom: -100px;
	border-bottom-width: 4px;
	border-left-width: 4px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #A40D0D;
	border-left-color: #A40D0D;
	float: right;
	min-height: 500px;
}
.galleria-info {
	z-index: 50;
	position: relative;
	visibility: visible;
	width: 200px;
	top: 20px;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #A40D0D;
}
	.galleria-info-text {
	text-align: center;
	background-color: #A40D0D;
	z-index: 50;
	position: relative;
	visibility: visible;
	vertical-align: middle;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
	padding: 5px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}
	.galleria-info-title {
	color: #fff;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

	.galleria-container {
		background:none;
}
