/* CSS Document from Attik Designs http://www.attikdesigns.ie for the notice board	*/
div#hotelBoard {
		position: absolute;
		display: block;
		left: 100px;
		top: 900px;
		width: 200px;
}

div#hotelBoard * {
		margin: 0;
		padding: 0;
		1background: #ddd;
}

div#hotelBoard div#top, 
div#hotelBoard div#mid, 
div#hotelBoard div#bottom {
		display: block;
		clear: both;
		float: left;
		width: 170px;
		padding: 0 15px;
		}

div#hotelBoard div#top {
		height: 11px;
		background: url(mainpics/bg_hotelboard_top.png) 0 0 no-repeat;		
		}

div#hotelBoard div#mid {
		background: url(mainpics/bg_hotelboard_mid.png) 0 25px repeat-y;		
		}
div#hotelBoard div#bottom {
		background: url(mainpics/bg_hotelboard_bottom.png) 0 0 no-repeat;		
		}

div#hotelBoard div.item {
		display: block;
		border-bottom: 2px solid #705a22;
		padding-bottom: 0.5em;
		}

div#hotelBoard h2 {
		margin-bottom: 0.3em;
		1font-family: "Trebuchet MS", Arial, sans-serif;
		font-family: "Comic Sans MS", "Trebuchet MS", Arial, sans-serif;
		font-size: 0.8em;
		color: #5a4613;
		1background: #eccdfc;
		text-align: center;
		}

div#hotelBoard h3 {
		margin: 0.5em 0 0 0;
		font-family: "Comic Sans MS", "Trebuchet MS", Arial, sans-serif;
		font-weight: normal;
		font-size: 0.6em;
		color: #e63794;
		text-align: center;
		}

div#hotelBoard h3#top {
		margin-top: 0;
		}

div#hotelBoard h4 {
		font-family: "Comic Sans MS", "Trebuchet MS", Arial, sans-serif;
		font-size: 0.5em;
		color: #078132;
		text-align: center;
		}

div#hotelBoard p {
		font-family: "Comic Sans MS", "Trebuchet MS", Arial, sans-serif;
		font-size: 0.5em;
		color: #1e2d6b;
		line-height: 1.6em;
		text-align: center;
		}

div#hotelBoard a {
		display: block;
		font-size: 0.6em;
		font-weight: bold;
		color: #b50ea7;
		font-family: "Comic Sans MS", "Trebuchet MS", Arial, sans-serif;
		text-align: left;
		text-decoration: none;
		}

div#hotelBoard a:hover {
		color: #e63794;
		text-decoration: underline;
		}

div#hotelBoard a#email {
		text-decoration: none;
		display: block;
		width: 75px;
		text-align: center;
		padding: 2px 5px;
		background: #feb7f0;
		font-size: 0.7em;
		font-weight: bold;
		border: 1px solid #b50ea7;
		color: #b50ea7;
		margin-top: 5px;
		}

div#hotelBoard a#email:hover {
		background: #b50ea7;
		color: #feb7f0;
		}