* {
  font-size:100%;
  margin:0;
  padding:0;
}
body {
     background:#fff;
     color:#000;
     font-family: Verdana, Arial, Helvetica, sans-serif;
     font-size:0.75em;
     margin:10px 0;
}
body * {
     color:#000;
     font-family: Verdana, Arial, Helvetica, sans-serif;
}

img {
    border:none;
}
img.left {
	 float:left;
	 margin:0 5px 2px 0;
}
img.right {
	  float:right;
	  margin:0 0 5px 5px;
}
.blue {
      color:#2e506b;
}
.clear {
       clear:both;
       height:1px;
       overflow:hidden;
       margin-top:-1px;
}
.clearfix:after {
		content:".";
		display:block;
		height:0;
		clear:both;
		visibility:hidden;
}
.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */

}
h1, h1 acronym, h2, h3, h4 {
    font-size:1em;
}
a, a strong {
   color:#0a82aF;
   font-weight:bold;
   text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
p {
  font-size:1em;
  line-height:1.5em;
  margin:10px 0;
}
p.blue, p.blue strong {
	color:#2e506b;
}
p.small {
	font-size:0.9em;
	font-style:italic;
}

hr {
   background-color:#b3cfe6;
   border:none;
   clear:both;
   color:#b3cfe6;
   height:1px;
   margin:1.5em 0;
   width:100%;
}

.center {
	text-align:center;
}
.red, .red strong {
      color:#ff0000;
}

/* Page layout */

#centerBox {
	   text-align:center;
}
#pageWrapper {
	     margin:0 auto;
	     text-align:left;
	     width:780px;
}

/* Column layout */

#contentLeft {
	     float:left;
	     width:570px;
}
#contentRight {
	      float:left;
	      width:200px;
}
div.home {
	 margin:0 0 0 10px;
}

/* Header */

#lionel {
	float:left;
	margin:12px 10px 0 12px;
	width:84px;
}

* html #lionel { /*IE6*/
  margin:9px 10px 0 7px;
}

* html #lionel object { /*IE6*/
  margin:2px 0 0 7px;
}

* html #lionel object img a{ /*IE6*/
  margin:0 0 0 2px !important;
}

html>body #lionel { /*IE7*/
	  *margin:9px 10px 0 14px; 
}

html>body #lionel object { /*IE7*/
	  *margin:2px 0 0 7px;
}

#lionel object {
	margin:4px 0 0 10px;
} 

#lionel object img {
	height:80px;
	width: 60px;
	padding:0;
	margin:3px 0 0 0;
}

#header {
	background:url(/madasafish-home-head.gif) #fff top right no-repeat;
	float:right;
	height:102px;
	margin:0 0 10px 0;
	width:100%;
}
#adBanner {
	  float:right;
	  height:60px;
	  margin:32px 10px 0 0;
	  text-align:right;
	  width:468px;
}
#adBanner iframe {
	  background-color:#eb0000;
}
#logo {
      float:left;
      margin:49px 0 0 5px;
      width:175px;
}
#logo h1 {
      color:#fff;
      font-size:2em;
      text-transform:lowercase;
}
#logo h1 a {
      color:#fff;
      text-decoration:none;
}
