@charset "utf-8";
body {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	background-image: url(../images/page_bg5.jpg);
	background-position:top center;
	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: #999999;
}
a, a:visited {
	color:#D25400
}
a:hover {color: #666666}
.thumbs {
	border:3px double #999999;
	margin: 0 10px 12px 0;
}
a.thumbs:hover { border: 3px double #000000;}

.slideshow {background-image:url(../images/fullscreen.png); background-repeat:no-repeat; width:44px; height:34px; float:left; padding-right:10px; border-right: #999999 solid 1px;}
a.slideshow:hover {background-image:url(../images/fullscreen_over.png);}

#topborder { position:absolute; top:0; left:0; height:6px; width:100%; background-image: url(../images/page_bg_border_01.jpg)}
#container {
	width: 800px;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	height: 525px;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#header {
	/*background: #FF8040; */
	height: 24px; color:#CCCCCC; text-align:right; z-index:0;
	padding: 6px 0px 0 8px;  /* 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. */
} 
#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 */
}
#mainContent {
	z-index:5;
	padding: 120px 20px 20px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
#mainContentIndex {
	z-index:5;
	padding: 118px 0px 20px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
#mainContent h1{
	font: 28px "Arial Narrow";
	color:#FFFFFF;
	margin:0px;
}
#mainContent h2{
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color:#D25400;
	margin:0px;
	border-bottom: thin dotted #D25400;
}

#mainContent p {
	margin: 0px;
	font: 11px verdana;
	color: #CCCCCC;
}
#footer {
	font: 10px verdana;
	text-align:left;
	padding: 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	position: absolute;
	height: 30px;
	width: 300px;
	margin: 0 auto;
	bottom: 20px;
	color: #999999;
} 
#footer p {
	margin: 0 auto; /* 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 */
}
.hidden {
	display : none;
}
