@charset "utf-8";

html,body  {
	font: 1.0em sans-serif, Arial, Helvetica;
	color: #000000;
	background: #ffffdb;
	margin: 0; 
	padding: 0;
	height: 100%;
	
}
#wrapper {
	position: relative;
	width: 100% auto;
	padding: 0;
	margin: 0;
	min-height: 100%;
	
}
#header {
	height: 75px;
	background: #890005 url(images/logo_tandjowen.gif) no-repeat;
}
#middle {
	height: 75px;
	background: url(images/logo_flowers_for_all_occasions.gif) no-repeat center; 
	
}
#right {
	float: right;
	width: 150px;
	height: 97px;
	margin-top: 5px;
	margin-right: 0.5%;
	background: url(images/shopflorist2.png) no-repeat;
	padding-top: 100px;
}
#main {
	margin-left: 20%;
	
}
#content {
	position: absolute;
	top: 160px;
	width: 65%;
	display: inline;
	left: 8%px;
	float:left;
    text-align: center;
	
}
#content ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#content li {
	display: inline-block;
	margin: 0;
	padding: 5px;
}
#nav ul {
	position: absolute;
	top: 200px;
	left: 1%;
	width: 180px;
	border-right: #890005 1px dotted;
	font: 0.75em Arial, Helvetica, sans-serif;
	color: #890005;
	font-weight: bold;
	margin: 0;
	padding: 20px 0 20px 5px;
	list-style-type: none;
	line-height: 2;
}
#nav li a {
	display: block;
	text-decoration: none;
	color: #890005;
	 
}
#nav li a:hover {
	color: #000; 

}
#footer {
	position: absolute;
	clear: both;
	border-top: #890005 1px dotted;
	padding: 5px 0 5px 0;
	text-align: center;
	font-size: 11px;
	color: #948C7E;
	bottom: 0;
	width: 100%;
	height: 10px;
	font: 0.6em sans-serif, Arial, Helvetica;
}
p {
	font: 0.7em sans-serif, Arial, Helvetica;
	color: #890005;
	
}
.text {
	font: 0.7em sans-serif, Arial, Helvetica;
	color: #890005;
	margin: 0;
}
.border {
	border: 1px solid #890005;
}
.interflora {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.flex {
	margin-top: 5px;
}
.con {
	margin: 50px 0 0 0;
	padding: 0;
}

