@charset "UTF-8";
/* CSS Document */

.container-pad {
	padding: 0 25px;
}
#footer {
	background-color: #F2E7ED;
	padding: 20px;
	text-align: center;
	color: #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	display: block;
}
#header {
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	height: 100px;
	position: relative;
	width: 900px;
}
#navigation {
	height: 40px;
	padding-left: 15px;
	padding-right: 15px;
	overflow: hidden;
}
#flower {
	background-image: url(../images/flower.png);
	height: 115px;
	width: 200px;
	background-repeat: no-repeat;
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 100;
	background-position: right top;
}
#footer a:link, #footer a:visited {
	color: #999999;
	text-decoration: none;
}
#footer a:hover, #footer a:active {
	color: #999999;
	text-decoration: underline;
}
