.todo
	{
	color: #ff0000;
	}
	
.cursor
	{
	cursor: pointer;
	}
	
body
	{
	background: #ffffff;
	font-family: Verdana, "MS Sans Serif", Arial;
	font-size: 62.5%;
	color: #231f20;
	line-height: 18px;
	}
	
blockquote
	{
	display: block;
	width: 600px;
	text-align: center;	
	margin: 18px auto 36px auto;
	}
	
strong
	{
	font-weight: bold;
	}
	
p
	{
	display: block;
	margin-bottom: 18px;
	}
	
em
	{
	font-style: italic;
	}
	
dt
	{
	font-weight: bold;
	font-style: italic;
	}
dd
	{
	padding-bottom: 18px;
	}
	
	
body dl.roomhire dt, body dl.roomhire dd
	{
	padding-left: 15px;
	padding-right: 15px;
	margin-left: -15px;
	margin-right: -15px;
	}
	
body .yellow dl.roomhire dt
	{
	padding-top: 36px;
	background: transparent url(../images/yellow-bar-large.gif) repeat-x top left;
	}
	
body .yellow dl.roomhire dt.even, body .yellow dl.roomhire dd.even
	{
	background-color: #d4b11d;
	}
	
body dd li.icon
	{
	display: block;
	float: right;
	height: 0px;
	margin-top: 3px;
	margin-bottom: 10px;
	padding-top: 23px;
	width: 23px;
	overflow: hidden;
	}
	
	
span.quoteMark
	{
	font-family: Georgia, Garamond, "Times New Roman";
	font-size: 7em;
	vertical-align: text-bottom;	
	position: relative;
	top: 23px;
	}
	
.yellow .icon.wifi
	{
	background: transparent url(../images/icons/yellow-wifi.gif) no-repeat top left;	
	}
	
.yellow .icon.wifi:hover
	{
	background: transparent url(../images/icons/yellow-wifi-hover.gif) no-repeat left;	
	}
	
.yellow .icon.price
	{
	background: transparent url(../images/icons/yellow-price.gif) no-repeat top left;	
	}
	
.yellow .icon.price:hover
	{
	background: transparent url(../images/icons/yellow-price-hover.gif) no-repeat top left;	
	}

.yellow .icon.party
	{
	background: transparent url(../images/icons/yellow-party.gif) no-repeat top left;	
	}
	
.yellow .icon.party:hover
	{
	background: transparent url(../images/icons/yellow-party-hover.gif) no-repeat top left;	
	}
	
.yellow .icon.disabled
	{
	background: transparent url(../images/icons/yellow-disabled.gif) no-repeat top left;	
	}
	
.yellow .icon.disabled:hover
	{
	background: transparent url(../images/icons/yellow-disabled-hover.gif) no-repeat top left;	
	}
	
.yellow .icon.capacity
	{
	background: transparent url(../images/icons/yellow-capacity.gif) no-repeat top left;	
	}
	
.yellow .icon.capacity:hover
	{
	background: transparent url(../images/icons/yellow-capacity-hover.gif) no-repeat top left;	
	}
	
	
.yellow .icon.picture
	{
	background: transparent url(../images/icons/yellow-picture.gif) no-repeat top left;	
	}
	
.yellow .icon.picture:hover
	{
	background: transparent url(../images/icons/yellow-picture-hover.gif) no-repeat top left;	
	}
	
body ul li.icon
	{
	display: block;
	float: right;
	height: 0px;
	margin-top: 3px;
	margin-bottom: 10px;
	padding-top: 23px;
	width: 23px;
	overflow: hidden;
	}
	
	
	
.blue .icon.wifi
	{
	background: transparent url(../images/icons/blue-wifi.gif) repeat-x top left;	
	}
	
.blue .icon.wifi:hover
	{
	background: transparent url(../images/icons/blue-wifi-hover.gif) repeat-x top left;	
	}
	
