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

body {
	background-image: url(../images/terracottabg.jpg);
	background-repeat: repeat;
	background-color: #AE6119;
}

#logo {
	background-image: url(images/logocard01.png);
	background-repeat: no-repeat;
	position: absolute;
	height: 323px;
	width: 500px;
	left: 50%;
	top: 5px;
	margin-left: -250px;
	z-index: 5;
}

#contact {
	position: absolute;
	height: 240px;
	width: 300px;
	right: 10px;
	top: 30px;
	background-image: url(../images/paper.png);
	background-repeat: no-repeat;
	visibility: visible;
	z-index: 5;
	background-position: right center;
}

#pix {
	position: absolute;
	height: 350px;
	width: 1000px;
	left: 50%;
	top: 350px;
	z-index: 5;
	margin-left: -500px;
}

#bg  {
	background-image: url(../images/blueprint.png);
	height: 800px;
	width: 1046px;
	margin-left: -523px;
	position: absolute;
	z-index: 1;
	left: 50%;
	top: 0px;

}

#ad {
	position: absolute;
	visibility: visible;
	height: 25px;
	width: 200px;
	right: 5px;
	top: 730px;
	z-index: 5;
}

a:link {
	color: #6E6C6B;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #641D00;
}
a:active {
	text-decoration: none;
	color: #FEBE10;
}
.style1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #CCCCCC;
	font-style: italic;
}
.style3 {
	font-size: 18;
	color: #000000;
}
.style4 {
    font-family: "Courier New", Courier, monospace;
	font-size: 16px;
	color: #000000;
}
.style5 {
    font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	color: #CCCCCC;
}

/* ---------- gallery styles start here ----------------------- */
.gallery {
	list-style: none;
	margin: 0;
	padding: 0;
}
.gallery li {
	width: 110px;
	height: 110px;
	float: left;
	position: relative;
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 20px;
}
.gallery .bg {
	width: 120px;
	height: 140px;
	position: absolute;
	top: 0;
	left: 5px;
	z-index: 1;
	background-image: url(../images/poleroid.png);
	background-repeat: no-repeat;
}
.gallery span {
	width: 220px;
	height: 60px;
	display: block;
	position: absolute;
	left: -25px;
	top: -40px;
	z-index: 7;
	background-image: url(../images/paper3.png);
	background-repeat: no-repeat;
	visibility: visible;
}
.gallery img {
	position: absolute;
	top: 5px;
	left: 12px;
	z-index: 2;
}
.gallery em {
	display: block;
	padding: 4px 0 0;
	text-align: center;
	color: #363534;
	width: 90px;
	position: absolute;
	bottom: -17px;
	right: 0;
	z-index: 3;
	font-family: "Courier New", Courier, monospace;
	font-size: 100%;
	font-style: normal;
}



.gallery span, .gallery .bg { behavior: url(iepngfix.htc); cursor: pointer; }

#bg, #logo, #contact { behavior: url(iepngfix.htc); cursor: pointer; }

