/* stylesheets for Maxpage */

body {
	background-color: #FFFFE0;
	margin-left: 20px;
}

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

a:hover {
	font-weight: bold;
	color: #808080;
}

#header {
	margin-top: 10px;
	margin-left: -2px;
}

#sidebar {
	font-family: "futura light", helvetica, sans-serif;
	color: #AAA;
	font-size: 15px;
	margin-top:50px;
}

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

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

#photoholder {
	width:400px;
	height:400px;
	margin-left: 100px;
	margin-top: -200px;
	border:0px solid #FFFFFF;
	background:#811 ;
}

#thephoto {
	width:400px;
	height:400px;
}

#copyright {
	font-family: helvetica, arial, sans-serif;
	font-weight: bold;
	color: #999;
	font-size: 12px;
}