/*Blooms Cottage CSS Document */

#container {
	width:800px;
	height:600px;
	background:url(images/bg.jpg) no-repeat;
	border:double #669933;
	}
	
#containerf {
	width:800px;
	height:650px;
	background:url(images/bg3.jpg) no-repeat;
	border:double #669933;
	}	
	
#top {
	height:75px;
	margin:20px;
	background:url(images/title.gif) no-repeat;
	}
	
#content {
	float:left;
	width:700px;
	height:450px;
	margin-left:20px;
	}
	
#contentl {
	float:left;
	width:500px;
	height:500px;
	margin-left:20px;
	}
	
#contentb {
	float:left;
	width:450px;
	height:450px;
	margin-left:20px;
	}
	
#contentr {
	float:right;
	width:275px;
	height:450px;
	padding-right:15px;
	}
	
#contentpic {
	float:right;
	width:225px;
	height:450px;
	padding-right:25px;
	}
	
#footer {
	clear:both;
	float:right;
	}
	
#menu {
	clear:both;
	float:left;
	width:760px;
	height:25px;
	margin-left:20px;
	}
	
.h1 {
	font-family:century gothic, georgia, verdana, arial;
	font-size:14px;
	letter-spacing:.2em;
	color:#FF3333;
	}
	
.p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	letter-spacing:.1em;
	color:#336666;
	}
	
.f {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	letter-spacing:.1em;
	color:#336666;
	border-style:solid;
	border-width:thin;
	border-color:#cce6ff;
	background-color:#FFFFFF;
	padding:5px;
	}

.p2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#CCCCCC;
	}
	