.blue .icon.price
	{
	background: transparent url(../images/icons/blue-price.gif) repeat-x top left;	
	}
	
.blue .icon.price:hover
	{
	background: transparent url(../images/icons/blue-price-hover.gif) repeat-x top left;	
	}

.blue .icon.party
	{
	background: transparent url(../images/icons/blue-party.gif) repeat-x top left;	
	}
	
.blue .icon.party:hover
	{
	background: transparent url(../images/icons/blue-party-hover.gif) repeat-x top left;	
	}
	
.blue .icon.disabled
	{
	background: transparent url(../images/icons/blue-disabled.gif) repeat-x top left;	
	}
	
.blue .icon.disabled:hover
	{
	background: transparent url(../images/icons/blue-disabled-hover.gif) repeat-x top left;	
	}
	
.blue .icon.capacity
	{
	background: transparent url(../images/icons/blue-capacity.gif) repeat-x top left;	
	}
	
.blue .icon.capacity:hover
	{
	background: transparent url(../images/icons/blue-capacity-hover.gif) repeat-x top left;	
	}
	
	
.blue .icon.picture
	{
	background: transparent url(../images/icons/blue-picture.gif) repeat-x top left;	
	}
	
.blue .icon.picture:hover
	{
	background: transparent url(../images/icons/blue-picture-hover.gif) repeat-x top left;	
	}
	
h1,h2,h3,h4,h5,h6
	{
	clear: both;
	}


table
	{
	table-layout: fixed;
	border-spacing: 18px 4px;
	width: 809px;
	background-color: transparent;
	empty-cells: show;
	border-collapse: separate;
	}
	
table tr
	{
	background-color: transparent;
	}
	
table.blue td, table.blue th
	{
	height: 34px;
	width: 78px;
	background-color: #d8d8d8; /*f0f7f8*/
	padding: 18px;
	}

	
table.blue th
	{
	height: 17px;
	background-color: #4c9fab;
	font-family: Georgia, Garamond, "Times New Roman";
	color: #ffffff;
	font-size: 1.8em;
	line-height: 54px;
	text-align: center;
	}

	
table.blue tr.last-child td
	{
	background: #d8d8d8 url("../images/table-corner.gif") no-repeat bottom right;
	}
	
table td span.title
	{
	font-weight: bold;
	}

table td span.time
	{
	font-style: italic;
	}
	
.floatRight
	{
	float: right;
	padding-left: 15px;
	}
	
.floatRight.button
	{
	height: 88px;
	}
	
.floatLeft
	{
	float: left;
	padding-right: 15px;
	}
	
div.times
	{
	margin-bottom: 18px;
	}
	
#body a.back , #body a.top, #body a.donate.top
	{
	position: relative;
	background: transparent url(../images/generic-back-arrow.gif) no-repeat center left;
	padding-left: 25px;
	font-family: Georgia, Garamond, "Times New Roman";
	color: #ffffff;
	font-size: 1.8em;
	line-height: 54px;
	}
	
.floatRight.top
	{
	margin-top: -54px;
	margin-bottom: 0px;
	}
	
.floatRight.top.extraPadding
	{
	margin-bottom: 54px;
	}
	
#body a.back 
	{
	margin-right: 5px;
	padding-left: 28px;
	}
	
#body a.top
	{
	background: transparent url(../images/generic-top-arrow.gif) no-repeat center left;
	}
	
#body  a.back.yellow:hover
	{
	background: transparent url(../images/yellow-back-arrow.gif) no-repeat center left;
	}
	
#body a.back.red:hover
	{
	background: transparent url(../images/red-back-arrow.gif) no-repeat center left;
	}
	
#body a.back.blue:hover
	{
	background: transparent url(../images/blue-back-arrow.gif) no-repeat center left;
	}
	
#body a.back.orange:hover
	{
	background: transparent url(../images/orange-back-arrow.gif) no-repeat center left;
	}



#body  a.top.yellow:hover
	{
	background: transparent url(../images/yellow-top-arrow.gif) no-repeat center left;
	}
	
