/* Basic Typography Rules */
body {
font-family: Palatino, Georgia, "Times New Roman", Times, serif;
background-image: url(../images/background.gif);
}		

/*Be Kind to Netscape 4*/		
p, td, ul, ol, ul, li, dl, dt, dd {
font-family: Palatino, Georgia, "Times New Roman", Times, serif;
}

h1 {
font-family: Helvetica, Arial, sans-serif;
font-size: medium;
color: #C26A1B;
}

h2 {
font-family: Helvetica, Arial, sans-serif;
font-size: medium;
}

h3 {
font-size: small;
}

p {
font-size: small;
}

.bold {
	font-weight: bold;
}

.picdesc {
font-style: italic;
}

a em {
font-style: normal;
text-decoration: underline;
}

a:link {
color: #F78E2F;
}

a:visited {
color: #C26A1B
}

a:hover {
color: #C26A1B;
}

a:active {
color: #C26A1B;
}

.footer {
font-size: x-small;
color: #C2AD83;
margin-top: 25px;
} 

/* Basic Layout Rules */

.hide {
display:none
}

/*
img {
display: block;
border: 1 solid #000000;
}
*/

#textsize {
float: left;
}	

/* Navigation Rules */

#navigation ul {
  padding: 0;
  margin: 0;
  list-style: none;
  text-decoration: none;
  }
  
#navigation li {
  float: left;
  position: relative;
  text-decoration: none;
  }
  
li:hover ul, li.over ul{ display: block; }

/* added */

#navigation a {
	text-decoration: none;
	background-color: #F78E2F;
	padding-right: 10px;
	padding-left: 10px;
	font-size: small;
	font-weight: normal;
	color: #FFFFFF;
	margin-right: 7px;
	border: 1px solid #000000;
}

#navigation a:link {
	color: #FFFFFF;
	}
	
#navigation a:visited {
	background-color: #804612;
	color: #FFFFFF;
	}
	
#navigation a:hover {
	background-color: #C26A1B;
	color: #FFFFFF;
	}
	
#navigation a:active {
	background-color: #C26A1B;
	color: #FFFFFF;
	}
	
#navigation #currentpage {
	background-color: #C26A1B;
	color: #FFFFFF;
	}
	
/*Sub Navigation rules*/	

subnav a {
color: #FFFFFF;
font-size: small;
font-weight: normal;
text-decoration: none;
}

#subnav a:link {
	color: #FFFFFF;
	text-decoration: none;
}

#subnav a:visited {
	color: #000;
	}
	
#subnav a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

#subnav a:active {
	color: #FFFFFF;
	text-decoration: underline;
}

#subnav h3 {
	margin-top: -2px;
	font-size: small;
	font-weight: normal;
	color: #000000;
	padding-bottom: 5px;
	border-bottom: 1px dotted #000000;

}

#subnav h4 {
	margin-top: -5px;
	font-size: small;
	font-weight: normal;
	color: #FFFFFF;
	font-weight: bold;
	}
	
#subnav ul {
	text-decoration: none;
	margin-top: -14px;
	font-size: small;
	font-weight: normal;
	color: #FFFFFF;
	font-weight: normal
	}
	
#subnav li {
	margin-bottom: 3px;
	}
	
/*Layout Rules */

#centerpage {
	margin-left:auto;
	margin-right:auto;
	width: 80%;
	min-width:800px;
	}	

#header {
	padding-left: 15px;
	padding-right: 15px;
	background-color: #FFFFFF;
	border: 1px solid #000000;
	width: 630px;
	height: 130px;
	margin-left:70px;
}

#navigation {
	margin-top: 12px;
	margin-left:70px;
	}

#subnav {
	padding: 5px;
	margin-top:0px;
	border: 1px solid #000;
	border-right: 0px;
	clear: left;
	float: left;
	width: 150px;
	background-color: #F78E2F;
	background-image: url(../images/subnavbg.jpg);
	margin-left:70px;
	}
	
#content {
	background-color: #FFFFFF;
	border: 1px solid #000;
	padding: 15px;
	margin-top: 0px;
	margin-bottom: 20px;
	float: left;
	width: 470px;
	}
	
#content h1 {
	margin-top: 0px;
	/*border-top: 1px dotted #000000;*/
	}
	
#content img {
	margin-top: 0px;
	border: 0px;
	/*border-top: 1px dotted #000000;*/
	}	

#centerpage #content .editorial { /*for images on normal pages*/
	float: right;
	border: 1px solid #000000;
	margin-left: 15px;
	margin-bottom: 15px;
}

#centerpage #content .gallery { /*for images on gallery page = kuvia.html*/
	clear: both;
	border: 1px solid #000000;
}
.picdesc {
width: 400px;
margin-top: 5px;
margin-bottom: 20px;
font-size: smaller;
font-style: italic;
color:#666666;

}#header img {
	float: left;
	margin-right: 135px;
}
#centerpage #content ul {
	font-size: small;
}
#centerpage #content ul li{
	margin-bottom: 8px;
}
