/* This style sheet has standards-conforming CSS that IE can't handle */

/* The header frame */
div.header
{
	border-bottom: 1px solid rgb(0, 0, 0);
	margin: 0px;
	padding: 0px;
	position: fixed;
	z-index: 4;
	width: 100%;
	left: 0px;
	height: 55px;
	top: 0px;
	background-color: #2659b8;
}

/* The menu frame */
div.menu
{
	border-right: 1px solid rgb(0, 0, 0);
	border-bottom: 1px solid rgb(0, 0, 0);
	margin: 0px;
	padding: 0px;
	position: absolute;
	z-index: 3;
	width: 150px;
	top: 56px;
	left: 0px;
	color: #eeeeff;
	background-color: #2659b8;
	
	font-family: "comic sans ms", sans-serif;
}

/* The bottom frame*/
div.footer
{
	margin: 0px;
	padding: 0px 0px 0px 161px;
	position: fixed;
	z-index: 2;
	width: 800px;
	height: 20px;
	bottom: 0px;
	background-color: rgb(248, 248, 255);	
	
	text-align: center;
	font-size: small;
	font-family: "comic sans ms", sans-serif;
}

/* The content frame */
div.content
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 21px 10px;
	position: absolute;
	z-index: 1;
	top: 56px;
	left: 151px;
	width: 800px;
	background-color: rgb(248, 248, 255);
	font-family: "comic sans ms", sans-serif;
	font-size: medium;
}

/* Table on index page holding series of pictures */
table.pictureStrip
{
	height: 75px;
	text-align: left;
	margin-left: -10px;
	margin-right: auto;
}

/* Anchors to larger images */
a.bigImageLink
{
	cursor:pointer;
}

img.navBar_home
{
	border: 0px;
	padding: 0px;
	position: fixed;
	top: 24px;
	left: 526px;
}

img.navBar_forsale
{
	border: 0px;
	padding: 0px;
	position: fixed;
	top: 24px;
	left: 611px;
}

img.navBar_faq
{
	border: 0px;
	padding: 0px;
	position: fixed;
	top: 24px;
	left: 696px;
}

img.navBar_aboutus
{
	border: 0px;
	padding: 0px;
	position: fixed;
	top: 24px;
	left: 781px;
}

img.navBar_contact
{
	border: 0px;
	padding: 0px;
	position: fixed;
	top: 24px;
	left: 866px;
}