@charset "utf-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
	background-color: #3d0526;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;

}
a{
	text-decoration:none;
	color:#FFB1F5
}
a:hover{
	text-decoration:none;
	color:#FFFFFF
}
.outline #contenttext {
	height: 389px;
	width: 650px;
}

.outline {
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
}
.outline   #container {
	width: 80%;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left;
} 
.outline #header {
	background-image: url(../images/bg1.png);
	background-repeat: repeat-x;
	width: 100%;
	left: 0px;
	top: 0px;
	right: 0px;
	height: 202px;
	position: absolute;
}
.outline #footer {
	background-image: url(../images/bg2.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	width: 100%;
	bottom: 0px;
	height: 186px;
	left: 0px;
	right: 0px;
	position: absolute;
}
.outline #centerbar {
	background-color: #fabef3;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #b45faa;
	border-bottom-color: #b45faa;
	position: absolute;
	top: 150px;
	bottom: 100px;
	width: 100%;
	left: 0px;
	right: 0px;
	background-image: url(../images/bg3.png);
}
.outline #floral {
	background-image: url(../images/floral.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 100%;
	left: 0px;
	top: 150px;
	bottom: 100px;
	position:absolute
}
.outline #content {
	width: 830px;
	position: absolute;
	top: 100px;
	left: 285px;
}
.outline #logo {
	height: 164px;
	width: 635px;
	left: 0px;
	top: 0px;
	position: absolute;
}
.outline  #contenttext {
	width: 560px;
	position: absolute;
	top: 133px;
	left: 407px;
}
.outline  #menu {
	width: 573px;
	position: absolute;
	top: 50px;
	left: 423px;
	height: 47px;
}
