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

body {
	background-color: #7E3F1A;
	background-image: url(../images/brown_background.gif);
	background-repeat: no-repeat;
}
a:hover, a:active {
	color: #AE8367;
}
#continuedcolor {
	background-color: #462009;
	position: absolute;
	width: 315px;
	height: 100%;
	top: 25px;
	z-index: 3;
	left: 618px;
}
#swirlleft {
	background-image: url(../images/brownswirlleft2.png);
	background-repeat: repeat-y;
}
#swirlright {
	background-image: url(../images/swiggles/chocolateswirlright.png);
	background-repeat: repeat-y;
}
#swirlmiddle {
	background-color: #472006;
}
#bar {
	height: 150px;
	width: 100%;
	background-image: url(../images/pinkbar.png);
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFF;
	border-bottom-color: #FFF;
	position: absolute;
	top: 375px;
	z-index: 2;
	left: 0px;
}
