/* css reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
}
a {
	text-decoration: none;
}
	
a: hover {
	text-decoration: underline
}

html {
background: url(../images/backgroundall.jpg) no-repeat;
}
body { font-family: Trebuchet MS, Arial, Helvetica, sans-serif; } 

}
#container {
	margin: auto;
	width: 960px;

}
#header {
  overflow: hidden;
  height: 100%;
  padding-top: 175px;
  padding-left: 150px;
  }
  #header img {
  float:left;
  padding-left: 25pix;
  }

#navigation ul#nav {
float: center;
lineheight:40px;
font-size: 22px;
padding-left: 400px;
margin-top:-40px;
}

#nav li{
display: inline;

}
#nav li a{
color: white;
padding-right: 40px
}
#smallfish {
  overflow: hidden;
  height: 80%;
  padding-top: 20px;
  padding-left: 50px;
  }

#main {
float: left;
padding-left: 325px;
margin-top: -80px;

}

#footer ul {
  float: left;
  padding-left: 150px;
  padding-top: 20px;
  font-size: 14px;
  position: relative;
  bottom: 15px
  }
#footer li{
display: inline;
padding-right: 27px;
}
#footer li a {
color: white;
}