/* CSS Document - What Katy Did */

body {
	background-color: #88857b;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 11px;
	line-height: 14px;
	color: #8f8470;
	padding: 0;
	margin: 0;
}

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

a {
	color: #8F8470;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #635f57;
	text-decoration: underline;
}

#container { /* Centres content on screen */
	margin: 30px auto;
	width: 1100px;
	background:  url(images/Background.png) 0 0 no-repeat;
}

#container2 { /* Centres content on screen */
	margin: 30px auto;
	width: 1100px;
	background:  url(images/Background2.png) 0 0 no-repeat;
}

#container4 { /* Centres content on screen */
	margin: 30px auto;
	width: 1100px;
	background:  url(images/Background4.png) 0 0 no-repeat;
}

#container5 { /* Centres content on screen */
	margin: 30px auto;
	width: 1100px;
	background:  url(images/Background5.png) 0 0 no-repeat;
}

#page {
	width: 1100px;
	height: 848px;
}

#page2 {
	width: 1000px;
	height: 1000px;
}

#page3 {
	width: 1000px;
	height: 1440px;
}

#emptybox {
	display: block;
	height: 135px;
	width: 800px;
}

#content {
	padding-left: 165px;
	height: 665px;
}

#content2 {
	padding-left: 165px;
	height: 765px;
}

#content3 {
	padding-left: 165px;
	height: 917px;
}

.images {
	clear: both;
	margin-top: 50px;
}

.info {
	float: left;
	width: 350px;
	margin-right: 20px;
	margin-left: 20px;
}

.gallery {
	float: left;
	width: 700px;
	margin-right: 20px;
	margin-left: 20px;
}

.gal_image {
	float:left;
	margin-right: 10px;
	margin-bottom: 14px;
}

.gal_image2 {
	float:left;
	margin-right: 0;
	margin-bottom: 14px;
}

.board_image {
	float:left;
	margin-bottom: 14px;
}

.pagetitle {
	clear: both;
	width: 750px;
	margin-left: 20px;
	margin-top: 50px;
}

/* MAIN MENU */

#menu {
	margin: 0 0 0 20px;
	padding: 0;
	list-style: none;
}
#menu li {
	float: left;
	margin: 0 5px;
	padding: 0;
}

.selected a {
	color: #635f57;
}

/* SUB MENU */

#submenu {
	margin: 0 0 0 0;
	padding: 0;
	list-style: none;
}
#submenu li {
	float: left;
	margin: 0;
	padding: 0;
}
#submenu a {
	height: 36px;
	display: block;
	text-indent: -9000px;
	overflow: hidden;
}


#submenu_examples a {
	background:  url(images/BUTexamples.gif) 0 0 no-repeat;
	width: 182px;
}

#submenu_examples a:hover {
	background-position: 0 -36px;
}

#submenu_tariff a {
	background:  url(images/BUTtariff.gif) 0 0 no-repeat;
	width: 112px;
}

#submenu_tariff a:hover {
	background-position: 0 -36px;
}

#submenu_events a {
	background:  url(images/BUTevents.gif) 0 0 no-repeat;
	width: 198px;
}

#submenu_events a:hover {
	background-position: 0 -36px;
}

#submenu_back a {
	background:  url(images/BUTback.gif) 0 0 no-repeat;
	width: 112px;
}

#submenu_back a:hover {
	background-position: 0 -36px;
}



/* HOME MENU */

#menu2 {
	margin: 0 0 0 0;
	padding: 0;
	list-style: none;
}
#menu2 li {
	float: left;
	margin: 0;
	padding: 0;
}

#menu2 a {
	height: 50px;
	width: 250px;
	display: block;
	text-indent: -9000px;
	overflow: hidden;
}


/* Use the background-image property to specify the graphic we want
 * to display for each menu item.
 */

#menu_interior2 a {
	background:  url(images/BUTinterior.gif) 0 0 no-repeat;
}
#menu_shop2 a {
	background:  url(images/BUTclothing2.gif) 0 0 no-repeat;
}
#menu_events2 a {
	background:  url(images/BUTevents2.gif) 0 0 no-repeat;
}


/* By defining the :hover property for the links, we can create
 * rollovers, without one line of javascript.
 */

#menu_interior2 a:hover, #menu_interior2.selected a {
	background-position: 0 -50px;
}
#menu_shop2 a:hover, #menu_shop2.selected a {
	background-position: 0 -50px;
}
#menu_events2 a:hover, #menu_events2.selected a {
	background-position: 0 -50px;
}

.hometext {
	float: left;
	clear: both;
	padding: 30px 100px 50px 50px;
	
}	

/* FOOTER */

#footer {
	clear: both;
	color: #ffffff;
}

#footer a {
	color: #ffffff;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
