html { min-width: 600px; }

body, div, td, th, h2, h3, h4 { /* redundant rules for bad browsers  */  
    font-family: verdana,sans-serif;
	font-size:    x-small;
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: small;
	color: #333;
}  

div.scroll { 
height: 350px; 
overflow: auto; 
}

.clearhack { display: inline; } /*Clears Box Model Hack in IE5*/

body {
	/*background: #EDEBE3;*/
	background-image: url(yellowbackweave.gif);
	color: #333;
	padding: 1em 20px 3em 20px;
	margin: 0;
}

a { color: #06C; }
a:hover { color: #333; }
a:active { color: #000; }

p { line-height: 140%;
    margin: 5px; 
}

h1,h2,h3 {
	font-family: "Comic Sans MS";
	font-weight: bold;
	color: #333;
}

h1 {
	font-size: 180%;
	margin: 0;
}

h1 a { text-decoration: none; color: #333; }
h1 a:hover { border-bottom: 1px dotted #666; color: #000; }

h2 {
	font-size: 140%;
	padding-bottom: 2px;
	border-bottom: 1px solid #CCC;
	margin: 5px; 
}

h3{
	font-family: "Comic Sans MS";
	padding-bottom: 2px;
	margin: 0;
}	


p.note {
	background-image: url(creambackweave.gif);
	/*background: #FFFDF3;*/
	padding: 4px;
	font-family: "Comic Sans MS";
	font-size: 100%;
	line-height: 130%;
	margin-top: 0;
	color: #000000;
}
p.note2 {
	font-family: "Comic Sans MS";
	font-size: 70%;
	color: #000000;
}
p.note3 {
	font-size: 140%;
}
#photocontainer {
			margin-right: 10em;
			}