body {
	background: #DDDDDD;
	padding: 0;
	margin: 0;
}

a {
	color: #996666;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #663333;
	font-weight: bold;
	text-decoration: underline;
}
h1 
{
	color: #666699;
	font-family: Arial;
	font-size: 23pt;
	font-weight: bold;
}
h2 
{
	color: #999999;
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
}

#branding {
	width: 100%;
	background: #666699;
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
	border: none;
}
#branding div.outerliner {
	padding: 0.5em 1em;
}
#branding a {
	color: #DDDDDD;
}
#logofishstock {
	font-size: 2em;
}

#menu {
	width: 100%;
	color: #999966;
	background: #CCCC99;
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
	font-weight: bold;
	border: none;
}
#menu div.outerliner {
	padding: 1em;
}
#menu ul {
	margin-top: 0;
	margin-bottom: 0;
}

#contentwrapper {
	color: #666666;
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
}
#contentwrapper div.outerliner {
	padding: 0 1em;
}
#contentwrapper div, #contentwrapper p, #contentwrapper td {
	color: #666666;
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
}

#footer {
	width: 100%;
	color: #CCCCCC;
	background: #999999;
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
	font-weight: bold;
	border: none;
}
#footer div.outerliner {
	padding: 1em;
}
#footer ul {
	margin-top: 0;
}
#footer a {
	color: #DDDDDD;
}
