/* =INITIAL 
   v2.1, by Faruk Ates - www.kurafire.net
   Addendum by Robert Nyman - www.robertnyman.com */

/* Neutralize styling: 
   Elements we want to clean out entirely: */
html, body, form, fieldset {
	margin: 0;
	padding: 0;
}
/* Neutralize styling: 
   Elements with a vertical margin: */
h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address {
	margin: 1em 0;
	padding: 0;
}

/* Apply left margin:
   Only to the few elements that need it: */
li, dd, blockquote {
   	margin-left: 1em;
}
a img, img a {
	border: none;
}
/* Miscellaneous conveniences: */
form label {
	cursor: pointer;
}
fieldset {
	border: none;
}

/* Form field text-scaling */
input, select, textarea {
	font-size: 100%;
}
/* End Initial */
.clear:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearboth{
	clear:both;
	overflow:hidden;
	width:0;
	height:0
}
body {
	background-image: url(images/breakpix/bg.gif);
	background-repeat: repeat-x;
	background-color: #00295A;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; 
	font-size: small;
	color: #000;
	text-align: center;
}
#page {
	background-color: #FFF;
	width: 780px;
	margin: 0 auto;
	line-height: 140%;
	text-align: left;
}
#main {
	padding: 15px 0;
}
#header {
	padding-top: 90px;
	background-image: url(images/breakpix/top.jpg);
	position: relative;
	background-repeat: no-repeat;
}
span.head-acc {
	position: absolute;
	right: 20px;
	top: 50px;
}
span.acc-top {
	float: right;
}
span.acc-top img {
	margin-left: 5px;
}
span.bc-top {
	float: left;
}
#toplinks {
	padding-bottom: 20px;
}
#logo {
	position: absolute;
	top: 40px;
	left: 30px;
}
#fish {
	position: relative;
	left: 488px;
}
#nav {
	background-image: url(images/breakpix/navbg.jpg);
	background-repeat: repeat-x;
}
#sidebar {
	width: 200px;
	float: left;
	position: relative;
	left: 10px;
}
#content {
	width: 535px;
	float: right;
	position: relative;
	right: 10px;
}
#footer {
	background-image: url(images/breakpix/navbg.jpg);
	background-repeat: repeat-x;
	float: left;
	padding-right: 20px;
	width: 760px;
	margin: 0 auto;
	clear: both;
	margin-top: 10px;
}
#footer ul {
	float: right;
	list-style: none;
}
#footer ul li {
	float: left;
	margin-right: 10px;
}
a.headerNavigation {
	text-decoration: underline;
	margin-left: 15px;
}
span.head-acc a:hover {
	text-decoration: none;
	color: #000;
}
