body {
	background-color: #142F2A;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	margin: 4px;
	text-align: center;
	margin-top: 36px;
	background-position: left;

}

.pictou #container {
	width: 801px;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	background: #F4E19C;
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	height:auto;
	min-height:800px;
	text-align: center; /* this overrides the text-align: center on the body element. */
} 

.pictou #maincontent {
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 18%;
	background: #FFFFFF;
	background-repeat: no-repeat;
	padding-left:10px;
	padding-top:25px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;
} 

.admin img 
{
    border:0;
}



.menubar 
{  
  	float: left; /* top and bottom padding create visual space within this div  */
	padding-top: 25px;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 0;
	height:auto;
	min-height:560px;
	text-decoration:none;  
	width:143px;
	background-image:url('images/template1_22.jpg');
}

.menubar p {
	margin-left: 14px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
	font-size:medium;
	text-align:left;
}
.menubar a:link {
	color: #000000;
	
}
.menubar a:visited {
	color: #000000;
	
}
.menubar a:hover {
	color: #FF452B;
	text-decoration: none;
}
.menubar a:active {
	color: #FF452B;
	text-decoration: none;
}

.pictou #gb_comments
{
  /*  margin: 0 0em 0 12em; /* the right margin can be given in ems or pixels. It creates the space down the right side of the page. */
    text-align: left;
	padding: 5px 5px;
}

.listText
{
    font-size:small;
    text-align:left;
}

.weather_1
{
    font-size:small;
    text-align:left;
}

.weather_2
{
    font-size:small;
    text-align:left;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


.biz_title{
      font-size: 18px;
	color: #000000;
	margin: 10px;
	padding: 0px;
	text-align:center;
}

.biz_listing_detail{
    font-size: 11px;
	color: #000000;
	margin: 10px;
	padding: 0px;
	text-align:left;
}