#corner {
background-color: #d67224;
width: 698px;
padding-top: 12px;
float: right;
}

#left {
color: black;width: 325px;
height: 510px;
padding-left: 60px;
padding-right: 20px;
padding-top: 10px;
float: left;
font-size: 14px;
line-height: 16px;
background-color: #d67224;
}
	
#right {
color: black;width: 205px;
height: 520px;
padding-left: 28px;
padding-right: 60px;
padding-top: 0px;
float: left;
font-size: 14px;
line-height: 16px;
background-color: #d67224;
}

#right 
	a.four:link {color: black; text-decoration: none;}
	a.four:visited {color: black; text-decoration: none;}
	a.four:hover {color: white; text-decoration: none;}
	a.four:active {color: black; text-decoration: none;}


#footer {
clear: both;
margin-top: 10px;
width: 690px;
float: right;
background-color: white;
font-size: 7px;
text-align: right;
padding-right: 10px;
color: black;
}
a:link {
color: black;
text-decoration: none;
} 
a:visited {
color: black;
text-decoration: none;
}
a:hover {
color: #d67224;
text-decoration: none;
}
a:active {
color: black;
text-decoration: none;
}