body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	background-image: url(http://www.kalido.com/email/images/bg_gradient.jpg);
	background-repeat:repeat-x;
	background-attachment: fixed;
	margin: 0; 
	padding: 0;
	text-align: center;
	color: #666666;
	}
.twoColFixLtHdr #container { 
	width: 780px; 
	background: #FFFFFF;
	margin: 0 auto; 
	border: 1px solid #000000;
	text-align: left;
} 
.twoColFixLtHdr #header { 
	color: #666666;
	font-size: 14px;
	font-weight: bold;
	background: #006633; 
	padding: 0;  /* remove padding with img if nec.*/
} 
.twoColFixLtHdr #header h1 {
	color: #FFFFFF;
	font-size: 24px;
	font-weight: bold;
	margin: 0; 
	padding: 10px 0; 
}
/* navigation.*/
ul.navigation {
	margin:7px 0 0 162px;
	overflow:hidden;
	}
	
ul.navigation li {
	font:bold 1.1em Arial, Helvetica, sans-serif;
	display:inline;
	}

ul.navigation li a {
	background:url(http://www.flyfish.com/wp-content/themes/flyfish/images/a-bg.gif) no-repeat 0% 100%;
	height:29px;
	float:left;
	color:#fff;
	text-decoration:none;
	margin:0 0 0 -2px;
	}

ul.navigation li a span {
	margin:0 12px 0 0;
	padding:5px 0 0 10px;
	float:left;
	height:24px;
	cursor:pointer;
	}

ul.navigation li a:hover, ul.navigation li a.active {
	background:url(http://www.flyfish.com/wp-content/themes/flyfish/images/a-right.gif) no-repeat 100% 0; 
	position:relative;
	color:#443c09;
	text-decoration:none;
	}

ul.navigation li a:hover span, ul.navigation li a.active span {
	background:url(http://www.flyfish.com/wp-content/themes/flyfish/images/a-left.gif) no-repeat 0 0;
	
	}

ul.navigation a.first {
	margin:0;
	background:none;
	}
.twoColFixLtHdr #sidebar1 {
	float: left;
	width: 200px;
	background: #EBEBEB;
	padding: 15px 10px 15px 20px;
}
.twoColFixLtHdr #sidebar1 h3{
	float: left;
	width: 200px;
	color: #003399;
	font-size: 20px;
	font-weight:bold;
	margin: 0; 
	background: #EBEBEB;
}
.twoColFixLtHdr #mainContent { 
	color: #666666;
	font-size: 11px;
	font-weight:normal;
	margin: 0 0 0 250px; 
	padding: 0 20px;
} 
.twoColFixLtHdr #mainContent h1 { 
	color: #003399;
	font-size: 24px;
	font-weight:bold;
	margin: 0; 
}
.twoColFixLtHdr #mainContent h2 { 
	color: #003399;
	font-size: 18px;
	font-weight:bold;
	margin: 0; 
}  
.twoColFixLtHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD; 
	text-align:center;
} 
.twoColFixLtHdr #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 */
}
.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;
}
img 
{border:none;
}
 

