/* Lorelei CSS Document */

body {
	background-image: url(images/centerbg.gif);
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	z-index: 0;
	background-color: #fdeed9;
	color: #600;
	
}

#header {
	position: absolute; top: 30px; left: 100px;
	z-index: 2;
}

#wrapper {
	padding: 0;
}

#main {
	position: relative;
}

a {
	color: #600;
	text-decoration: none;
}

#left {
	width: 200px;
	background-image: url(images/fancybg.gif);
	min-height: 700px;
	position: absolute; top: 0; left: 0;
}

#innerleft {
	background: url(images/wine.gif) top left no-repeat;

	position: absolute; top: 10px; left: 0;
}

#nav {
	margin: 150px 0 0 0;
}

#nav li {
	list-style-image: url(images/bullet2.gif);
	font-size: 16px;
	font-weight: bold;
	line-height: 2em;
}

#chocobar {
	position: absolute; top:567px; left: 0;
	z-index: 3;
}

#cart {
	position: absolute; top:550px; left: 0;
	z-index: 4;
}

#right {
	width: 200px;
	background-image: url(images/fancybg.gif);
	min-height: 700px;
	position: absolute; top: 0; right: 0;
}

#twocandies {
	margin: 20px auto;
}

#candytray {
	background-image:url(images/candytray.gif);
	background-repeat: no-repeat;
	width: 130px;
	height: 180px;
	margin: 20px auto;
}

#candytray img {
	margin: 25px auto;
}

#straw {
	background-image:url(images/chocostraw.gif);
	background-repeat: no-repeat;
	width: 130px;
	height: 250px;
	margin: 20px auto;
}

#straw img{
	margin: 125px auto 0 auto;
}


#content {
	background: url(images/welcomecurl.gif) top left no-repeat;
	min-height: 250px;
	margin-right: 225px;
	margin-left: 225px;
	padding: 225px 0 0 0;

}

#ptext {
	position: relative;
	z-index: 5;
	background-color:#fdeed9;
	padding: 5px;
}

#search {
	margin: 5px 0 0 25px
}

#center {
	text-align: center;	
	margin: 0 auto;
}

#footer {
	clear: both;
	text-align: center;
	font-size: 80%;
}