#body a.top.red:hover
	{
	background: transparent url(../images/red-top-arrow.gif) no-repeat center left;
	}
	
#body a.top.blue:hover
	{
	background: transparent url(../images/blue-top-arrow.gif) no-repeat center left;
	}

#body a.top.orange:hover
	{
	background: transparent url(../images/orange-top-arrow.gif) no-repeat center left;
	}
	
#body a
	{
	color: #ffffff;
	}

#body a:hover
	{
	color: #d48625;
	}
	
#logo
	{
	position: absolute;
	top: 0px;
	width: 561px;
	height: 341px;
	left: 50%;
	margin-left: -659px;
	background: transparent url(../images/background-circle.png) no-repeat top left;
	}
	
#container
	{
	position: relative;
	top: 15px;
	width: 937px;
	margin: 0px auto 0px auto;
	}
	
#header, #body, #footer
	{
	position: relative;
	display: block;
	width: 839px; /*originaly 937px*/
	margin-bottom: 18px;
	font-size: 1.2em;
	padding-left: 43px;
	padding-right: 55px;
	}
	
#body
	{
	padding-top: 36px;
	padding-bottom: 36px;
	background: transparent url(../images/backgroundTile.png) repeat top left;
	min-height: 422px;
	overflow: hidden;
	}
	
#header
	{
	/* height originally 86px*/
	background: transparent url(../images/header.png) no-repeat bottom left;
	padding: 15px 55px 12px 43px;
	overflow: hidden;
	}


	
#header h1
	{
	margin: 0px;
	padding: 0px;
	float: left;
	}
	
#header ul /*header links*/
	{
	color: #231f20;
	float: right;
	}

#header ul li
	{
	margin-right: 15px;
	}

#header ul li.last-child
	{
	margin-right: 0px;
	}
	
#header a
	{
	color: #231f20;
	text-decoration: none;
	}

#body h3
	{
	font-family: Georgia, Garamond, "Times New Roman";
	color: #ffffff;
	font-size: 1.8em;
	line-height: 54px;
	}
	
#body h4
	{
	font-family: Georgia, Garamond, "Times New Roman";
	color: #231f20;
	font-size: 1.5em;
	line-height: 34px;
	}
	
#body h5
	{
	font-family: Georgia, Garamond, "Times New Roman";
	color: #231f20;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 34px;
	}
	
#body ul
	{
	list-style-type: disc;
	margin-left: 36px;
	margin-bottom: 18px;
	}
	
#footer
	{
	background: transparent url(../images/backgroundTile.png) repeat top left;
	overflow: hidden;
	}

#footer h2
	{
	font-family: Georgia, Garamond, "Times New Roman";
	color: #ffffff;
	font-size: 1.8em;
	line-height: 54px;
	margin-top: -3px;
	margin-bottom: 3px;
	}

#footer h3
	{
	font-family: Georgia, Garamond, "Times New Roman";
	color: #231f20;
	font-size: 1.4em;
	line-height: 54px;
	margin-top: -3px;
	margin-bottom: 3px;
	}
	
#footer h2.love
	{
	width: 14ex;
	background: transparent url(../images/icon-heart.png) no-repeat center right;
	}
	
address
	{
	margin-bottom: 18px;
	margin-top: 18px;
	}

#footer a
	{
	color: #231f20;
	}
	
#footer a:hover
	{
	color: #ffffff;
	}

#footer .last a
	{
	text-decoration: none;
	}
	
	
ul.nav
	{
	position: relative;
	font-family: Georgia, Garamond, "Times New Roman";
	list-style-type: none;
	}
ul.nav li
	{
	display: inline;
	}

#body ul#primary_nav
	{
	font-size: 1.8em;
	color: #ffffff;
	display: block;
	height: 36px;
	margin-bottom: 18px;
	margin-left: 0px;
	}
	

