@charset "utf-8";
/* CSS Document */

body {
	font: 100% Arial, Helvetica, sans-serif;
	background: #666666 url(../images/site-bg4.jpg) no-repeat fixed center top;
	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: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.oneColFixCtrHdr #container {
	width: 780px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding-top: 60px;
	padding-bottom: 60px;
}
.oneColFixCtrHdr #header {
	background: #000000 url(../images/head-bg.jpg) no-repeat right top;
	padding: 0 10px 0 50px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 122px;
}
.oneColFixCtrHdr #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: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding: 0 50px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #E6E6E6 url(../images/main-bg.gif) no-repeat center top;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px 0 50px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#333333;
	border-top: 3px solid #F15A24;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0px 0;
	color: #FFFFFF;
	font: 11px/40px Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
}
.oneColFixCtrHdr #container #nav {
	background: #333333;
	height: 31px;
	color: #FFFFFF;
	font: 11px/31px Arial, Helvetica, sans-serif;
	padding-right: 20px;
	padding-left: 50px;
	letter-spacing: 2px;
	border-top: 3px solid #F15A24;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.oneColFixCtrHdr #container #nav a {
	color: #CCCCCC;
	text-decoration: none;
}
.oneColFixCtrHdr #container #nav a:hover {
	color: #FFFFFF;
}
.oneColFixCtrHdr #container #mainContent #home-txt {
	width: 300px;
	padding: 35px 0px;
}
.oneColFixCtrHdr #container #mainContent #home-txt p {
	font: 10px/25px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	letter-spacing: 1px;
}
.oneColFixCtrHdr #container #nav .current {
	color: #FFFFFF;
}
.oneColFixCtrHdr #container #footer a {
	color: #FFFFFF;
	text-decoration: none;
}
.oneColFixCtrHdr #container #footer a:hover {
	color: #CCCCCC;
	text-decoration: underline;
}
.oneColFixCtrHdr #container #mainContent #main-txt p {
	font: 12px/25px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
.oneColFixCtrHdr #container #mainContent #main-txt {
	padding-top: 40px;
	padding-bottom: 40px;
}
.oneColFixCtrHdr #container #mainContent #main-txt h1 {
	font: normal 48px Arial, Helvetica, sans-serif;
	color: #666666;
	letter-spacing: 15px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 0px;
}
.oneColFixCtrHdr #container #mainContent #main-txt h2 {
	padding-top: 35px;
	padding-bottom: 10px;
	font: normal 24px Arial, Helvetica, sans-serif;
	color: #F15A24;
	border-bottom: 1px solid #CCCCCC;
}
.oneColFixCtrHdr #container #mainContent #main-txt .first-para {
	font-size: 14px;
	color: #999999;
	font-weight: bold;
}
.gallery_wrapper {
	padding-top: 6px;
}
.gallery_pic_holder {
	width: 557px;
	padding: 20px 0px;
}
.gallery_pic_holder A:link {
	color: #FFF;
	text-decoration: none;
	border-color: #000000;
}

.gallery_pic_holder A:hover {
	color: #FF0000;
	text-decoration: none;
	border-color: #FFFFFF;
}
.picture_frame a img {
	border-top: 6px solid #000000;
	border-right: 2px solid #000000;
	border-bottom: 6px solid #000000;
	border-left: 2px solid #000000;
}
.picture_frame a:hover img {
	border-color: #FFFFFF;
}
.gallery_picture_frame a img {
	border-top: 6px solid #000000;
	border-right: 2px solid #000000;
	border-bottom: 6px solid #000000;
	border-left: 2px solid #000000;
}
.gallery_picture_frame a:hover img {
	border-color: #FFFFFF;
}
.film_strip {
	background: #000000;
	width: 100%;
	margin: 0px;
	padding: 0px;
	border-top-width: 7px;
	border-right-width: 7px;
	border-bottom-width: 7px;
	border-left-width: 7px;
	border-top-style: dashed;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}

.film_strip_boarder {
	width: 100%;
	margin: 0px;
	padding: 0px;
	border-right-color: #000000;
	border-left-color: #000000;
	border-top-width: 8px;
	border-bottom-width: 8px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-bottom-color: #000000;
	background-color: #202020;
}

.gallery_image { 	
	background: #000000;
	margin: 6px 5px 4px;
	padding: 0px;
}

.gallery_txt {
	color: #FFFFFF;
	background: #000000;
	font-size: 14px;
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 10px;
}.oneColFixCtrHdr #container #mainContent #main-txt .gallery_wrapper h4 {
	margin: 0px;
	padding: 0px;
}
