body  {
	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;
	font-family: "Trebuchet MS", Trebuchet, Verdana, Sans-Serif;
	font-size: 100%;
	background-color: #000000;
	background-repeat: repeat-x;
	background-image: url(images/background.jpg);
}
.thrColFix #container {
	width: 1024px;
	text-align: left;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(images/stratocaster.png);
	background-repeat: no-repeat;
}
.thrColFixHdr #header { 
	background: #DDDDDD; 
	padding: 0 10px 0 20px;  /* 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. */
} 	 
.thrColFix #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 250px; /* padding keeps the content of the div away from the edges */
}
.thrColFix #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 170px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 10px 15px 5px; /* padding keeps the content of the div away from the edges */
	font-size: 0.9em;
}
.thrColFix #mainContent {
	margin-top: 0;
	margin-right: 190px;
	margin-bottom: 0;
	margin-left: 250px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	font-size: 0.9em;
}
.thrColFix #mainContent2 {
	margin-top: 0;
	margin-right: 190px;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	font-size: 0.9em;
}
.thrColFix  #footer {
	padding: 0 10px 0 20px;
}
.thrColFix  #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: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: left;
	font-size: .7em;
}
.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;
}

/*list*/

li {
	list-style: none;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: -40px;
	font-weight: bold;
}

/*links styles*/

a:link {
	font-family: "Trebuchet MS",Trebuchet,Verdana,Sans-Serif;
	font-size: 1em;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #b9fafc;
	text-decoration: none;
	text-shadow: 0 2px 2px #000000;
	word-spacing: normal;
	letter-spacing: normal;
}
a:visited {
	font-size: 1em;
	color: #b9fafc;
	text-decoration: none;
	text-shadow: 0 2px 2px #000000;
	font-weight: bold;
}
a:hover {
	font-size: 1em;
	color: #C9D787;
	text-decoration: underline;
	text-shadow: 0 2px 2px #000000;
	font-weight: bold;
}
a:active {
	font-size: 1em;
	color: #b9fafc;
	text-decoration: none;
	text-shadow: 0 2px 2px #000000;
	font-weight: bold;
}
.bodycopy {
	font-family: "Trebuchet MS",Trebuchet,Verdana,Sans-Serif;
	font-size: 1em;
	font-style: normal;
	line-height: 18px;
	color: #CCC;
	margin-bottom: 1em;
}
.bodycopy2 {
	font-family: "Trebuchet MS",Trebuchet,Verdana,Sans-Serif;
	font-size: 1.2em;
	font-style: normal;
	line-height: 22px;
	color: #CCC;
	margin-bottom: 1em;
}
.bodytitle {
	font-family: "Trebuchet MS",Trebuchet,Verdana,Sans-Serif;
	font-size: 2em;
	font-weight: bold;
	color: #b9fafc;
	margin-top: 4px;
	margin-bottom: .2em;
	text-shadow: 0 2px 2px #000000;
}
.bodytitle2 {
	font-family: "Trebuchet MS",Trebuchet,Verdana,Sans-Serif;
	font-size: 1.5em;
	font-weight: bold;
	color: #b9fafc;
	margin-bottom: .2em;
	text-shadow: 0 2px 2px #000000;
}
.bodytitle3 {
	font-family: "Trebuchet MS",Trebuchet,Verdana,Sans-Serif;
	font-size: 1.2em;
	font-weight: bold;
	color: #b9fafc;
	margin-bottom: 0.2em;
	text-shadow: 0 2px 2px #000000;
}
.sidebartitle {
	font-family: "Trebuchet MS", Trebuchet, Verdana, Sans-Serif;
	font-size: 1.2em;
	font-weight: bold;
	color: #b9fafc;
	margin-bottom: .2em;
	text-shadow: 0 2px 2px #000000;
}
.sidebarcopy {
	font-family: "Trebuchet MS", Trebuchet, Verdana, Sans-Serif;
	font-size: 0.9em;
	font-style: normal;
	line-height: 1.2em;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color:  #FFFFCC;
	margin-bottom: 1em;
}
.img_right {
	float: right;
	border-style: none;
	margin-left: 10px;
	margin-top: 4px;
}

.img_left {
	float: left;
	border-style: none;
	margin-right: 10px;
}
.imageText {
	color: #FFFFFF;
	font-family: "Trebuchet MS", Trebuchet, Verdana, Sans-Serif;
	font-size: 1em;
	line-height: 1.2em;
	margin-bottom: 80px;
}
.captions {
	font-family: "Trebuchet MS",Trebuchet,Verdana,Sans-Serif;
	font-size: 0.75em;
	line-height: 1.1em;
	color:  #999999;
}

/*lightbox styles*/

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#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-image: url(data:image/gif;base64,AAAA); /* 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; overflow: auto; width: 100%	; }

#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; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }
