@charset "utf-8";
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Georgia, Tahoma;
	font-size: 12px;
	color: #990000;
	background-color: #FFFF99;
	background-image: url(../assets/images/header_bg.jpg);
}
#main_content p {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-right: 10px;
	padding-left: 10px;
	line-height: 20px;
}
#main_content h1 {
	font-family: Georgia, Tahoma;
	font-size: 16px;
	padding-left: 5px;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}


p {
}
h1 {
	margin: 0px;
	font-size: 16px;
}
h2 {
	margin: 0px;
	font-size: 14px;
}
#header {
	height: 125px;
	width: 800px;
	background-attachment: scroll;
	background-image: url(../assets/pics/logo.jpg);
	background-repeat: no-repeat;
	background-position: center;
	text-indent: -9999px;
}
h3 {
	margin: 0px;
}

.bevelmenu{
	font: bold 13px arial;
	padding: 6px 0;
	margin: 0;
	width: 100%;
	text-align: left; /*set value to "right" for example to align menu to the right of page*/
	text-indent: 4px;
	background-color: #F4DF95;
	border-bottom-width: 2px;
	border-bottom-style: ridge;
	border-bottom-color: #FFFF00;
	border-top-width: 2px;
	border-top-style: ridge;
	border-top-color: #FFFF00;
}

.bevelmenu li{
list-style: none;
display: inline;
}

.bevelmenu li a{
	padding: 3px 0.5em;
	text-decoration: none;
	color: #990000;
	background-color: #F4DF95;
	border: 2px solid #FFF2BF;
}

.bevelmenu li a:hover{
	color: #FF0000;
	background-color: #FFE271;
	border-style: outset;
}

html>body .bevelmenu li a:active{ /* Apply mousedown effect only to NON IE browsers */
border-style: inset;
}
#strath {
	border: 2px groove #CCCCCC;
	margin-right: 10px;
	margin-left: 20px;
}
#bedroom {
	border: 2px groove #CCCCCC;
	margin-right: 10px;
	margin-top: 6px;
}
#Image1 {
	margin-left: 10px;
	border: 2px groove #CCCCCC;
}
#main #main_content u {
	cursor: pointer;
}

.img {
	border: 2px groove #CCCCCC;
}
.strath {
	border: 2px groove #CCCCCC;
	margin-right: 10px;
	margin-left: 30px;
}
#main {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #999999;
}
#breakfast {
	width: 600px;
	margin-left: 10px;
	margin-top: 10px;
}
#thankyou {
	width: 400px;
	margin-top: 100px;
	margin-right: auto;
	margin-bottom: 100px;
	margin-left: auto;
	text-align: center;
	font-family: Georgia, Tahoma;
	font-size: 14px;
}
#address {
	text-align: center;
}
#address p {
	margin: 2px;
	font-weight: bold;
}
#stars {
	padding-left: 10px;
}

