﻿/*--Mason Ridge Bed & Breakfast CSS--*/

body{
	background-color:#4d5b33;
	margin:0 0 0 0;
}

#container{
	width: 970px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
}
#header{
	height:266px;
	background-image:url('images/B&B/header.jpg');
	background-repeat:no-repeat;
	margin-left:5px;

}
#middle{
	height:auto;
	background-image:url('images/B&B/middle.jpg');
	background-repeat:repeat-y;
	margin-left:5px;
	
}
#content{
	padding-top:20px;
	margin-left:45px;
	margin-right:40px;
	height:auto;
	font-family:"Trebuchet MS", Tahoma, Helvetica, sans-serif;
	font-size:medium;
	color:#620422;
}
#leftcol{
	width:225px;
	text-align:center;
	float:left;
}

#footercontainer{
	width:970px;
	height:78px;
	margin-left:auto;
	margin-right:auto;
	
}
#footer{
	height:77px;
	background-image:url('images/B&B/footer.jpg');
	background-repeat:no-repeat;
	margin-left:5px;

}
#legal{
	text-align: center;
	font-family: "Trebuchet MS", Tahoma, Helvetica, sans-serif;
	font-size: small;
	color: #364024;
}
#legal a{
	color:#4d5b33;
	text-decoration:none;
}
#legal a:hover{
	color:#640623;
	text-decoration:underline;
}
#content p{
	margin-left:250px;
	font-family: "Trebuchet MS", Tahoma, Helvetica, sans-serif;
	font-size: medium;
	text-align: justify;
	color: #620422;
}
a {
	color:#620422;
	font-size:small;
	text-decoration:none;
}
a:hover{
	color:#4d5b33;
	text-decoration:underline;
}
p{
	font-family: "Trebuchet MS", Tahoma, Helvetica, sans-serif;
	font-size: small;
	color: #620422;
	text-align: justify;
}
#content h5{
	margin-left:250px;
	font-family:"Trebuchet MS", Tahoma, Helvetica, sans-serif;
	font-weight:bold;
	text-align:center;
	font-size:large;
	margin-bottom:2px;
	
}
#content li{
	margin-left:50px;
}
img{
	border:0px;
	margin-right:10px;
}
