body.home {
	background-color: #c8c19a;
}

#container {
/*background: #fff;*/
overflow: hidden;
background-image:url('../images/header.jpg');
background-repeat:no-repeat;
margin-top: 8px;
}

#containerSplash {
/*background: #fff;*/
overflow: hidden;
padding-left: auto;
padding-right: auto;
padding-top: 100px;
width: 477px;
height: 477px;
}

#header {
	overflow: hidden;
	background-color: transparent;
	margin-top: 8px;
	height: 130px;
	width: 932px;

}


#left-column {
	overflow: visible;
}

 #left-column ul {
	list-style: none;
	margin-top: 10px;	
	width: 170px;
	padding: 0px;
	}       


#left-column li {
	margin: 0px;
	padding: 0px;
	border-top: #5C544C solid 1px;
	height: 16px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left:2px;
	}  
#left-column li.tall {
	height:26px;
}

#left-column li.short {
	height:9px;
}

#right-column {
	width: 750px;
	height: 650px;
	margin-left: 40px;
	margin-top: -50px;
	}

#copy {
	margin-left: 25px;
	margin-top: 25px;
	color: #4b4336;
	line-height: 18px;
	font-size: .95em;
	}
	
#copy-title {
	margin-bottom: 15px;
	}
	
#copy p {margin-bottom: 10px;}

/* ----------- ROLLOVERS ----------- */

a.rolloverEmail {
	display: inline;
	float: left;
	width: 153px;
	height: 16px;
	/*margin: 20px;*/
	text-decoration: none;
    background-image: url(../images/email.gif); /*URL REFERENCES HAVE TO MADE TO FROM CSS FILE THEREFORE NEED ../ */
}

a.rolloverEmail:hover {
     background-position: -153px 0;
}	

a.rolloverFashion {
	display: inline;
	float: left;
	width: 60px;
	height: 16px;
	/*margin: 20px;*/
	text-decoration: none;
    background-image: url(../images/fashion.gif); /*URL REFERENCES HAVE TO MADE TO FROM CSS FILE THEREFORE NEED ../ */
}

a.rolloverFashion:hover {
     background-position: -129px 0;
}


a.rolloverEditorial {
	display: inline;
	float: left;
	width: 64px;
	height: 16px;
	/*margin: 20px;*/
	text-decoration: none;
    background-image: url(../images/editorial.gif); /*URL REFERENCES HAVE TO MADE TO FROM CSS FILE THEREFORE NEED ../ */
}

a.rolloverEditorial:hover {
     background-position: -116px 0;
}


a.rolloverBeauty {
	display: inline;
	float: left;
	width: 53px;
	height: 16px;
	/*margin: 20px;*/
	text-decoration: none;
    background-image: url(../images/beauty.gif); /*URL REFERENCES HAVE TO MADE TO FROM CSS FILE THEREFORE NEED ../ */
}

a.rolloverBeauty:hover {
     background-position: -102px 0;
}

a.rolloverExhibtions {
	display: inline;
	float: left;
	width: 84px;
	height: 16px;
	/*margin: 20px;*/
	text-decoration: none;
    background-image: url(../images/exhibitions.gif); /*URL REFERENCES HAVE TO MADE TO FROM CSS FILE THEREFORE NEED ../ */
}

a.rolloverExhibtions:hover {
     background-position: -84px 0;
}



a.rolloverAbout {
	display: inline;
	float: left;
	width: 104px;
	height: 16px;
	/*margin: 20px;*/
	text-decoration: none;
    background-image: url(../images/about.gif); /*URL REFERENCES HAVE TO MADE TO FROM CSS FILE THEREFORE NEED ../ */
}

a.rolloverAbout:hover {
     background-position: -104px 0;
}

a.rolloverBio {
	display: inline;
	float: left;
	width: 25px;
	height: 16px;
	/*margin: 20px;*/
	text-decoration: none;
    background-image: url(../images/bio.gif); /*URL REFERENCES HAVE TO MADE TO FROM CSS FILE THEREFORE NEED ../ */
}

a.rolloverBio:hover {
     background-position: -25px 0;
}

a.rolloverStatement {
	display: inline;
	float: left;
	width: 128px;
	height: 16px;
	/*margin: 20px;*/
	text-decoration: none;
    background-image: url(../images/statement.gif); /*URL REFERENCES HAVE TO MADE TO FROM CSS FILE THEREFORE NEED ../ */
}

a.rolloverStatement:hover {
     background-position: -128px 0;
}


a.rolloverStylist {
	display: inline;
	float: left;
	width: 101px;
	height: 26px;
	/*margin: 20px;*/
	text-decoration: none;
    background-image: url(../images/stylist.gif); /*URL REFERENCES HAVE TO MADE TO FROM CSS FILE THEREFORE NEED ../ */
}

a.rolloverStylist:hover {
     background-position: -101px 0;
}



a.rolloverBlog{
	display: inline;
	float: left;
	width: 47px;
	height: 26px;
	/*margin: 20px;*/
	text-decoration: none;
    background-image: url(../images/blog.gif); /*URL REFERENCES HAVE TO MADE TO FROM CSS FILE THEREFORE NEED ../ */
}

a.rolloverBlog:hover {
     background-position: -47px 0;
}

a.rolloverVoice{
	display: inline;
	float: left;
	width: 50px;
	height: 26px;
	/*margin: 20px;*/
	text-decoration: none;
    background-image: url(../images/voice-button.gif); /*URL REFERENCES HAVE TO MADE TO FROM CSS FILE THEREFORE NEED ../ */
}

a.rolloverVoice:hover {
     background-position: -50px 0;
}























