/*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:2112px;
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:710px;
height:1775px;
padding-left:40px;
padding-right:40px;
padding-top:15px;
font-size:10pt;
color:#333;
}

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;
} 






