* {
	margin: 0;
	padding: 0;
}

body {
	color: #000000;
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 0px;
}

p {
	font-size: 12px;
	line-height: 150%;
	margin-bottom: 15px;
}

a { color: #540000; text-decoration: none; }
a:hover, a:active { text-decoration: underline; }
a img { border:0px; }

h1 { font-size: 3.0em; margin-bottom: 0.8em; }
h2 { font-size: 1.5em; text-transform: uppercase; margin-bottom: 0.8em; }

.clear { clear: both; }

div#page-wrap {
	background-color:#FFF;
	width: 947px;
	margin: 0px auto;
}

div#header {
	display: block;
	height: 211px;
}	
	div#header div#header-left-col {
		float: left;
		width: 569px;
	}
	div#header div#header-right-col {
		float: left;
		width: 378px;
	}

div#navbar {
	background-image: url(http://www.businesswithblooms.com.au/designimgs/navbarbg.png);
	background-repeat:no-repeat;
	display: block;
	height: 45px;
	padding-top:20px;
	padding-right:20px;
	padding-bottom:27px;
	/*padding:20px 20px 27px 359px;*/
	text-align: right;
	width: 927px;
}

div#main-content {
}
	div#main-content div#left-col {
		float: left;
		width: 214px;
	}
	div#main-content div#right-col {
		float: left;
		margin: 2px 10px 10px 10px;
		width: 713px;
	}

div#footer-wrap {
	width: 947px;
	margin: 5px auto;
}

	div#footer {
		float: right;
		height: 10px;
		margin-right: 12px;
}

.sbfbform, .sbfblink, .sbfbinteger, .sbfbnumeric, .sbfbemail, .sbfbmemo, .sbfbcheckbox, .sbfbradio, .sbfbcombo, .sbfblabel, .sbfbtext {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px;
	color: #000000;
	text-align: left;
}

.sbfbbutton {
    /* Control Form Builder driven form buttons, eg: 
	background-color: #FC5218; */ 
}

