
body { background: url(../images/bg2-01.jpg) top left repeat-x #e3e0bd; }

#sidebar {
	position: relative;
	display: block;
	float: left;
	background: url(../images/bg2-02.jpg) top left no-repeat;
	height: 680px;
	width: 350px;	
	margin: 0 -350px 0 0;
}

#body {
	position: relative;
	display: block;
	float: left;
	background: url(../images/bg2-03.jpg) bottom right no-repeat;
	min-height: 800px;
	min-width: 100%;
}

* html #body { height: 800px; }

#footer { 
	position: relative;
	display: block;
	font-family: "Times New Roman", Georgia, Times, serif; 
	font-size: 10pt; 
	color: #8e643e;
	font-style: italic;
	font-weight: bold;  
	margin: 130px 0 16px 25px;
	padding: 0; 
}

#header { position: relative; display: block; padding: 50px 0 0 0; text-align: right; width: 100%; }
#quotation { font-size: 18pt; font-style: italic; padding: 1em 25px 1em 0; text-align: left; margin: 0 0 1.5em 400px; border-bottom: 1px solid #c4aa8a; }
#photo { position: relative; float: right; margin: 257px 0 0 0; border: 5px solid #c4aa8a; padding: 1px; background: #fff; }

a { text-decoration: underline; }
a:link, a:visited { color: #8e643e; }
a:hover { color: #c4aa8a; }