@charset "UTF-8";
/* CSS Document */

body {
	background-color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #999999;
}
#headerbackground {
	position:absolute;
	left:100px;
	top:5px;
	width:800px;
	height:200px;
	z-index:2;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: large;
	color: #000000;
	margin-top: 0px;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #000000;
}
#home {
	position:absolute;
	width:39px;
	height:30px;
	z-index:2;
	top: 167px;
	left: 5px;
}
#about {
	position:absolute;
	width:50px;
	height:30px;
	z-index:3;
	left: 55px;
	top: 167px;
}
#meetthefam {
	position:absolute;
	width:104px;
	height:30px;
	z-index:4;
	left: 115px;
	top: 167px;
}
#store {
	position:absolute;
	width:48px;
	height:30px;
	z-index:5;
	left: 230px;
	top: 167px;
}
#ecards {
	position:absolute;
	width:59px;
	height:30px;
	z-index:6;
	left: 525px;
	top: 167px;
}
#gallery {
	position:absolute;
	width:67px;
	height:30px;
	z-index:7;
	left: 596px;
	top: 167px;
}
#links {
	position:absolute;
	width:42px;
	height:30px;
	z-index:8;
	left: 676px;
	top: 167px;
}
#contact {
	position:absolute;
	width:65px;
	height:30px;
	z-index:9;
	left: 730px;
	top: 167px;
}
#indexleftbar {
	position:absolute;
	width:150px;
	height:500px;
	z-index:3;
	left: 100px;
	top: 220px;
	background-color: #333333;
}
#indexcontent {
	position:absolute;
	width:630px;
	height:490px;
	z-index:4;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	left: 250px;
	top: 220px;
	background-color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
}
#indexfooter {
	position:absolute;
	width:800px;
	z-index:5;
	left: 100px;
	top: 730px;
}
.style1 {font-size: x-small}
a:link {
	color: #999999;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #999999;
}
a:hover {
	text-decoration: underline;
	color: #990000;
}
a:active {
	text-decoration: none;
	color: #990000;
}
#storecontent {
	position:absolute;
	width:780px;
	height:3000px;
	z-index:3;
	left: 100px;
	top: 220px;
	background-color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
	padding: 10px;
}
#storefooter {
	position:absolute;
	width:800px;
	z-index:4;
	left: 100px;
	top: 3250px;
}

