@charset "utf-8";

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #000000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #bfbfbf;  /* base text color for the page */
}
.cefirmbach #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar at full screen on 800x600 monitors */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
/*	border: 1px solid #bfbfbf;  */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.cefirmbach #container_2012na {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar at full screen on 800x600 monitors */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
/*	border: 1px solid #bfbfbf;  */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.cefirmbach #header {
	text-align: center;
}
.cefirmbach #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding-top: 10px;
	padding-bottom: 10px;
}
#title_name {
	color: #FFF;
	padding-left: 25px;
	padding-right: 25px;	
}
#title_page {
	color: #6B6B6B;
	padding-left: 25px;
	padding-right: 25px;
}
#single_line (
	
)
.cefirmbach #link_banner{
	clear: both;  /* prevents the link banner from migrationg up between the title elements */
	margin: 0;
	text-align: center;	
}
.cefirmbach #link_banner a{
  text-decoration:none;
}
.cefirmbach #link_banner .link-bullet{
	padding-right: 8px;
	padding-left: 15px;
}

.cefirmbach .gallery{
	padding: 0 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
}
.cefirmbach .gallery a{
	text-decoration:none; /*	turn off the underlines on the links	 */
/*	text-align: right;*/
}
.cefirmbach .gallery td{
	text-align: center;
/*	min-height: 230px; */
}
.cefirmbach .gallery p{
	padding: 0px 20px; /* this padding adds space on the sides of the text */
}
.cefirmbach .gallery .image_name {
	font-size: smaller;
	padding-top: 5px;
	padding-bottom: 15px;
	text-align: center;
}

.cefirmbach .gallery .image_name p{
	text-align: center;
}

.cefirmbach .gallery .image_number {
	font-size: smaller;
	padding-top: 0px;
	text-align: center;
}

.cefirmbach .gallery .gallery_pics td{
	min-height: 220px;
}

.cefirmbach #mainContent {
	/*padding: 0 20px;*/ /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.cefirmbach #mainContent  p, h1, h2, h3, h4{
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
/*	text-align: right;*/
}
.cefirmbach #footer {
/*	padding: 0 20px; */  /* this padding matches the left alignment of the elements in the divs that appear above it. */
}
.cefirmbach #footer a{
	text-decoration:none;	
}
.cefirmbach #footer p {
/*	font: 80% Verdana, Arial, Helvetica, sans-serif; */
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
}
.cefirmbach #footer b1 {
/*	font: 150% Verdana, Arial, Helvetica, sans-serif; */
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
}
.cefirmbach #container #header #link_banner {
	margin: 0;
	padding-top: 10px;
	padding-bottom: 10px;
}
.cefirmbach #container #footer #link_banner {
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#copyright {
	font-size: 80%;
}
.cefirmbach #container #header h1 {
	color: #6B6B6B;
}
#fineprint {
	font-style: italic;
	font-weight: normal;
	font-size: 90%;
	margin: 0px;
}
#spotlight {
	padding-left: 70px;
	padding-top: 20px;
}

.cefirmbach #container .gallery table tr td p {
	text-align: left;
}
.cefirmbach #container .gallery .image_number p{
	text-align: center;
}

.off_limits {
	text-align: center;
}