#body ul#primary_nav li
	{
	margin-right: 77px;
	}
	
#body ul#primary_nav li.last-child
	{
	margin-right: 0px;
	}
	
#primary_nav a
	{
	color: #ffffff;
	text-decoration: none;
	}

ul#primary_nav h2, h2.title
	{
	font-size: 1em;	
	display: inline;
	padding: 0px;
	}

ul#primary_nav h2 a, h2.title
	{
	border-bottom: 6px solid #e6c01f;
	}
	
ul#secondary_nav
	{
	margin-left: 24px;
	margin-bottom: 18px;
	}
	
ul#secondary_nav li
	{
	color: #231f20;
	list-style-type: disc;
	list-style-position: inside;
	}

#secondary_nav a
	{
	color: #231f20;
	}
	
ul#sub_nav
	{
	margin-left: 0px;
	font-size: 1.8em;
	position: relative;
	margin-top: -18px;
	}
	
ul#sub_nav li a
	{
	text-decoration: none;
	}

ul#sub_nav h3
	{
	font-size: 1em;
	padding: 0px;
	margin: 0px;
	display: inline;
	border-bottom: 6px solid #af0025;
	}

ul#sub_sub_nav
	{
	font-size: 0.8em;
	}
	
ul#sub_sub_nav h4
	{
	font-size: 1em;
	padding: 0px;
	margin: 0px;
	display: inline;
	border-bottom: 6px solid #af0025;
	}
	

a img
	{
	border: none;
	}
	
	
ul.whiteBox
	{
	background-color: #ffffff;
	padding: 18px;
	min-height: 65px;
	}
	
ul.whiteBox li
	{
	float: left;
	list-style: none;
	margin-left: 50px;
	}
	
ul.whiteBox li.first
	{
	margin-left: 164px;
	}
	
.box, .mediumbox
	{
	position: relative;
	float: left;
	display: block;
	width: 256px;
	overflow: hidden;
	margin-bottom: 36px;
	margin-right: 35px;
	}
	
.mediumbox
	{
	width: 402px;
	}
	

.largebox h4
	{
	font-family: Georgia, Garamond, "Times New Roman";
	color: #ffffff;
	font-size: 1.8em;
	line-height: 54px;
	margin-top: -3px;
	margin-bottom: 3px;
	}

.largebox.orange h4
	{
	padding-top: 36px;

	background: transparent url(../images/orange-bar-large.gif) repeat-x top left;
	margin-left: -15px;
	margin-right: -15px;
	padding-left: 15px;
	padding-right: 15px;
	position: relative;
	top: -54px;
	margin-bottom: -54px;
	
	}
	
.largebox.red h4.first
	{
	padding-top: 0px;
	margin-top: 0px;
	background-image: none;
	}
	
.largebox.red, .box.red
	{
	color: #ffffff;
	}
	
.box.yellow p, .box.orange p
	{
	margin-top: 18px;	
	}
	
.box.last, .mediumbox.last
	{
	margin-right: 0px;
	}

#body .box  h2, #body .largebox h3, #body .mediumbox h3, #body .largebox h2
	{
	color: #ffffff;
	font-size: 3em;
	font-family: Georgia, Garamond, "Times New Roman";
	font-weight: normal;
	display: block;
	line-height: 36px;
	padding-top: 18px;
	}
	
h2.title
	{
	color: #ffffff;
	font-size: 1.8em;
	font-family: Georgia, Garamond, "Times New Roman";
	font-weight: normal;	
	margin-bottom: 13px;
	display: inline-block;
	padding-bottom: 5px;
	
	}
	
#body .largebox h3, #body .mediumbox h3, #body .largebox h2
	{
	margin-bottom: 18px;
	}
	
#body .box .body.news h2
	{
	margin-left: 15px;
	}
	
.box .body
	{
	width: 226px;
	padding-left: 15px;
	padding-right: 15px;
	}
	
.mediumbox .body
	{
	width: 372px;
	padding-left: 15px;
	padding-right: 15px;
	overflow: hidden;
	}
	
