@charset "utf-8";
/* CSS Document */
*, div, p, ul, li { 
margin: 0; 
padding: 0; 
}

body {
	margin:0px; padding:0px;
	text-align: center;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:90%;
	color:#CCC;
	background-image:url(../gfx/gradientBG.jpg);
	background-repeat:no-repeat;
	background-color: #333333;
}

p {
	line-height: 1.4;
	text-align:left;
}
h1 {
	font-size:200%;	
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;	
	color: #FFF;
	font-weight: bold;	
}
a {
	text-decoration: underline;
	color: #CCC;
	outline: none;		
}
a:link { }
a:visited {	}
a:active { }
a:hover { text-decoration: none; }


#content {

	outline:none; 

}

#alterContent {
	margin: 0 auto;
	text-align: left;
	width: 810px;
	margin-top: 40px;
	border:0px solid #F09;
}


#mainContent {
	margin: 0 0 0 260px; /* 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. */
	width:540px;
	height: 440px;
	position:relative;
	border:0px solid #C00;	
} 

#mainContent img { 
	border:1px solid #FFF;
}

#mainContent img.thumb { 
	margin-bottom: 45px;
	margin-right: 45px;
}

#galleryFooter {
	margin: 0px; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0px 0px 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	margin-top:20px;
	width:100%;
	position:absolute;
	bottom: 0px;
	right: 0px;
	border: 0px solid #FC0;	
}

#galleryFooter .galleryNextBtn {
	background-image:url(../gfx/arrow_rt.gif);
	background-repeat:no-repeat;
	background-position:right;
	text-decoration: none;
	display:inline;
	color: #FFF;
	padding-left: 5px;
	padding-right: 20px;
	margin-top:20px;	
}
#galleryFooter .galleryPrevBtn {
	background-image:url(../gfx/arrow_lf.gif);
	background-repeat:no-repeat;
	background-position:left;
	text-decoration: none;
	display: inline;
	color: #FFF;
	padding-right: 5px;
	padding-left: 20px;
	margin-top:20px;	
}
#galleryFooter #infoText {
	text-align:right;
	float:right;
	font-size:80%;	
}


#sidebar1 {
	width: 220px;
	float: left;
	padding: 0px;
	border:0px solid #FC0;
}

ul#nav {
	list-style-type: none;
	margin-top: 50px;
	padding: 0px;
	margin-left: 20px;
	height:290px;
	position:relative;
}
#nav li a {
	text-decoration: none;
	color: #FFF;
	display: block;
	background-color: #676767;

	padding: 3px;
	padding-left: 5px;
	margin-bottom: 2px;
}
#nav li a:hover, #nav li active, #nav li focus {
	color: #000;
	background-color: #b3b3b3;
}
#nav li a.menuOn {
	color: #000;
	background-color: #b3b3b3;	
}
#nav li a.submenu {
	margin-left: 30px;	
}
#nav li a.submenuOn {
	margin-left: 0px;
	display:inline-block;
	width:162px;
}
#nav li span.submenuOn {
	background-image:url(../gfx/arrow_rt.gif);
	background-repeat:no-repeat;
	background-position:left;
	margin-left: 15px;
	padding-left:15px;
	display:inline;
	border: 0px solid #FC0;	
}
#nav li a.sub_submenu {
	margin-left: 60px;	
}
#nav li a.sub_submenuOn {
	margin-left: 0px;
	display:inline-block;
	width:132px;
}
#nav li span.sub_submenuOn {
	background-image:url(../gfx/arrow_rt.gif);
	background-repeat:no-repeat;
	background-position:left;
	margin-left: 45px;
	padding-left:15px;
	display:inline;
	border: 0px solid #FC0;	
}
#nav li a.backmenu {
	background:none;
	background-image:url(../gfx/arrow_up.gif);
	background-repeat:no-repeat;
	background-position:left;
	text-decoration: none;

	display: inline;
	color: #FFF;
	padding-right: 5px;
	padding-left: 20px;
	margin-left: 20px;
	position:absolute;
	bottom:0px;
}
	
#footer {
	margin: 0px; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 10px 0px 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	margin-top:20px;
	font-size:80%;
	text-align:right;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}


.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;
}




