@charset "UTF-8";
/* CSS Document */
<style type="text/css"> 
 
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #ffffff;
	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;
}
.thrColFix #container {
	width: 1020px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin: 0;
} 
.thrColFix #container #galleryBigPic {
	float: left;
	height: 570px;
	width: 680px;
	padding-top: 30px;
	padding-left: 30px;
	text-align: center;
	background-color: #ebebeb;
}
.thrColFix #container #galleryBigPic #rolloverBig {
}
#Thumbs {
	background-color: #FFF;
	float: left;
	width: 150px;
	height: 570px;
	overflow-x: hidden;
	overflow-y: scroll;
	clip: rect(auto,auto,570px,auto);
}
.thrColFix #container #Thumbs img {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 30px;
	padding-left: 30px;
}
.thrColFix #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 120px; /* 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: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
	height: 540px;
	background-color: #DBE6DC;
	margin: 0;
}
.thrColFix #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 500px; /* 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: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
	height: 540px;
	margin: 0;
}
.thrColFix #mainContent {
	width: 300px;
	background-color: #FFC;
	height: 570px;
	color: #333;
	font-size: 14px;
	background-image: url(images/paper.jpg);
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 10px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	float: left;
	overflow: auto;
}
.thrColFix #container #sidebar1 a {
	line-height: 60px;
}
.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;
}
#sidebar2 img {
	padding: 5px;
}
#header {
	font-family: Helvetica, Arial;
	font-size: 70px;
	margin: 0px;
	padding: 0;
	width: 1020px;
	color: #666;
	text-align: center;
	height: 100px;
}

a:link {
	font-size: 16px;
	color: #333;
}
a:visited {
	color: #333;
}
a:active {
	color: #000;
}
a:hover {
	color: #F00;
}
a {
	font-size: 16px;
}
 

.thrColFix #header img {
	margin: 0px;
}
.thrColFix #container #gallerySidebar2 {
	width: 270px;
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
	height: 540px;
	margin: 0;
	float: right;
	overflow: auto;
}
</style>.thrColFix #container #galleryBigPic {
	background-image: url(images/paper.jpg);
	float: left;
	height: 570px;
	width: 500px;
	margin-left: 10px;
}

