/* stylesheets for Maxpage */

* {
	padding: 0;
	margin: 0;
	}
	
/* ======== header ========= */

h1 {
	font-family: Helvetica, Arial, sans serif;
	color: #AAA;
	font-size: 12pt;
	font-weight: bold;
	margin-top: 1em;
	}
	
h2 {
	font-family: Helvetica, Arial, sans serif;
	color: #800;
	font-size: 11pt;
	font-weight: light;
	margin-top: 1em;
	text-decoration: none;
	}
	
h3 {
	font-family: Helvetica, Arial, sans serif;
	color: #888;
	font-size: 8pt;
	font-weight: regular;
	}
	
h4 {
	font: 16pt garamond, times, serif;
	color: #888;
	margin-top: 0.6em;
	}
	
	
body {
	font: 12pt/16pt garamond, times, serif;
	color: #666;	
	background-color: #FFFFE0;
	margin-left: 20px;
	}

#header {
	position: relative;
	top: 20px;
	float: left;
	clear: both;
	margin-bottom: 40px;
	}

img.pos_abs {
	position: absolute;
	left: 300px;
	top: 90px;
	}

div.pos_abs {
	position: absolute;
	left: 300px;
	top: 90px;
	font-size: 18px;
	font-family: "Garamond", Times Roman, serif;
	}

#photoholder {
	position: relative;
	width:400px;
	height:400px;
	top: 100px;
	border:0px solid #FFFFFF;
	background:#811 ;
	}

#thephoto {
	width:400px;
	height:400px;
	}
/* =======  sidebar  ====== */
.sidebar {
	position: relative;
	float: left;
	clear: left;
	width: 180px;
	font-family: "futura light", helvetica, sans-serif;
	color: #AAA;
	font-size: 15px;
	margin-left: 10px;
	}

a:link, a:visited, a:hover {
	color: #AAA;
	text-decoration: none;
	}

a:hover {
	font-weight: bold;
	color: #808080;
	}
	
p.thumbnails {
	position: relative;
	float: left;
	clear: left;
}

	
	/* ======  NEW sidebar  ====== 
	div#sidebar {
		margin: 25px 0;
		}
	
	ul li, ul li a {
		font-family: "futura light", helvetica, sans-serif;
		color: #AAA;
		font-size: 15px;
		line-height: 30px;
		list-style-type: none;
		text-decoration: none;
		}
		
	ul li a:hover {
		color: #888;
		font-weight: bold;
	}
		
	ul li.sub-item {
		position: relative;
		left: 30px;
		}
		
	ul #sub-menu {
		height: 30px;
		overflow: hidden;
		}
		
	ul #sub-menu:hover {
		height: auto;
		}
*/	

/* ======= pages ======= */

#webLinks {
	position: relative;
	float: left;
}
/* =======  misc  ====== */
.copyright {
	font-family: helvetica, arial, sans-serif;
	font-weight: bold;
	color: #999;
	font-size: 12px;
	float: left;
	clear: left;
	}
	
.imagebuffer {
	margin: 20px 50px;
}

#ralph {
	position: absolute;
	width: 900px;
	height: 400px;
	top: 60px;
	left:160px;	
}