* {
	margin:0;
	padding:0;
}
body  {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background: #2d0102;
	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;
}
a {
	color:#fec327;
}
a:hover {
	color:#fec327;
	text-decoration:none;
}
#container { 
	width: 100%;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #a5120b;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	/*border-left:6px solid #FFFFFF;
	border-right:6px solid #FFFFFF;*/
} 
#header { 
	background: #DDDDDD url(../images/headerBackground.jpg) left top no-repeat; 
	height:232px;
	border-bottom:2px solid #FFFFFF;
} 
#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 */
	color:#FFFFFF;
	margin-left:30px;
}
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 209px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #2d0102; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px;
	color:#FFFFFF;
	text-align:justify;
}
#sidebar1 .pic	{
position: relative;
width: 190px; /*image width */
height: 80px; /*image height */
overflow: hidden;
}
#marqueecontainer{
position: relative;
width: 185px; /*marquee width */
height: 160px; /*marquee height */
background-color: #2d0102;
overflow: hidden;
border: 1px solid orange;
padding: 2px;
padding-left: 4px;
color:#FFFFFF;
}
#mainContent { 
	margin: 0 0 0 229px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	color:#FFFFFF;
	text-align:justify;
}
#mainContent .pic {
	float:right;
	margin:0 0 10px 10px;
}
#mainContent p.con1 {
	font-family:"Tahoma"; 
	font-size:11px;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none; 
	float:left; 
	padding-top:5px; 
	}	
#mainContent p.con2 {
	font-family:"Trebuchet MS"; 
	font-size:18px;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none; 
	float:left; 
	padding-top:15px; 
	}
/******************************   Photo gallary  ********************************/
#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
	

/* Min-Width */
.lbWidth { /* most browsers */
	position: absolute;
	top: 0px; left: 0px;
	width: 100%;
	min-width: 790px;
	}

* html .lbContent { /* IE6 */
	margin-left: -790px;
	position:relative;
	}

* html .lbMinWidth { /* IE6 */
	padding-left: 790px;
	}
	
	
/* Clearfix */	
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */ 

#gal{
	margin: 20px 20px 20px 20px;
	background: #2d0102;
	width: 600px;
	text-align:center;
	color: #c6a5af;
	height: 150px;
	padding-top: 10px;
	font-size: 10px;
}

#gal a{
	color:#FFFFFF;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#gal a:hover{
	color:#ff0000;
	text-decoration:underline;
}

#col1{
	float:left;
	width: 162px;
	margin-left: 20px;
}

#col2{
	float: left;
	width: 162px;
	margin-left: 20px;
}

#col3{
	float: left;
	width: 162px;
	margin-left: 20px;
}

#col4{
	float:left;
	width: 162px;
	margin-left: 20px;
}

#col5{
	float:left;
	width: 162px;
	margin-left: 20px;
}

#col6{
	float:left;
	width: 162px;
	margin-left: 20px;
}

#col7{
	float:left;
	width: 162px;
	margin-left: 20px;
}

#col8{
	float:left;
	width: 162px;
	margin-left: 20px;
}

#col9{
	float:left;
	width: 162px;
	margin-left: 20px;
}

/********************************* End photo Gallery *************************************/

#footer { 
	background:url(../images/backgroundFooter.jpg) left top repeat-x;
	height:93px;
	text-align:center;
	color:#FFFFFF;
	margin-top:2px;
}
#footer p {
	padding:25px;
} 
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
/*begin main menu*/
ul#sliding-navigation {
	list-style: none;
	font-size: 14px;
	padding: 0;
}
ul#sliding-navigation li.sliding-element a {
	display: block;
	width: 150px;
	padding: 5px 18px;
	margin: 0;
	margin-bottom: 5px;
}
ul#sliding-navigation li.sliding-element a {
	color: #fff;
	background:#790503;
	border-left: 6px solid #fff;
	text-decoration: none;
}
ul#sliding-navigation li.sliding-element a:hover { 
	color: #ffff66; 
}
ul#sliding-navigation li.active a { 
	color: #ffff66; 
	font-weight:bold;
}
/*end main menu*/