.largebox .body
	{
	padding: 0px 15px 0px 15px;
	margin-bottom: 0px;
	overflow: hidden;
	}

.box.yellow .body.front-page, .box.orange .body.front-page
	{
	height: 150px;
	}

/*for the news section*/
#body .box .news
	{
	width: 256px;
	padding: 0px;
	}

#footer .box
	{
	margin-top: 22px;
	}

#body .box ul
	{
	list-style: none;
	padding: 0px;
	margin: 0px;
	}

#body .box .news ul li
	{
	margin: 0px;
	padding: 18px 15px 36px 15px;
	background: transparent url(../images/red-bar.gif) no-repeat bottom left;
	}
	
#body .box .news ul li.last-child
	{
	padding-bottom: 18px;
	background-image: none;
	}
	
#body .box .news ul#twitter_update_list li a
	{
	display: none;
	float: right;
	}
	
#body .box .news ul#twitter_update_list li span a
	{
	display: inline;
	float: none;
	}
/*end of news section*/

.box .header, .largebox .header, .mediumbox .header
	{
	height: 118px;
	}
	

	
.box.yellow .header
	{
	background: transparent url(../images/yellow-bar.gif) no-repeat bottom left;
	}
	
.largebox.yellow .header, .mediumbox.yellow .header
	{
	background: transparent url(../images/yellow-bar-large.gif) repeat-x bottom left;
	}

.largebox.yellow, .mediumbox.yellow
	{
	background: transparent url(../images/yellow-footer-plain-large.png) no-repeat bottom right;
	padding-bottom: 28px;
	}
	
.box.orange .header
	{
	background: transparent url(../images/orange-bar.gif) no-repeat bottom left;
	}

.largebox.orange .header
	{
	background: transparent url(../images/orange-bar-large.gif) repeat-x bottom left;
	}

.largebox.orange
	{
	background: transparent url(../images/orange-footer-plain-large.png) no-repeat bottom left;
	padding-bottom: 28px;
	}
	
.box.red .header
	{
	background: transparent url(../images/red-bar.gif) no-repeat bottom left;
	}

.largebox.red .header
	{
	background: transparent url(../images/red-bar-large.gif) repeat-x bottom left;
	}
	
.largebox.red
	{
	background: transparent url(../images/red-footer-plain-large.png) no-repeat bottom left;
	padding-bottom: 28px;
	}
	
.largebox.blue .header, .mediumbox.blue .header
	{
	background: transparent url(../images/blue-bar-large.gif) repeat-x bottom left;
	}
	
.largebox.blue, .mediumbox.blue
	{
	background: transparent url(../images/blue-footer-plain-large.png) no-repeat bottom right;
	padding-bottom: 28px;
	}
	
.yellow .body
	{
	background-color: #e6c01f;
	}
	
.orange .body
	{
	background-color: #d48625;
	}

.red .body
	{
	background-color: #af0025;
	}
	
.blue .body
	{
	background-color: #53acba;
	}

/** activities box info **/

#body .box .body.activities
	{
	padding: 0px;
	width: 256px;
	}
	
#body .box .body.activities h3
	{
	background-color: #e5e5e5;
	font-size: 1em;
	line-height: 36px;
	font-family: Verdana, "MS Sans Serif", Arial;
	}

#body .box.yellow .body.activities h3
	{
	color: #d4b11d;
	}
	
#body .box.orange .body.activities h3
	{
	color: #c37b22;
	}
	
#body .box.red .body.activities h3
	{
	color: #a10022;
	}
	
#body .red a, #body .blue a, #body .orange a
	{
	color: #ffffff;
	}
#body .red a:hover
	{
	color: #d4b11d;
	}
	
#body .orange a:hover
	{
	color: #a10022;
	}
	
#body .blue a:hover
	{
	color: #1f6786;
	}

