/* STANDARD TYPOGRAPHY */

html {font-size: 81%;}				/* set to value above 75% to prevent odd sizing */
html, body {
	margin: 0; 
	padding: 0;					/* Opera's default is not zero */
	height: 100%;					/* allows vertically centered content */
}
body {
	text-align: left;
	vertical-align: text-top;
	line-height: 1.4;
	font: normal 1em Verdana, Arial, Helvetica, sans-serif; 
	color: #000; 
	background-color: #ecd16a; 		/* Netscape 6 for the Mac defaults to gray */
}
p, ol, ul, li, pre, table {font-size: 1.0em;}  
h1 {font-size: 2.0em;}  
h2 {font-size: 1.7em;}  
h3 {font-size: 1.4em;}  
h4 {font-size: 1.2em;} 
h5 {font-size: 1.0em; font-weight: bold;}  
h6 {font-size: 0.8em;}  
p, h1, h2, h3, h4, h5, h6 {margin: 1.2em 0em 1.2em 0em;}
small {font-size: .8em;}
input, select, th, td {font-size: 1em;}
img {border: 0;}
hr {color: #000000; border: solid 1px;}
pre {font-family: monospace;}
strong, b {font-weight: bold;}

a img {border-width:0px;}

.indent {margin-left:1.3em;}
td {text-align: left; vertical-align: top;}


/* LAYOUT */
#wrapper {
	width: 100%;
	margin: 20px;
	text-align: center; 				/* for NN4 */
	background-color: #ecd16a;
}
/*/*/ #wrapper {text-align: left;} 		/* hidden from NN4 */
#content {
	background-color: #ecd16a;
}
#header, #body, #footer {
	float: left;
	clear: left;
	text-align: left;
}
#body {margin-top: 10px;}
#footer {
	width: 520px;
	margin-top: 10px;
	margin-left: 320px;
	padding: 1em;
	font-size: 0.8em;
}

#portrait, #bio, #news, #gallery {
	padding: 1em;
	border: 1px solid #ff0d00;
	background-color: #ffee88;
	float: left;
	clear: none;
}
#portrait, #news {
	width: 280px;
	margin-right: 20px;
}
#bio, #gallery {
	width: 500px;
}


/* CUSTOM */
p.img {
	text-align: center;
	margin-top: 0px;
}
p.close {margin-top: 0px;}
img.thumb {margin-right: 10px;}
img.thumblast {margin-right: 0px;}
h3 {
	margin: 0px;
	color: #FF0D00;
}  

