@charset "utf-8";
body, html  {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	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 - 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);
	background-repeat: no-repeat;
	background-color: #ffffff;
	border-left:#666666 1px solid;
	border-right:#666666 1px solid;	
}
#header1 {
	width:320px;
	float:left;
	height:310px;
	min-height:310px;
	margin: 5px 20px 0 103px; 
	text-align:center;
	diplay:inline;

}
#header2 {
	width:380px;
	float:right;
	height:310px;
	min-height:310px;
	margin: 5px 100px 0 0; 
	text-align:center;
	diplay:inline;
}
#clearboth {
	width:990px;
	height:1px;
	min-height:1px;
	clear:both;	
}
.slideshows {
	margin:0 auto;
}
#header1 h1 {
	color:#990000;
	font-size:1.7em;
	font-family:"Times New Roman", Times, serif;
}
#header2 h1 {
	color:#990000;
	font-size:1.7em;
	font-family:"Times New Roman", Times, serif;
}
#nav-bar {
	width:990px;
	padding: 0 10px 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 { 
	padding: 0 20px 0 20px; 
	width:950px;
	margin:0 auto;
	diplay:inline;
}
#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;
	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 { /* 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;
}
#navbar { 
	margin:0 auto;
	text-align:center;
}
.image-spacer {
	margin-right:3px;
	float:left:
}
.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;
}
