@charset "utf-8";
body, html  {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background: #cdbd99;
	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 */
	background-image:url(../graphics/twisted-fish-backgrd2.jpg);
	background-repeat:repeat;
	height: 100%;
	line-height:100%;
}
#container { 
	width: 990px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	min-height:100%;
}
#container2 {
	width: 990px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	background-image:url(../graphics/container-backgrd.jpg);
	border-left:#666666 1px solid;
	border-right:#666666 1px solid;
	background-repeat: no-repeat;
	background-color: #ffffff;
	min-height: 100%;
	height: 100%;	
}
#header1 {
	width:455px;
	float:left;
	height:354px;
	min-height:355px;
	padding: 40px 20px 0 20px; 
	text-align:center;
}
#header1 h1 {
	color:#990000;
	font-size:1.7em;
	font-family:"Times New Roman", Times, serif;
	padding-top:20px;
}
#nav-bar {
	width:990px;
	/*margin: 0 auto;*/
	padding: 0 20px 0 20px;
}
#sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 230px; /* 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 */
	padding: 10px 10px;
}
#sidebar1 p {
	color:#000000;
	font-size:.7em;
	line-height:137%;
}
#mainContent { 
	margin: 0; /* the right margin on this div element creates the column down the right 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. */
	padding: 0 20px 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
#mainContent p {
	font-size: .75em;
	line-height:137%;
	color:#660000;
} 
#mainContent h1 {
	font-size: 1.2em;
	color:#990000;
	font-family:Georgia, "Times New Roman", Times, serif;
	border-bottom:#990000 1px dashed;
	margin:20px 10px 0 0;
	line-height:1.5;
} 
.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 {
	float:left;
	margin-right:8px;
}

.image-left {
	float:left;
	margin-right:10px;
	padding:0;
	line-height:100%;
	border:#000 solid 1px;
}
.image-right {
	float:right;
	margin-left:10px;
	padding:0;
	line-height:100%;
	border:#000 solid 1px;
}
.image-border {
	border:#000 solid 1px;
}
#images-horiz{
	width:100%;
	padding: 6px 0 6px 0;
	font-size: .75em;
	color:#660000;
}
#footer {
	background-image:url(../graphics/twisted-fish-footer-background.gif);
	width:990px;
	clear:both;
	}
#footer p{
	padding:10px 5px 6px 5px;
	margin:0 auto;
	color:#fff;
	font-size:.7em;
	text-align:center;
    }
#footer a:link, h:link, v:link {
	font-size:inherit;
	color:#fff;
	text-decoration:none;
}
#artists {
	width:185px;
	min-height:280px;
	height:330px;
	padding:0 5px 10px 0;
	text-align:left;
	float:left;
	font-size:95%;
}
#artists a:link, a:visited{
	text-decoration:underline;
	color:#990000;
}
#artists a:hover {
	text-decoration:underline;
	color:#006600;
}
#artists-inner {
	width:180px;
	min-height:180px;
	height:180px;
	padding:0;
	margin:0;
}
#artists p{
	padding-right:7px;
}
#clear {
    height:0;
    font-size:1px;
    line-height:0px;
	clear:both;
	width:100%;
}
.clearboth {
	clear:both;
}
.photospacer {
	margin-right:10px;
}
.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;
}
#clearfloat { 
	width:760px;
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
	padding:5px 5px 15px 5px;
	margin:0 auto;
	text-align:center;
}
.image-spacer {
	margin-right:5px;
}
li, ul {
	font-size:12px;
	color:#660000;
}
