html, body {
	margin:0;
	padding:0;
}
body{
	text-align: center;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Helvetica, Arial, sans-serif;
	background-color: rgb( 227, 232, 219);/*original bckground color: rgb(220, 222, 215);*/
	color: #444;
	font-size: 75%;
}
a{
	color: #657845; /* original color: #660;*/
	text-decoration: none;
}
a:focus, a:hover, a:active {
	text-decoration: none;
}
p, li {
	line-height: 1.8em;
}
h1, h2 {
	/*font-family: Myriad-Regular, "Lucida Grande", Helvetica, sans-serif;*/
	margin: 0 0 10px 0;
	
}
h1 {
	padding: 0;
	font-size: 2em;
	color: #333;
}
h2 {
	padding-top: 45px;
	font-size:1.1em;
	color: rgb(109, 101, 154);
	padding-left:5px;
}
pre {
	font-size: 1.2em;
	line-height: 1.2em;
	overflow-x: auto;
}
#bkg {
	width:1007px;
	margin:20px auto 0;
	background-image: url(../library/shadow-bkg2.png); /*original with cooler grey body color: url(../library/shadow.jpg);*/
	background-repeat:no-repeat;
}
div#page {
	width: 980px;
	background-color: #fff;
	margin: 0 auto;
	text-align: left;
	/* border-color: rgb(217, 215, 210);
	border-style:none solid;
	border-width: 3px;*/
}

#header {
	background-image: url(../library/header-bkg.png);
	background-repeat:no-repeat;
	margin-top:-5px;
	position:relative;
}

#header h1 {
	text-indent:-9999px;
}

#homelink {
	background-color:transparent;
	height:80px;
	left:0px;
	position:absolute;
	top:0;
	width:800px;
}

.sitenav, .categorynav  {
	border-bottom:1px dashed #918BB3;
	display:block;
	float:right;
	margin-top:-25px;
	padding:0 0 0 5px;
	position:relative;
	}
	
.sitenav li, .categorynav li, .sitemap li {
	display:inline;
	list-style:none;
	margin-right:15px;
}

.sitenav li, .sitemap li {
	color:#6D659A;
}

li.last {
	margin-right:5px;
}

ul.sitemap {
	float:left;
	padding-left:15px;
	
}
.sitemap li {
	text-align:left;
	line-height:100%;
	margin-right: 8px;
}

.sitenav li a, .sitemap li a {color: rgb(145, 139, 179);}

.sitenav li a, .categorynav li a, .sitemap li a {
	text-decoration:none;
}


.sitenav {margin-right:35px; }

.categorynav {
	border-bottom:none;
	float:none;
	margin:0;
}


.categorynav li{
	margin-right:10px;
	font-size:95%;
}

.categorynav li a {
	background-image: url(images/nav-arrow-small.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	padding-left:18px;
}
	
/* need to change these for each of the sub-categories */
.categorynav li a:hover {
	
}

.sitenav li a:hover, .sitemap li a:hover { color: rgb(109, 101, 154);}

.categorynav li a:hover {
	background-image: url(images/nav-arrow-small.jpg);
	background-position:bottom left;
	background-repeat:no-repeat;
	/*color:#330;*/
	color: rgb(62, 86, 22);
	padding-left:20px;
}

#subnav-italybk, #subnav-nine,  #subnav-en, #subnav-sale {
	float:right;
	margin-left:600px;
	right:45px;
	top:-70px;
	position:relative;
}

#subnav-nine {
	right:65px;
}


#subnav-en {
	right:10px;
}

#subnav-sale {
	font-size: 90%;
    right: 30px;
    width: 300px;}
	
#subnav-sale p {line-height:140%;}

/* Remove these:

#subnav, #subnav-nine, #subnav-italybk, #subnav-painting, #subnav-painting-italy {
	position:relative;
	top: 8px;
	right:50px;
	float:right;
}



#subnav-painting {
	right: 160px;
}
#subnav-painting-italy {
	right: 200px;
}

#subnav-painting .categorynav, #subnav-painting-italy .categorynav {
	padding-left:20px;
}


#subnav h2, #subnav-nine h2, #subnav-italybk h2, #subnav-painting h2, #subnav-painting-italy h2 {
	margin-bottom:28px;
	font-size:95%;
	margin-left:0;
}
*/

h4 {
color:#6D659A;
font-size:95%;
margin-bottom:2px;
margin-top:12px;
padding-top:0;
}

div#container {
	padding: 20px 20px 75px; 
	border-top:1px dashed #B7B4CE;
}

#gallery {
	position:relative;
	left:50px;
	margin-right:20px;
	top: 15px; /* this is if you make the controls position absolute - in other css sheet*/
	
}

#thumbs {
	position:relative;
	margin-left:35px;
}

div#ads {
	clear: both;
	padding: 12px 0 12px 66px;
}
div#footer {
	clear: both;
	margin: 0 auto;
	padding: 15px 0; 
	text-align: right;
	border-top: 1px dashed rgb(183, 180, 206);
	width:980px;
	font-size:85%;
	
}

#footer p, #footer ul {
	line-height:100%;
	padding-right:25px;
	margin:0;
	color:#918BB3;
}

.select {
	color:#6D659A;
}

/* SPECIFIC TO THE WEBDESIGN PORTFOLIO PAGE */

/*the following are styles for the info inside the panels 

.panel img { border:none; float:left; margin-right:20px; }
.panel img a { }
	
.panel  h3 a {text-decoration:none; color: rgb(85, 85, 35); }
.panel h3 a:hover {color:#630;}

h3{
		font-size:100%;
		font-weight:normal;
		margin:15px 10px;
		}	
		
.panel p { 
	font-size:85%;
	margin-bottom:25px;
}
*/
