body {
	font-family: Palatino, Bookman, Times;
	font-size: 100%;
    background: #ffffff;
    margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
    padding: 0;
    text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}

p, td {
    font-size: 1.1em;
}


a {
    color: black;
    text-decoration: none;
}

img {
    border:0;
}

a:hover {
    color: #6b2682;
}

#container {
    width: 46em; /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
    background: #FFFFFF;
    margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
    border: 0px solid #000000;
    text-align: left; /* this overrides the text-align: center on the body element. */
}

#mainContent {
    margin: 1em; /* the right margin can be given in ems or pixels. It creates the space down the right side of the page. */
}

#stylists {
    text-align: center
}

#stylists div {
    font-size: 1.0em;
    display: inline-block;
    text-align: left;
}

.gallery {
    text-align: center
}

.gallery img {
    width: 14em;
}

.gallery img.salon {
    width: 21em;
}


.galleryHeader {
    font-size: 2.5em;
    text-align: center;
}

.galleryHeader2 {
    font-size: 1.4em;
    text-align: center;
}

#pageHeader {
    font-size: 1.2em;
    text-align: center;
    font-weight: bold;
}

#pageFooter {
    text-align: center;
}

.current {
    color: #6b2682;
}

.rightAlign {
	text-align: right;
}

.overlay_alphacube {
	background-color: black;
}

.hidden {
	display: none;
}

