/* CSS Document */

body {
	background-color: #ded9c6;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #fff;
	padding: 0;
	margin: 0;
}

h2, h3, h4, h5, h6, p, ul, li {
	padding: 0;
	margin: 0;
}

h1 {
	padding: 0 0 20px 0;
	margin: 0;
	font-size: 18px;
	color: #445667;
}

a {
	text-decoration: none;
	color: #445667;
	font-weight: bold;
}

a:hover {
	color: #fff;
	text-decoration: underline;
}

#container {
    width:895px;
    margin: 0 auto;
}

#page {
}

#topbanner{
	height: 120px;
}

#logo a {
display: block;
float: left;
background: url(images/LOGOdollhouse.gif) 0 0 no-repeat;
height: 120px;						
width: 460px;
text-indent: -9000px;					
overflow: hidden;					
}

#contact {
	float: right;
	text-align:right;
	color: #445667;
	font-size: 12px;
	font-weight: bold;
	margin-top: 75px;
}

#photoarea {
	background-color: #71b9c5;
	width: 895px;
	height: 220px;
}

.photo {
 	float: left;
	margin: 10px 0 0 10px;
	padding: 0;
	background-color: #fff;
}

#menuarea {
	width: 895px;
	height: 46px;
	background-color: #71b9c5;
}

#menu {
	margin: 0;
	padding: 10px;
	list-style: none;
	background-color: #71b9c5;
}

#menu li {
	float: left;
	padding: 0;
	margin: 0;

}

#menu a {
	display: block;
	text-indent: -9000px;
	overflow: hidden;
	height: 26px;
	padding: 0;
	margin: 0;
}

#menu_home a {
	background: url(images/BUThome.gif) 0 0 no-repeat;
	width:54px;
}	
#menu_accom a {
	background: url(images/BUTaccom.gif) 0 0 no-repeat;
	width:153px;
}
#menu_tariff a {
	background: url(images/BUTtariff.gif) 0 0 no-repeat;
	width:153px;
}
#menu_fowey a {
	background: url(images/BUTfowey.gif) 0 0 no-repeat;
	width:117px;
}
#menu_contact a {
	background: url(images/BUTcontact.gif) 0 0 no-repeat;
	width:196px;
}

.menu_divider {
	background: url(images/menudivider.gif) 0 0 no-repeat;
	width:26px;
	height:26px;
}

#menu_home a:hover, #menu_home.selected a {
	background-position: 0 -26px;
}
#menu_accom a:hover, #menu_accom.selected a {
	background-position: 0 -26px;
}
#menu_tariff a:hover, #menu_tariff.selected a {
	background-position: 0 -26px;
}
#menu_fowey a:hover, #menu_fowey.selected a {
	background-position: 0 -26px;
}
#menu_contact a:hover, #menu_contact.selected a {
	background-position: 0 -26px;
}

/*side menu*/

#sidemenu {
	margin: 0;
	padding: 0 0 10px 0;
	list-style: none;
	background-color: #71b9c5;
}

#sidemenu li {
	padding: 0 0 0 10px;
	margin: 0;

}

#sidemenu a {
	display: block;
	text-indent: -9000px;
	overflow: hidden;
	height: 26px;
	padding: 0;
	margin: 0;
}

#sidemenu_attractions a {
	background: url(images/BUTattractions.gif) 0 0 no-repeat;
	width:177px;
}
#sidemenu_events a {
	background: url(images/BUTevents.gif) 0 0 no-repeat;
	width:146px;
}	
#sidemenu_eat a {
	background: url(images/BUTeat.gif) 0 0 no-repeat;
	width:146px;
}	
#sidemenu_attractions a:hover, #sidemenu_attractions.selected a {
	background-position: 0 -26px;
}
#sidemenu_events a:hover, #sidemenu_events.selected a {
	background-position: 0 -26px;
}
#sidemenu_eat a:hover, #sidemenu_eat.selected a {
	background-position: 0 -26px;
}



#mainarea {
 background: url(images/BKGD.gif) repeat-y;
 width: 895px;
 margin: 10px 0 0 0;
}

#leftcol {
	float:left;
	margin: 0 10px 0 0;
}

#rightcol{
	float:left;
	margin: 0 0 0 0;
	width: 600px;
	background-color: #71b9c5;
}

.content {
	padding: 20px;
}

.largebold {
	font-size: 14px;
}

.events {
padding: 0 0 10px 0;
margin: 0 0 10px 0;
border-bottom: 1px solid white;
}

#footer {
	clear:both;
	padding: 10px 0 0 0;
}