body  
{
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #903;
}
image
{
	border:0px;
	
}
.image-flow-left
{
	float: left;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;	
}
.image-flow-right
{
	float: right;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
	
}
#container-outer
{
	width: 100%;
	background:#990033;
	position: relative;
	background-color: #990033;
	height: auto;
	margin: 0px;
}
#container-inner
{
	height: auto;
	position: relative;
	margin-right: 25px;
	margin-bottom: 15px;
	margin-left: 25px;
	top: 15px;
}
#banner-pane
{
	width: auto;
	height: 70px;
	position: relative;
	background-image: url(../images/banners/braveheartguesthouse.jpg);
	background-repeat: no-repeat;
	background-color: #990033;
}
#slogan
{
	width: 180px;
	height: 70px;
	float:left;
	background-color: #990033;
	position: relative;
	background-image: url(../images/banners/braveheartguesthouse.jpg);
	background-repeat: no-repeat;
	background-position: 5px center;
}
#flag
{
	float: right;
	height: 70px;
	width: 68px;
	position: relative;
}
#menu-top
{
	clear: both;
	height: auto;
	position: relative;
}
#main-content
{
	background-color: #039;
	position: relative;
	height: auto;
	clear: both;
}
#left-pane
{
	position: relative;
	width: 186px;
	float: left;
}
#greetings
{
	height: 25px;
	width: 176px;
	position: relative;
	background-image: url(../images/circles/35x35.jpg);
	background-repeat: no-repeat;
	background-position: left -35px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: capitalize;
	color: #FFF;
	text-align: left;
	padding-top: 10px;
	padding-left: 10px;
}
#left-pane-content
{
	height: auto;
	width: 176px;
	position: relative;
	margin-left: 10px;
	margin-top: 15px;
}
#right-pane
{
	margin-left: 196px;
	position: relative;
	height: auto;
	width: auto;
	background-color: #FFF;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-top: 0px;
	top: 10px;
}
#scrolling-message
{
	height: 25px;
	width: auto;
	background-image: url(../images/circles/35x35.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	position:relative;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	text-align: right;
}
#page-title
{
	height: 28px;
	position:relative;
	background-image: url(../images/bgs/page_title_bg.jpg);
	background-repeat: no-repeat;
	background-position: 15px 25px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: capitalize;
	color: #990033;
	padding-left: 15px;
	text-align: left;
	padding-top: 2px;
}
#page-content
{
	height:auto;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 20px;
	padding-left: 15px;
	position: relative;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-align: justify;
	width: auto;
}
#footer-pane
{
	clear: both;
	position: relative;
	background-color: #003399;
	height: auto;
}
#footer-bottom
{
	height: 25px;
	position: relative;
	clear: both;
	background-color: #003399;
}
.diameter35-left
{
	background-image: url(../images/circles/35x35.jpg);
	background-repeat: no-repeat;
	background-position: left -80px;
	float: left;
	height: 25px;
	width: 35px;
	position: relative;
}
.diameter35-right
{
	background-image: url(../images/circles/35x35.jpg);
	background-repeat: no-repeat;
	background-position: right -150px;
	float: right;
	height: 25px;
	width: 35px;
	position: relative;
}
#designer-copyright
{
	height: 30px;
	position: relative;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: capitalize;
	color: #FFF;
	clear: both;
	margin-top: 0;
	margin-right: 25px;
	margin-bottom: 0;
	margin-left: 25px;
	background-color: #903;
}
#copyright
{
	float: left;
	height: 25px;
	width: auto;
	position: relative;
	padding-top: 10px;
	padding-left: 60px;
}
#web-designer
{
	float: right;
	height: 25px;
	width: auto;
	position: relative;
	padding-top: 10px;
	padding-right: 60px;
}
#map
{
	margin: auto;
	position: relative;
	height: auto;
	width:auto;
}

