* {
	font-family:verdana,arial,sans-serif;
	margin:0;
	padding:0;
}

body {
	text-align:center;
	margin-left:5%;  
	margin-right:10%;
	color:#000;
	font-weight:400;
	font-size:76%;
	line-height:1.7em;
	background:#dcdcdc;    
	background-attachment:fixed;
  background-image:url(pics/albsm.gif); /*40px 20px; */
	background-repeat:no-repeat;
	background-position:99% 5%;
}

a:link { color: #00f;text-decoration:underline; }   
a:visited { color: #00f; }   
a:hover { background: #ccc ; } 
a:active { color: #f00; }   
a:link img { border: 2px solid #00f; }
a:visited img { border: 2px solid #f00; }
a:active img { border: 2px solid #0f0; }

h1 {
	color:#093;
	font-size:1.7em;
	font-weight:700;
	/*line-height:1.7em;    */
	padding:1em 0 0;     
}

h2 {
	color:#093;
	font-size:1.3em;
	font-weight:700;
	line-height:1.7em;
	padding:1em; 
}

h3 {
	font-size:1.3em;
	font-weight:700;
	color:#093;
	line-height:1em;
	padding:0 0 1em;
}

b {
	color:#060;
}

u {
	color:#800;
	font-weight:400;
	background-color:#dcdcdc;
}
em,i {
	color:#800;
	font-weight:700;
	/*background-color:#ffe4e1;*/
}
p {
	text-indent:0;
	text-align:left;
	margin:0 10% 1em;
} 
/* p.bottom {margin-bottom:1em;}
p.bnt {margin-top:1em;margin-bottom:1em;}  */
p.bp {text-align:center;margin-top:.5em;margin-bottom:1em;}   
p.block {margin-left:15%;margin-right:15%;margin-bottom:1em;background-color:#ffc;} 

#last {
margin-left: 10%; margin-right: 10%; 
}
           
/*#picture {border:0px dashed; #333; text-align:center;*/ 

.tallphoto img {
	vertical-align:bottom;
	border:5px ridge #ffc;    
	width:300px;
	height:400px;
}

.longphoto img {
	vertical-align:bottom;
	border:5px ridge #ffc;
	width:400px;
	height:300px;
}

#navigation li, #footer li {
	display: inline;
}
#navigation li a, #footer li a {
	padding: 3px 5px;
	border: 2px solid #c9f;
}
#navigation a:link, #footer a:link {
	color: #c0c;
	text-decoration: none;
	background: #faebd7;
}
#navigation a:visited, #footer a:visited {
	color: #c0c;
	text-decoration: none;
	background: #faebd7;
}
#navigation a:hover, #footer a:hover {
	color: #fff;
	background: #ccf;
	border: 2px solid #c6f;
}


