body {
	background-image: url('images/energion_store_banner.png');
	background-repeat: no-repeat;
	background-color: #ffffff;
	font-family: Arial, sans-serif;
	font-size: 11pt;
	color: navy;
}

h1 {font: 22pt Arial; color: #dd0033; font-weight: bold}
h2 {font: 19pt Arial; color: navy}
h3 {font: 15pt Arial; color: navy}
h4 {font: 13pt Arial; color: navy; font-weight: bold}
p {font: 11pt Arial; color: navy}
.vsmall {font: 7pt Arial; color: navy}
.small {font: 8pt Arial; color: navy}
.msmall {font: 10pt Arial; color: navy}
.body {font: 11pt Arial; color: navy}
.littlered  {font: 11pt Arial; color: #dd0033}
.note {font: 12pt Arial; color: navy; font-weight: bold}
.note2 {font: 12pt Arial; color: #dd0033; font-weight: bold}
.sshead {font: 13pt Arial; color: navy; font-weight: bold}
.subhead {font: 15pt Arial; color: navy}
.bigblue {font: 19pt Arial; color: navy}
.bigred {font: 22pt Arial; color: #dd0033; font-weight: bold}

ul {
	list-style-position: inside;
}

div#stuff {
	position: absolute;
	top: 270px;
	left: 10px;
    width: 100%;
}

div#searchbox {
	position: absolute;
	top: 120px;
	left: 250px;
}

div#bookmenu {
	position: absolute;
	top: 200px;
	left: 10px;
	width: 500px;
}

div#googleboxes {
	position: absolute;
	top: 200px;
	left: 520px;
	width: 400px;
}


div#leftside {
	float: left;
	width: 205px;
	border-right: 3px solid navy;
	margin: 0.05in;
}

leftside ul {
	list-style-position: outside;
	margin-left: 0px;
	padding-left: 0px;
}

leftside li {
	margin-left: 0px;
	padding-left: 0px;
}

div#rightside {
	float: right;
	width: 180px;
	border-left: 3px solid navy;
	margin: 0.1in;
	text-align: center;
}

div#main {
	position: relative;
}

div#footer {
	background-image: url('images/energion_store_footer.png');
	background-repeat: no-repeat;
	position: absolute;
	bottom: -92px;
	text-align: right;
	background-color: #0000FF
	width: 1100px;
	min-width: 1100px;
}

/* Footer divs for individual ads */

div#pos1x1 {
	position: absolute;
	left: 10px;
	top: 100px;
	width: 200px;
	text-align: center;
}

div#pos1x2 {
	position: absolute;
	left: 210px;
	top: 100px;
	width: 200px;
	text-align: center;
}

div#pos1x3 {
	position: absolute;
	left: 410px;
	top: 100px;
	width: 200px;
	text-align: center;
}

div#pos1x4 {
	position: absolute;
	left: 610px;
	top: 100px;
	width: 200px;
	text-align: center;
}

div#pos1x5 {
	position: absolute;
	left: 810px;
	top: 100px;
	width: 200px;
	text-align: center;
}

div#pos1xcenter {
	position: absolute;
	left: 210px;
	top: 100px;
	width: 600px;
	text-align: center;
}

div#pos2x1 {
	position: absolute;
	left: 10px;
	top: 220px;
	width: 200px;
	text-align: center;
}

div#pos2x2 {
	position: absolute;
	left: 210px;
	top: 220px;
	width: 200px;
	text-align: center;
}

div#pos2x3 {
	position: absolute;
	left: 410px;
	top: 220px;
	width: 200px;
	text-align: center;
}

div#pos2x4 {
	position: absolute;
	left: 610px;
	top: 220px;
	width: 200px;
	text-align: center;
}

div#pos2x5 {
	position: absolute;
	left: 810px;
	top: 220px;
	width: 200px;
	text-align: center;
}

div#pos2xcenter {
	position: absolute;
	left: 210px;
	top: 220px;
	width: 600px;
	text-align: center;
}

div#over-banner {
	position: absolute;
	left: 310px;
	top: 0px;
}


}