#body .box.yellow .body.activities a, #body .box.yellow .body.activities a:hover, 
#body .box.orange .body.activities a, #body .box.orange .body.activities a:hover
	{
	color: #231f20;
	}
	
#body .box .body.activities li
	{
	line-height: 36px;
	}
	
#body .box.yellow .body.activities li.even
	{
	background-color: #d4b11d;
	}

#body .box.orange .body.activities li.even
	{
	background-color: #c37b22;
	}
	
#body .box.red .body.activities li.even
	{
	background-color: #a10022;
	}

#body .box .body.activities h2, #body .box .body.activities h3, #body .box .body.activities ul li
	{
	padding-left: 15px;
	}
	
	
/* start footer */

#footer ul.timetables
	{
	margin-top: -18px;
	}
	
#footer ul.timetables,  #footer ul.social-networks
	{
	margin-bottom: 18px;
	overflow: hidden;
	}
	
#footer ul.timetables li, #footer ul.social-networks li
	{
	width: 128px;
	float: left;
	}

#footer ul.timetables li
	{
	height: 54px;
	}

#footer ul.timetables li a, #footer ul.social-networks li a
	{
	display: block;
	padding-top: 18px;
	padding-left: 36px;
	}

	
ul.detailsBlock
	{
	width: 416px;
	background-color: #d4b11d;
	padding-left: 10px;
	padding-bottom: 18px;
	}

ul.detailsBlock.blue
	{
	background-color: #4C9FAB;
	margin-top: 18px;
	}
	
ul.detailsBlock.grey
	{
	background-color: #231F20;
	}
	
ul.detailsBlock li
	{
	list-style-type: none;
	display: block;
	color: #ffffff;
	}

#body ul.detailsBlock  li a
	{
	color: #ffffff;
	}
	
#body ul.detailsBlock  li.linkIcon a
	{
	display: block;
	padding-left: 36px;
	padding-top: 18px;
	}
	
#body ul.detailsBlock  li a:hover
	{
	color: #c37b22;
	}
	
ul.detailsBlock li.miniIcon
	{
	padding-top: 18px;
	padding-left: 36px;
	}
	
ul.detailsBlock li.price
	{
	background: transparent url(../images/icons/offyellow-price.gif) no-repeat bottom left;
	}
	
a.pdf
	{
	background: transparent url(../images/icon-pdf.png) no-repeat bottom left;
	}
	
a.pdf:hover
	{
	background: transparent url(../images/icon-pdf-colour.png) no-repeat bottom left;
	}
	
#footer a.pdf, #footer a.pdf:hover
	{
	background-position: 0px 13px
	}
	
a.facebook
	{
	background: transparent url(../images/icon-facebook.png) no-repeat bottom left;
	}

a.facebook:hover
	{
	background: transparent url(../images/icon-facebook-colour.png) no-repeat bottom left;
	}

a.flickr
	{
	background: transparent url(../images/icon-flickr.png) no-repeat bottom left;
	}

a.flickr:hover
	{
	background: transparent url(../images/icon-flickr-colour.png) no-repeat bottom left;
	}

a.twitter
	{
	background: transparent url(../images/icon-twitter.png) no-repeat bottom left;
	}

a.twitter:hover
	{
	background: transparent url(../images/icon-twitter-colour.png) no-repeat bottom left;
	}
	
a.donate
	{
	background: transparent url(../images/icon-donate.png) no-repeat bottom left;
	}

a.donate:hover
	{
	background: transparent url(../images/icon-donate-colour.png) no-repeat bottom left;
	}
	
a.blog
	{
	background: transparent url(../images/icon-blog.png) no-repeat bottom left;
	}

a.blog:hover
	{
	background: transparent url(../images/icon-blog-colour.png) no-repeat bottom left;
	}
	
	
	
.clear-both
	{
	position: relative;
	clear: both;
	display: block;
	}
	


#introtext
	{
	clear: both;
	width: 550px;
	position: absolute;
	top: 408px;
	}

