body {
	width: 95%;
	margin: 0;
	padding: 0;
	background: #aa9977;
	background-image: url('me-ponce-roof01a.png');
	background-repeat: no-repeat;
	background-position: left top;
	position: fixed;
	left: 0;
	top: 0;
	text-align: right;
	color: #554400;
	}

#col2 {
	position: absolute;
	left: 42%;
	width: 32%;
	text-align: left;
	text-indent: 2em;
	}

#col2>#footer {
	font-size: .8em;
	text-align: right;
	}

#col3 {
	margin-left: 75%;
	margin-right: 95%;
	text-align: right;
	}

#col3 ul {
        margin: 0;
        padding: 3px 0px 3px 10px;
        text-align: right;
        list-style-type: none;
        }

a:link {
	color: #3333ff;
	text-decoration: none;
	}

a:visited {
	color: #664455;
	text-decoration: none;
	}

a:hover, a:active {
	color: #ffffff;
	text-decoration: none;
	}


