/* Jolly Fisherman main CSS file */



* {
	margin: 0px;
	padding: 0px;
}

body {
   font-family: Verdana, Arial, Helvetica;
   background-color: #292b2c;
}

div#jolly-fisherman-lock {
	width: 798px;
	height: 995px;
	margin: 15px auto 10px auto;
	border:3px solid #5f5f5f;
	background-color:#1f2122;
}

div#jolly-fisherman-skegness-header{
	width:798px;
	height:124px;
	background-image:url(../jolly-fisherman-images/jolly-fisherman.png);
}

div#jolly-fisher-man-birthday {
   width:798px;
   height:90px;
   background-image:url(../jolly-fisherman-images/jollyfisherman.jpg);
}

div#skegness-jollyfisherman {
   width:798px;
   height:164px;
   background-image:url(../jolly-fisherman-images/jollyfisherman-skegness-birthday.jpg);
}

div#jollyfisherman-skegness {
   width:798px;
   height:91px;
   background-image:url(../jolly-fisherman-images/jollyfisherman-skegness.jpg);
}

div#jolly-fisherman {
   float:left;
   width:430px;
   height:406px;
   background-image:url(../jolly-fisherman-images/skegness-jolly-fisherman.jpg);
}

div#jolly-fisherman-nav {
   float:right;
   width:278px;
   height:396px;
   background-image:url(../jolly-fisherman-images/skegness-jollyfisherman-nav.jpg);
   padding-left:90px;
   padding-top:10px;
   line-height:50pt;
}

#jolly-fisherman-menu {
    list-style:none;   
}
 
ul#jolly-fisherman-menu li {
    float: left;
    display: inline;
    margin-right:80px; /*gap between items*/
 }
 
ul#jolly-fisherman-menu li a, ul#jolly-fisherman-menu li a:visited {
    text-decoration: none; /*get rid of the link underline*/
    font-weight: bold; /*change to "bolder" to bold it*/
    color: #515050; /*change to the colour you want*/
    font-size:11pt;
}

ul#jolly-fisherman-menu li a:hover {
	color: #781212;
	text-decoration:overline;
}

div#jolly-fisherman-skegness-footer {
clear:both;
width:798px;
height:117px;
background-image:url(../jolly-fisherman-images/jolly-fisherman-skegness-bracing.png);
}

div#jolly-fisherman-text {
width:798px;
height:100px;
color:#666;
font-size:9pt;
text-align:center;
margin: 10px auto 10px auto;
}