/*Common styles for Newhaven Guest House*/

* {
	margin: 0px;
	padding: 0px;
}

body {
   font-family: Verdana, Arial, Helvetica;
   background-color:#fbf5c7;
}

div#skegness-guest-house-container{
width:774px;
height:825px;
background-color:#fff;
margin: 10px auto 5px auto;
}

div#skegness-guest-house-left {
width:164px;
float:left;
height:825px;
background-color:#fff;
}

div#newhaven-guest-house-title {
float:left;
width:164px;
height:265px;
background-image:url(../skegness-hotel/newhaven-guest-house-skegness.jpg);
}

div#hotel-navigation {
float:left;
width:164px;
height:125px;
}
div#hotel-left-finish {
float:left;
height:250px;
width:164px;
}

div#skegness-guest-house-right {
float:right;
width:610px;
height:907px;
}

div#skegness-hotel-flash {
float:right;
width:610px;
height:405px;
background-image:url(../skegness-hotel/hotel-skegness-map.png)
}

div#skegness-guest-house-options {
float:right;
width:610px;
height:206px;
}

div#new-haven-guesthouse-intro {
float:left;
width:163px;
height:161px;
background-image:url(../skegness-hotel/new-haven-skegness.jpg);
padding-left:210px;
padding-top:45px;
}

div#guest-house-skegness-pages {
float:right;
width:237px;
height:206px;
}

div#guest-house-text {
clear:both;
width:580px;
height:355px;
color:#666666;
font-size:11pt;
padding-left:15px;
padding-right:15px;
padding-top:5px;
padding-bottom:5px;
}

div#guest-house-footer {
width: 610px;
height:25px;
background-image:url(../skegness-hotel/hotel-bottom-divide.png);
background-repeat:no-repeat;
background-position:top;
color:#3d7abb;
font-size:10pt;
text-decoration:none;
text-align:center;
padding-top:15px;
}

.style2 {
	color: #024e9c;
	font-weight: bold;
	font-size: 11pt;
}
.style3 {
	color: #494a4a;
	font-size: 10pt;
}

.guesthouse-skegness-link {
color:##3d7abb;
text-decoration:none;
}