@charset "utf-8";
body  {
	font-family: Arial, Helvetica, sans-serif;
	background-image:url(perth-florist-bg.jpg);
	background-repeat:repeat-x;
	margin: 0;
	padding: 0;
	text-align: center; 
	color:#333;
}

p {font-size:12px;}
h1 {font-size:15px;}
h2 {font-size:13px;}
img {border:0;}

#container { 
	width: 778px; 
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
} 
#header { 
	background-image:url(annies_header.jpg);
	background-repeat:no-repeat;
	height:150px;
}
#menu {
	height:26px;
	background-image:url(annies_menu_bg.jpg);
	background-repeat:no-repeat;
	padding:0 0 0 1px;
	position:relative;
	z-index:2;
}

#contentBorder {
	border-bottom:solid 1px #7e5698;
	border-left:solid 1px #7e5698;
	border-right:solid 1px #7e5698;
}
#imagebar {
	background-color:#f2fffe;
	margin:0;
	padding:5px 0 0 0;
}
#sidebar {
	float: left; 
	width: 220px;
	padding:10px;
}

#mainContent { 
	margin: 0 10px 0 10px; 
	padding: 0 10px; 
}

#mainContent p, #mainContent h1 {
	margin:0;
	padding:10px 0 0;
}

#subContent { 
	margin: 0 10px 0 10px; 
	padding: 0 10px; 
}

#weddingSpecial {
	padding:5px;
	border:1px solid #7ef6f0;
	background-color:#f2fffe;
}

#weddingSpecial h1 {
	font-size:18px;
	color:#006600;
}

#weddingSpecial h2 {
	font-size:15px;
	color:#006600;
}

#weddingSpecial p {
	font-size:14px;
	color:#333333;
}
#footer { 
	padding: 0 10px 0 20px;
	text-align:right;
} 
#footer p a {
	margin: 0; 
	padding: 10px 0;
	font-size:9px;
	color:#7ef6f0;
	text-decoration:none;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.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;
}