@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	background-color: #D1e6f1;
	background-image: url(background.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 130%;
}
#outer {
	height: auto;
	width: 810px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(title.gif);
	background-repeat: no-repeat;
	background-position: right 10px;
	margin-top: 10px;
}
#innerBody {
	height: auto;
	width: 810px;
	background-color: #FFFFFF;
}
#navouter {
	height: 43px;
	width: 810px;
	padding-top: 11px;
}
#nav {
	font-size: 24px;
	line-height: 43px;
	color: #000066;
	background-image: url(butons.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 43px;
	width: 178px;
	padding-right: 1px;
	padding-left: 1px;
	text-align: center;
	float: left;
}

#logo {
	float: right;
	height: 225px;
	width: 400px;
	margin-top: 10px;
}
.left {
	float: left;
}
#nav a:link {
	font-size: 24px;
	line-height: 43px;
	color: #288CC5;
	background-image: url(butons.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 43px;
	width: 178px;
	padding-right: 1px;
	padding-left: 1px;
	text-align: center;
	float: left;
	text-decoration: none;
}
#nav a:visited {
	color: #288CC5;
	text-decoration: none;
}
#nav a:hover {
	color: #000066;
	text-decoration: none;
}
.backgroundproducts {
	background-image: url(flower_front.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.border {
	border: 1px solid #0066FF;
}
