@charset "UTF-8";

html, body, p, div, img, h1, h2, h3, h4, li, ul, ol, dl, dd, dt, form, table, td, tr {
	margin:0px;
	padding:0px;
	border:0px;
	border-collapse:separate;
	line-height: 1px;
}
	
.thrColFixHdr #container {
	width: 789px;
	margin: 0 auto;
	text-align: left;
} 


.thrColFixHdr #header {
	padding: 0px 16px 0px 20px;
	display: block;
	margin: 20px 0px 0px;
	font-size:0;
	height:105px;
}


.thrColFixHdr #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 */
}


.thrColFixHdr #sidebar {
	width: 152px;
	float: right;
	margin-right: 20px;
	display: inline;
	padding: 0px 16px 20px 10px;
	margin-left: 10px;
	
}

.thrColFixHdr #sidebarArtist {
	width: 152px;
	float: right;
	margin-right: 20px;
	display: inline;
	padding: 0px 16px 20px 10px;
	margin-left: 10px;
	height: 700px;
}

.thrColFixHdr .ethical {
	position: absolute;
	top: 720px;
}

.thrColFixHdr #mainContainer {
	margin: 0;
	padding: 0;
	background: url(../imgs/frame_mainback.gif) repeat-y;
	height:1%;
	display: inline-block;
} 


.thrColFixHdr #mainContent {
	padding: 0px 26px 0px 20px;
	width: 513px;
	margin-left: 20px;
	float: left;
	margin-top:0px;
	display: inline;
} 

.thrColFixHdr #mainGallery {
	width: 512px;
	float: left;
	display: block;
	margin: 15px 0px 0px;
	padding: 0px;
} 

.thrColFixHdr .mainGalleryCol {
	float: left;
	display: block;
	padding: 0px 9px 0px 0px;
}

.thrColFixHdr .mainGalleryColRght {
	float: left;
	display: block;
	padding: 0px;
}

.thrColFixHdr #footerContainer {
	padding: 25px 40px 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:url(../imgs/frame_foot_back.gif) no-repeat;
	margin: 0px 0px 20px;
	clear: both;
	height: 40px;
} 

.thrColFixHdr #footer {
	padding: 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	margin: 0px;
	float: left;
} 

.thrColFixHdr #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 */
}

.mainnav {
	float: right;
	display: block;
	/* added by paul */
	height:40px;
	padding-top: 45px;
}

.instruction {
	float: left;
	display: block;
	clear: left;
}

.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;
	display:inline;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 0px;
	display: block;
}


.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;
    background:none;
}
