@charset "UTF-8";
/* CSS Document Penelopefiberarts.com 
This CSS makes a centered webpage*/

#wrapper {
	border: 1px solid #999;
	height: 1400px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	width: 1000px;
	background-color: #FFF;
}
#banner  {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	position: relative;
	height: 202px;
	width: 1000px;
	background-image: url(../media/boomerguidebanner.jpg);
}
#navtop  {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	height: 20px;
	width: 1000px;
	position: relative;
}
#navmain {
	height: 50px;
	width: 500px;
	position: absolute;
	top: 150px;
	left: 273px;
}
#name {
	height: 150px;
	width: 800px;
	position: absolute;
	left: 200px;
	top: 0px;
}
#name img {
	float: right;
	margin: 5px;
}
#breadcrumbs  {
	height: 30px;
	width: 1000px;
	position: relative;
}
#breadcrumbs ul li {
	display: inline;
}
#breadcrumbs ul li h2 {
	display: inline;
	margin: 10px;
}
.pagename {
	color: #60C;
}
#columnleft {
	width: 245px;
	position: absolute;
	left: 0px;
	top: 260px;
	height: 749px;
}
#columnleft img {
	float: right;
	margin: 10px;
}
#pagecontent  {
	height: auto;
	width: 753px;
	position: absolute;
	left: 250px;
	top: 261px;
}
#pagecontent ul li {
	display: inline;
}
#pagecontent ul li img {
	margin: 5px;
	display: inline;
}
#columnright  {
	position: absolute;
	width: 230px;
	top: 14px;
	left: 511px;
}
#columncenter   {
	width: 500px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999;
	position: absolute;
	left: 4px;
	top: 6px;
}
#products {
	list-style-type: none;
}
#columncenter img {
	margin: 5px;
}
#products ul {
	list-style-type: none;
}
#products ul li {
	display: inline;
}
#footer  {
	position: absolute;
	height: 100px;
	top: 1400px;
	width: 1000px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #2E2941;
	border-right-color: #2E2941;
	border-bottom-color: #2E2941;
	border-left-color: #2E2941;
	background-color: #FFF;
	}
#logo {
	height: 195px;
	width: 131px;
	position: absolute;
	left: 20px;
	top: 0px;
}
.imgleft {
	position: absolute;
	top: 0px;
	right: 203px;
}
.imgmargin {
	display: inline;
	margin-top: 30px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
body {
	background-image: url(../media/verticalbkg.jpg);
	background-repeat: repeat;
}
