/* Clarington Country Bed & Breakfasts */

html {
	margin:0px;
	padding:0px;
}

body { 
	font:11px/16px verdana; 
	color:#000000; 
	background-image:url(images/gfx_pagebackground.gif);
	background-position:center;
	background-repeat:repeat-y;
	background-color:#ffffff;
	margin:0px; 
	padding:0px;
	min-height:100%;
	text-align:center;
}

a:link { 
	font-weight:normal; 
	text-decoration:underline; 
	color:#cc0000;
}

a:visited { 
	font-weight:normal; 
	text-decoration:underline; 
	color:#cc0000;
}

a:hover, a:active { 
	text-decoration:none; 
	color:#cc0000;
}
img {border:none;}

p { 
	margin-top:0px;
}

h1 { 
	font:bold 12px verdana;
	margin-bottom:10px;
	color:#056839;
}

h2 { 
	font:bold 11px verdana;
	margin-bottom:0px;
	color:#000000;
}

/* Page Structure */

.mcontainer {
	width:986px;
	margin:auto;
}

.main_banner {
	width:986px;
	height:300px;
	background-image:url(images/gfx_banner.jpg);
	background-position:top;
	background-repeat:no-repeat;
}

.spacer {
	width:986px;
	height:265px;
}

.main_nav {
	width: 936px;
	height:35px;
	color:#ffffff;
	font-size:14px;
	text-align:left;
	padding-left:50px;
}

.content {
	width:986px;
}

.footer {
	width: 986px;
	text-align: center;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #eeeeee;
	
}

/* Main Navigation */

.main_nav a:link {
	font-weight:normal; 
	font:14px/35px arial;
	text-decoration:none; 
	color:#ffffff;
}

.main_nav a:visited { 
	font-weight:normal; 
	font:14px/35px arial;
	text-decoration:none; 
	color:#ffffff;
}

.main_nav a:hover, a:active { 
	font-weight:normal; 
	font:14px/35px arial;
	text-decoration:underline; 
	color:#fffffff;
}

/* Page Content */

.slogan {
	width:718px;
	font:16px/60px verdana; 
	color:#921a2e;
	text-align:center;
}

.text {
	width:598px;
	padding: 0 60px 20px 60px;
}

.bb_tbl {
	font:10px/14px verdana; 
	color:#000000;
}

.bb_tbl a:link { 
	font:10px/14px verdana; 
	font-weight:normal; 
	text-decoration:underline; 
	color:#cc0000;
}

.bb_tbl a:visited { 
	font:10px/14px verdana; 
	font-weight:normal; 
	text-decoration:underline; 
	color:#cc0000;
}

.bb_tbl a:hover, a:active { 
	font:10px/14px verdana; 
	text-decoration:none; 
	color:#cc0000;
}

.bb_callout
{
	float:left;
	width:600px;
	/*height:240px;
	padding:10px;*/
	background:url(images/sucess-Stories_box_bg.png) bottom repeat-x;
	border:1px solid #999999;
	margin-bottom:15px;
	padding-bottom:20px;
	
	
	
}