html,body{
	margin:0;
	padding:0;
}

body{
	font: 76% arial,sans-serif;
	background:#87b1cb url(/fend/images/bg-page.jpg) repeat-x;
	margin-top:20px;
}

div#container{
	width:752px;
	background:#fff;
	border:1px solid #fff;
	text-align:left;
	margin:0 auto;
}

div#header{
	position:relative;
	height:189px;
	background:#314516 url(/fend/images/bg-header.jpg) top right no-repeat;
	border-bottom:1px solid #fff;
	padding:10px 0 0 10px;
	margin:0;
}

div#leftcolumn{
	float:left;
	width:147px;
	background:#B9CAFF;
	padding:0;
	margin:0;
}

div#navigation{
	background:#ecefd6;
	padding:10px 0;
}

div#service{
	background:#d9e7b6 url(/fend/images/bg-service.gif) top no-repeat;
	padding:45px 5px 5px 5px;
	margin:0;
}

div#service ul{
	list-style-type: none;
	padding:0;
	margin:0;
}

div#service li {
	padding-top:2px;
	padding-bottom:2px;
	margin:0;
}

div#service li a, div#service li a:visited  {
    font-size : 12px;
    font-family:Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #523714;
	text-decoration: none;
	padding-left: 5px;
}

div#service li a:hover {
	color: #314516;
	font-size: 12px;
}

div#sencia{
	background:#fff url(/fend/images/bg-fishing-ontario.gif) top no-repeat;
	text-align:center;
	margin:0;
	padding:200px 0 20px 0;
}
div#content{
	float:right;
	width:585px;
	padding:5px;
}

p{
	font-family:Arial,Verdana,sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#1E3644;
	margin:0;
	padding:5px 0 10px 0;
}

h2{
	font-family:Times New Roman,Times, Serif;
	font-size:18px;
	font-weight:normal;
	color:#666600;
	margin:0;
	padding:5px 10px 5px 0;
}

h3{
	font-family:Times New Roman,Times, Serif;
	font-size:22px;
	font-weight:bold;
	font-style:italic;
	color:#314516;
	margin:0;
	padding:5px 10px 0 0;
}

h4{
	font-family:Times New Roman,Times, Serif;
	font-size:16px;
	font-weight:bold;
	color:#314516;
	margin:0;
	padding:4px 4px 4px 4px;
}

h5{
	font-family:Times New Roman,Times, Serif;
	font-size:18px;
	font-weight:normal;
	color:#1E3644;
	margin:0;
	padding:4px 4px 4px 4px;
}

p.blue{
	font-family:Arial,Verdana,sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#7299B1;
	margin:4px;
}

a
{
	color:#7299B1;
	text-decoration:underline;
}

ul,li{
	font-family:Arial,Verdana,sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#7299B1;
	margin:4px;
}

div#footer{
	clear:both;
	text-align:center;
	color: #95b2c4;
	padding:10px 0 15px 100px;
}

div#footer a{
	display:inline;
	text-decoration:none;
	padding:0;
	color: #95b2c4;
}

div#footer a:hover{
	display:inline;
	text-decoration:underline;
	padding:0;
	color: #6291ae;
}

/*------------------ Video Player START -----------------------*/
div.flv-player{
	background: #000 url(/fend/images/vid_play.gif) no-repeat center;
}

div.flv-player a{
	display: block;
	background: url(/fend/images/vid_botleft.gif) no-repeat bottom left;
	width: 100%;
	height: 100%;
	text-decoration: none;
}

div.flv-player a span{
	display: block;
	background: url(/fend/images/vid_botright.gif) no-repeat bottom right;
	width: 100%;
	height: 100%;
	cursor: pointer;
}
/*------------------ Video Player END -----------------------*/
/* -------------- sitemap styles -------------- */
ul#sitemap{
	list-style: none;
	margin: 0;
}
ul#sitemap li{
	list-style: none;
	font-weight: bold;
	line-height: 20px;
	border-top: 1px solid #666;
}
ul#sitemap ul{
	margin: 0 0 0 15px;
}
ul#sitemap ul li{
	font-weight: normal;
	border: none;
}

/* payment page */
div.paymentbox{
	width: 240px;
	height: 100px;
	padding: 10px;
	float: left;
	margin: 10px 15px;
	background: url(/fend/images/paymentbox-header.gif) no-repeat top left;
	text-align: center;
	color: #1E3644;
	display: inline;
}
div.paymentbox h4{
	text-align: left;
}

/* deposit page */
div.depositbox{
	width: 240px;
	padding: 10px;
	float: left;
	margin: 10px 15px;
	background: url(/fend/images/paymentbox-header.gif) no-repeat top left;
	text-align: center;
	color: #1E3644;
	display: inline;
}
div.depositbox h4{
	text-align: left;
}

