/* CSS Document */

body{
	background-color: #DCDAB1;
	margin: 0px;
	color: #585353;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;

}

a {
	color: #585353;
}

a:hover{
	text-decoration: none;
	color: #949C51;
}
td{
	font-size: 12px;
}
#bodyContainer{
	margin: 0px;
	background-image: url(../images/home_background.jpg);
	background-repeat: no-repeat;
	background-position: bottom left; 
	width: 1024px;
	height: 690px;
}
#topContactInfo{
	position: absolute;
	font-size: 10px;
	line-height: 16px;
	top: 25px;
	left: 666px;
	text-align: justify;
	z-index: 2;
   padding: 5px;
   font-weight:bold;		
}

#topNavigation{
	margin-left: 60px;
	width: 987px;
	margin-top: 20px;
	height: 26px;	
}
#navItem{
	float: left;
	margin-right: 40px;
	z-index:10;
}
#artworkAni{
	margin-left: 50px;
	margin-top: 10px;
	margin-bottom: 10px;
	background-image: url(../images/slideshow_background.jpg);
	width: 516px;
	height: 418px;
}
#rightColumn{
	float: right;
	width: 390px;
	margin-top: -380px;
	margin-right: 30px;
}
#topRightPastel{
	position: absolute; 
	top: 360px;
	left: 770px;
	z-index: 0;
}
#artistQuote{
	margin-left: 200px;
	margin-bottom: 10px;
}
#footer{
	width: 100%;
	text-align: center;
	font-size: 9px;
	margin-top: 30px;
}
#normalBody{
	margin-top: 90px;
	margin-left: 5px;
	width: 780px;
}
#hiddenPrint{
	display:none;
	visibility:false;
}