/* GENERAL fonts */
P, A, OL, UL, DIV, H1, H2 {
	color: #C0C0C0;
	font-family: Trebuchet MS, Trebuchet, Verdana, Sans-serif;
}

H1 { font-size: 15px; }
H2 { font-size: 13px; }
P, H1, H2 {margin: 0px 0px 5px 0px;}

body { margin: 1% 0 0 0;
	background-color: black;
}

TD#footer {
	font-size: 13px;
	text-align: center;
}

TD#footer A {
	text-decoration: none;
	font-weight: bold;
}

TD#footer A:hover {
	color: white;
	text-decoration: underline;
}

TD#content A {
	text-decoration: none;
	font-weight: bold;
}

TD#content A:hover {
	text-decoration: underline;
}

/* Content column */
TD#content {
	width: 80%;
	font-size: 13px;
	padding-left: 0px;
	padding-right: 20px;
	padding-top: 30px;
	padding-bottom: 0px;
	vertical-align: top;
}

/* Menu 1 column */
TD#menu_1 {
	list-style-type: none;
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	text-indent: 20px;
	line-height: 60px;
	width: 100px;
	padding-top: 38px;
	vertical-align: top;
	position: relative;
	
}

TD#menu_1 DIV A {
/*	margin: 10px;
	display: block; 
	border: solid 1px white;
	width: 120px; */
	text-decoration: none;
}

TD#menu_1 DIV A:hover {
	color: white;
/*	background: #696969; */
}

/** Settings for the gallery display **/

.tx-rgsmoothgallery-pi1 {
  float:left;
}
 
#externalthumbs {
  float:right;
  width:146px;
/*  height:375px;
  overflow:auto; */
}
 
#externalthumbs .label {
  display:none;
}
.carouselInner {
  width:146px;
  height:375px;
  overflow:auto;
}
 
.carouselInner .thumbnail {
  float:center;
}