@media print{
  body{ background-color:#FFFFFF; background-image:none; color:#000000; font-size:12pt; }
  .footer{ display:none;}
  #header{ display:none;}
  #leftNav{ display:none;}
  #navbar{ display:none;}
  .content{ width:100%;}
}


body {
	background-color: #170f00;
}

p {
	font-size: 13px;
	font-family:Georgia, "Times New Roman", Times, serif; 
}
  
.content {
    font-size: 13px;
	font-family:Georgia, "Times New Roman", Times, serif; 

}

#leftNav {
	background-color:#ffece4;
	width: 250px;
	height: 600px;
}	
	

h1 {
	font-size: 15px;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding: 0px;
	margin: 0px;
}

h2 {
	font-size: 13px;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding: 10px 0 0 0;
	margin: 0px;
}

.footer {
	font-size: 13px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
}	
td { }

a:link {
	color:#602400;
}
a:visited {
	color:#606300;
}
a:hover { }
a:active {
	color:#ffa100;
}

/* =========================== navbar hover (art)  =========================== */


#nav-art {
	width: 250px;
	height: 600px;
	background:#ffece4;	
	margin: 0;
	padding: 10px 0 0 0;
}	

#navbar {
	padding:0;
	margin:0 10px 0 0;
}

#navbar li{
	list-style:none;
	padding:0;
	margin:0 1px 0 0;
	font-size:15px;
}

#navbar a {
	text-decoration:none;
	float:left;
	text-indent: -5000px;
}

a.gallery {
	width: 250px;
	height: 40px;
	background: url("../assets/images/navigation/art-nav/sidenav_art_01.gif") no-repeat;
	background-position: 0 0;
	padding: 2px 0 0 0;
}

a#active,
a.gallery:hover {
	background-position: -250px 0;
	text-decoration:none;
	color:#ee901e;
} 

a.semi-originals {
	width: 250px; 
	height:40px;
	background:transparent url("/assets/images/navigation/art-nav/sidenav_art_03.gif") no-repeat;
	text-decoration: none;
	color:#351a0f;
	padding: 2px 0 0 0;
}

a.semi-originals:hover {
	background-position: -250px 0;
	text-decoration:none;
	color:#ee901e;
} 

a.prints {
	width: 250px; 
	height:40px;
	background:transparent url("assets/images/navigation/art-nav/sidenav_art_05.gif") no-repeat;
	text-decoration: none;
	color:#351a0f;
	padding: 0;
}

a.prints:hover {
	background-position: -250px 0;
	text-decoration:none;
	color:#ee901e;
} 