.googlemap
	{
	width: 425px;
	height: 350px;
	}

/** donate button **/

#body a.donate, #body a.partySpace
	{
	margin-top: 18px;
	margin-bottom: 18px;
	display: block;
	height: 0px;
	padding-top: 70px;
	width: 171px;
	overflow: hidden;
	}
	
#body a.partySpace
	{
	width: 200px;
	background: transparent url(../images/party-space-orange.gif) no-repeat 0px 0px;
	background-position: 0px -70px;
	}
	
#body a.partySpace:hover
	{	
	background-position: 0px 0px;
	}
	
#body a.donate.top
	{
	margin-bottom: -54px;
	}
	
#body a.donate.orange
	{
	background: transparent url(../images/donate-orange.gif) no-repeat 0px 0px;
	}
	
#body a.donate.orange:hover
	{
	background: transparent url(../images/donate-orange.gif) no-repeat 0px 0px;
	background-position: 0px -70px;
	}
	
#body a.donate.yellow
	{
	background: transparent url(../images/donate-orange.gif) no-repeat 0px 0px;
	background-position: 0px -70px;
	}
	
#body a.donate.yellow:hover
	{
	background-position: 0px 0px;
	}
	
	
span.iconinfo
	{
	display: none;

	width: 200px;
	height: 100px;
	background-color: transparent;
	margin-top: -100px;
	margin-left: -190px;

	}
	

	
span.iconinfo span.yellow, span.iconinfo span.blue
	{
	display: block;
	padding: 10px;
	height: 63px;
	color: #ffffff;
	}
	

span.iconinfo.picture
	{
	width: 321px;
	height: 255px;
	margin-top: -262px;
	margin-left: -310px;

	}
	
span.iconinfo.picture span.blue
	{
	height: 227px;
	}

span.iconinfo span.yellow
	{
	background-color: #c37b22;
	}
	
span.iconinfo span.blue
	{
	background-color: #1f6786;	
	}
	
span.iconinfo.picture span.yellow
	{
	height: auto;
	}
	
span.iconinfo span.bottom
	{
	display: block;
	height: 17px;
	width: 200px;
	}

div.yellow span.iconinfo span.bottom
	{
	background: transparent url(../images/iconinfo-yellow.png) no-repeat bottom right;
	}
	
div.blue span.iconinfo span.bottom
	{
	background: transparent url(../images/iconinfo-blue.png) no-repeat bottom right;
	}
	
span.iconinfo.picture span.bottom
	{
	width: 321px;
	}
	
a.button 
	{
	display: block;
	height: 0px;
	padding-top: 20px;
	width: 101px;
	overflow: hidden;
	margin-top: 5px;
	}
	
a.blue-costs
	{
	background: #1f6786 url(../images/blue-room-costs.gif) no-repeat top left;
	}
	
a.blue-costs:hover
	{
	background: #4c9fab url(../images/blue-room-costs-hover.gif) no-repeat top left;
	}
	
a.blue-booking
	{
	background: #1f6786 url(../images/blue-booking-form.gif) no-repeat top left;
	}
	
a.blue-booking:hover
	{
	background: #4c9fab url(../images/blue-booking-form-hover.gif) no-repeat top left;
	}
	
a.yellow-costs
	{
	background: #c37b22 url(../images/yellow-room-costs.gif) no-repeat top left;
	}
	
a.yellow-costs:hover
	{
	background: #d4b11d url(../images/yellow-room-costs-hover.gif) no-repeat top left;
	}
	
a.yellow-booking
	{
	background: #c37b22 url(../images/yellow-booking-form.gif) no-repeat top left;
	}
	
a.yellow-booking:hover
	{
	background: #d4b11d url(../images/yellow-booking-form-hover.gif) no-repeat top left;
	}
	
p.lead
	{
	font-family: Georgia, Garamond, "Times New Roman";
	color: #231f20;
	font-size: 1.6em;
	line-height: 34px;
	}