body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #000000;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}

a {
	color: #ACFEFF;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:active {
	color: #FFFFFF;
}

a:visited {
	color: #FFFFFF;
}

#container {
	margin: 0px auto;
	width: 1054px;
	padding: 0px;
}

#header {
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	background-position: center;
}

#left {
	background-repeat: no-repeat;
	float: left;
	width: 522px;
	height: 636px;
	margin: 0px;
	padding: 0px;
}

#left_press {
	background-repeat: no-repeat;
	float: left;
	width: 522px;
	height: 636px;
	margin: 0px;
	padding: 0px;
}

#gallery {
	background-image: url(images/GalleryWhole.jpg);
	background-repeat: no-repeat;
	height: 636px;
	margin: 0px auto;
	width: 1054px;
}

#text {
	margin: 0px;
}

#right {
	float: right;
}

#bottom {
	clear: both;
}

/**** FOR GALLERY SELECTION *****/

DIV#overview 			{
	color: ' . str_replace('0x', '#', $simpleViewer['foregroundColor']) . ';
	text-align: left;
	padding: 10px;
	margin: 0;
	width: 390px;
}

DIV#overview UL#extended {
	padding: 0;
	margin: 0;
}

DIV#overview UL#extended LI {
	font-weight: bold;
	list-style-type: none;
	float: left;
}

DIV#overview UL#extended LI A,
DIV#overview UL#extended LI DIV {
	width: 139px;
	height: 51px;
	color: ' . str_replace('0x', '#', $simpleViewer['foregroundColor']) . ';
	background-color: #'. makeColorVariant($simpleViewer['backgroundColor'], 30) . ';
	overflow: hidden;
	padding: 0 0 0 51px;
	border: 0;
	margin: 1px;
	display: block;
}

DIV#overview UL#extended LI A:hover {
	text-decoration: none;
	color: ' . str_replace('0x', '#', $simpleViewer['backgroundColor']) . ';
	background-color: ' . str_replace('0x', '#', $simpleViewer['foregroundColor']) . ';
}

DIV#overview UL#extended LI SPAN {
	font-size: 75%;
	font-weight: normal;
	font-style: italic;
}
