body {
	margin: 0;
	font: 62.5% Verdana, Arial, Helvetica, sans-serif; /* Resets 1em to 10px */
	color: #FFFFFF;
	background: url(../images/bg.jpg) no-repeat top center #000000;
}
#container {
	margin: 20px auto 0 auto;
	width: 944px;
	background: #000000;
}
#header {
	width: 944px;
	height: 140px;
	background: url(../images/header.jpg) no-repeat;
}
#content {
	width: 944px;
	margin: 0 0 40px 0;
}
#cLS {
	float: left;
	width: 200px;
}
#cPC {
	float: left;
	margin: 0 40px 0 40px;
	width: 494px;
}
#cRS {
	float: left;
	width: 170px;
}
#cF {
	padding: 0 20px 0 20px;
	width: 904px;
	height: 35px;
	font-size: 1.1em;
	font-weight: bold;
	line-height: 35px;
	color: #333333;
	background: url(../images/bg_footer.png) no-repeat;
}
#cF a {
	color: #333333;
}
#cS {
	width: 944px;
	height: 100px;
}
.left {
	float: left;
}
.right {
	float: right;
}
.clear {
	clear: left;
}


/*
NAVIGATION
----------
*/

#cLS .Navigation {
	margin: 0 0 50px 0;
}
#cLS .navitem1 {
	display: block;
}
#cLS .navitem1 a {
	display: block;
	padding: 0 0 0 20px;
	width: 180px;
	height: 35px;
	font-size: 1.3em;
	line-height: 35px;
	text-decoration: none;
	color: #FFFFFF;
	background: url(../images/button.jpg) no-repeat;
}
#cLS .navitem1 a:hover {
	color: #FF6600;
	background: url(../images/button_f2.jpg) no-repeat;
}
#cLS .navitem1 a.MenuSelected {
	font-weight: bold;
	color: #FF6600;
	background: url(../images/button_f3.jpg) no-repeat;
}
#cLS .navitem1 a.MenuSelected:hover {
	font-weight: bold;
	color: #FF6600;
	background: url(../images/button_f3.jpg) no-repeat;
}
#cPC .Navigation {
	padding: 0 0 25px 0;
}
#cPC .navitem1 a {
	margin: 0 5px 0 0;
	padding: 0 0 0 10px;
	font-size: 1.1em;
	line-height: 20px;
	color: #FFFFFF;
	background: url(../images/arrow.png) no-repeat center left;
}
#cPC .navitem1 a:hover {
	color: #FF6600;
	background: url(../images/arrow_orange.png) no-repeat center left;
}
#cPC .navitem1 a.MenuSelected {
	color: #FF6600;
	background: url(../images/arrow_orange.png) no-repeat center left;
}


#galleries-list ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#galleries-list ul li {
	margin: 0;
	padding: 20px 0 20px 0;
	background: url(../../themes/xxx/images/bg_table.png) no-repeat 50% 100%;
	float:left;
	display:inline-block;
	width:494px;
}
#galleries-list .defaultImage {
	float: left;
	margin: 0 20px 0 0;
}
#galleries-list .defaultImage a img {
	border: 6px solid #111;
}
#galleries-list .defaultImage a:hover img {
	border: 6px solid #F60;
}
#galleries-list .galleryDetails {
	float: left;
}
#galleries-list .galleryDetails h4 {
	margin: 0 0 10px 0;
}
#galleries-list .galleryDescription {
	font-size: 1em;
	font-weight: normal;
	color: #CCCCCC;
}
#album-list .galleryDescription {
	width: 320px;
}
/* Below is a hack to get the lightbox to work in IE8 */
#shadowbox_title {
  border: 0px solid;
}

#shadowbox_info {
  border: 0px solid;
} 