/*Common styles for Discover The Seaside*/

* {
	margin: 0px;
	padding: 0px;
}

body {
   font-family: Verdana, Arial, Helvetica;
   background-color:#fbf5c7;
}

div#discover-seaside-container{
width:790px;
height:1112px;
background-color:#fff;
margin: 10px auto 5px auto;
}

div#seaside-lincolnshire-top {
width:790px;
height:210px;
background-image:url(../seaside-images/discover-seaside-top.jpg);
}

div#seaside-nav-lincolnshire {
width:575px;
height:24px;
background-image:url(../seaside-images/nav-bar.jpg);
padding-left:215px;
padding-top:3px;
}

#main-menu {
    list-style: none;
    float: left;
}
 
ul#main-menu li {
    float: left;
    display: inline;
    margin-right: 20px; /*gap between items*/
 }
 
ul#main-menu li a, ul#main-menu li a:visited {
    text-decoration: none; /*get rid of the link underline*/
    font-weight: bold; /*change to "bolder" to bold it*/
    color: #950807; /*change to the colour you want*/
    font-size:10pt;
}

ul#main-menu li a:hover {
	color: #fff;
	text-decoration:overline;
}	

div#discover-seaside-contents {
width:760px;
height:775px;
padding-left:15px;
padding-right:15px;
padding-top:15px;
font-size:10pt;
color:#333;
}

div#skegness-hotelliers {
float:left;
width: 240px;
height: 190px;
text-align:center;
color:#666;
font-weight:normal;
margin-right:12px;
}

div#skegness-town-council {
float:left;
width: 240px;
height: 190px;
text-align:center;
color:#666;
font-weight:normal;
margin-right:12px;
}

div#mablethorpeinfo {
float:left;
width: 240px;
height: 190px;
text-align:center;
color:#666;
font-weight:normal;
}

div#seaside-footer {
clear:both;
margin-top:8px;
background-image:url(../seaside-images/seaside-footer.jpg);
height:790px;
height:34px;
}

div#seaside-copyrights {
width:790px;
margin-top:8px;
height:25px;
color:#999999;
font-size:8pt;
text-decloration:none;
text-align:center;
padding-bottom:10px;
} 






