
root { 
    display: block;
}

/* ============================
   Layout of the actual website
   ============================ */

body {

  	}

#container {
	margin: auto;
        margin-top: 5%;
	width: 800px;
        height: 500px;
	}

#header {
        margin-left: -15px;
        margin-bottom: 6px;
        width: 800px;
        height: 70px;
	}

#header img {
    border: 0;
    }

#content {
    width: 800px;
    height: 500px;
    margin-top: -30px;
    border: 1px solid black;
    text-align: center;
}

#celtic1 {
    position: absolute;
    margin-top: -20px;
    margin-left: 570px;
}

#celtic2 {
    position: absolute;
    margin-top: -225px;
    margin-left: -20px;
}


.links {
    margin-top: -20px;
    margin-left: 460px;
    }
        
.links img {
    border: 0;
    }

#facebook {
    margin-top: -5px;
    margin-left: 670px;
}

/* =======================
   Control link attributes
   ======================= */

a:link {
	color: blue;
	}

a:visited {
	color: purple;
	}

a img {
        border: 2px solid black;
        }

.menu img {
        border-top: 1px solid black;
        border-left: 1px solid;
        border-right: 0px;
        border-bottom: 0px;
        }

.menu a {
        color: black;
        }

/* ===============================
   Layout for the Xfade2 Slideshow
   =============================== */

#imageContainer {
    width: 800px;
    height: 400px;
    margin-top: 80px;
    margin-left: 157px;
    text-align: center;
}


#imageContainer img {
	display:none;
        position: absolute;
	margin: auto;
}


#buy td {
    align: left;
}