/*	Desc: *title* Screen Style Sheet
	Author: *your name*
	Date: *last modified date*
	+ Colours
	- *colour hex* *colour name* (*purpose*)
=== === === === === === === === === === */
/*=STRUCTURE
=== === === === === === === === === === */
html {

}
body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #5dbdf1;
	background-attachment: scroll;
	background-image: url(../images/bgtile.jpg);
	background-repeat: repeat-x;
	background-position: top;
	margin: 0px;
	padding: 0px;
}
#masthead h1 {
	text-indent: -9999px;
	font-size: 1%
}
img {
	border: 0
}
a {

}
/*=MASTHEAD
=== === === === === === === === === === */
#masthead {

}
/*=NAVIGATION
=== === === === === === === === === === */
#navigation {

}
/*=CONTENT
=== === === === === === === === === === */
#content {
	background-color: #188bc9;
	background-image: url(../images/crusher_12.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	width: 958px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
}
#content p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.8em;
	color: #000000;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 10px;
	margin: 0px;
	font-weight: bold;
}
#content h1 {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
/*=FOOTER
=== === === === === === === === === === */
#footer {
	background-image: url(../images/crusher-footer_01.jpg);
	text-align: center;
	height: 59px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
	margin: 0px;
	background-repeat: no-repeat;
}
#footer p {
	font-size: 12px;
	padding: 0px;
	margin-top: 16px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #000066;
}
#footer a {
	color: #000066;
	text-decoration: none;
}
#footer a:hover {
	color: #0000CC;
	text-decoration: underline;
}
#maindiv {
	margin-right: auto;
	margin-left: auto;
}
ul {
	font-size: 14px;
	color: #000000;
	font-weight: bold;
}
.fishlist {
	margin-top: 10px;
	margin-left: 20px;
	list-style-position: inside;
	list-style-type: disc;
}
h2 {
	font-size: 18px;
	color: #FFBE00;
	padding-left: 10px;
	margin: 0px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
}
ul li {
	padding-bottom: 10px;
}
#sidebar p  {
	font-size: 12px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #F9BA01;
	padding-top: 3px;
	padding-right: 8px;
	padding-bottom: 3px;
	padding-left: 8px;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
	border-right-width: 5px;
	border-right-style: solid;
	border-right-color: #F9BA01;
	background-color: #666666;
	color: #FFFFFF;
	line-height: 1.3em;
	text-indent: 0px;
	font-weight: normal;
}
#sidebar strong {
	color: #FFFFFF;
}
#sidebar h2 {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.price {
	color: #000000;
	padding-left: 40px;
}
.time {
	color: #CCCCCC;
	padding-left: 15px;
}
a:link {
	color: #FFFF00;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:visited {
	color: #FFCC00;
	text-decoration: none;
}
strong {
	color: #000066;
	text-transform: uppercase;
}
