/* about.html Page Container */
#containerAbout {
	height: 620px;
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	min-height: 100%;
	position: relative;
	z-index: 0;
	top: 0px;
}
/* catalog.html Page Container */
#containerCatalog {
	height: 760px;
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	min-height: 100%;
	position: relative;
	z-index: 0;
	top: 0px;
}
/* contact.html Page Container */
#containerContact {
	height: 770px;
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	min-height: 100%;
	position: relative;
	z-index: 0;
	top: 0px;
}
/* espanol.html Page Container */
#containerEspanol {

	height: 1020px;
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	min-height: 100%;
	position: relative;
	z-index: 0;
	top: 0px;
}
/* faqs.html Page Container */
#containerFAQs {
	height: 3340px;
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	min-height: 100%;
	position: relative;
	z-index: 0;
	top: 0px;
}
/* index.html Page Container */
#containerIndex {
	height: 605px;
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	min-height: 100%;
	position: relative;
	z-index: 0;
	top: 0px;
}
/* magicwand.html Page Container */
#containerMagicwand {
	height: 1300px;
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	min-height: 100%;
	position: relative;
	z-index: 0;
	top: 0px;
}
/* privsec.html Page Container */
#containerPrivsec {
	height: 1100px;
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	min-height: 100%;
	position: relative;
	z-index: 0;
	top: 0px;
}
/* shopping.html Page Container */
#containerShopping {
	height: 2000px;
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	min-height: 100%;
	position: relative;
	z-index: 0;
	top: 0px;
}
/* Contains #magicMenu, #main, #productX, & #sidebar IDs */
#content {
	width: 760px;
	position: absolute;
	left: 0px;
	top: 185px;
}
/* Contains Flash Footer & Links */
#footer {
	height: 75px;
	width: 760px;
	position: absolute;
	bottom: 0px;
	text-align: right;
}
/* Contains Flash Header & Header Background */
#header {
	width: 760px;
	position: absolute;
	top: 40px;
	height: 90px;
	z-index: 1;
	margin-right: auto;
	margin-left: auto;
	left: 0px;
	background-image: url(images/top_image_back.jpg);
	background-repeat: repeat-x;
}
/* Contains Links To magicwand.html, faqs.html, catalog.html, shopping.html & privsec.html */
/* Leftside */
#magicMenu {
	width: 150px;
	position: absolute;
	left: 0px;
	top: 0px;
	display: table;
}
/* Contains Main Content Of The Page */
/* Center */
#main {
	width: 440px;
	height: 100px;
	position: absolute;
	left: 160px;
	top: 0px;
}
/* Contains Navigation And Header Title For Each Page / Links To index.html, about.html & contact.html */
#navbar {
	height: 30px;
	width: 760px;
	position: absolute;
	left: 0px;
	top: 145px;
	border: 1px solid #CCCCCC;
	display: table;
	z-index: 2;
}
#product1 {
	color: #000000;
	width: 440px;
}
/* Contains Pertinent Secondary Info For Each Page */
/* Right */
#sidebar {
    background-color: #C7DAE7;
	width: 150px;
	position: absolute;
	left: 610px;
	top: 0px;
}
#title {
	height: 40px;
	width: 760px;
	position: absolute;
	left: 0px;
	top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #F7F7F7;
}
