html {
height: 100%;
}

body {
width: 800px;
height: 100%;
background-color: #deb887;
margin-left: auto;
margin-right: auto;
}

a {
color: #660000;
font-weight: bold;
}

p {
font-family: arial, sans-serif;
font-size: 16px;
line-height: 150%;
color: #660000;
}

h1 {
font-family: georgia, serif;
font-size: 24px;
margin-bottom: 12px;
color: #660000;
}

table.main_table {
width: 800px; 
height: 100%;
margin-left: auto; 
margin-right: auto;
}

td.column_left {
width: 150px;
height: 100%;
vertical-align: top;
padding-top: 20px;
border-right: 3px solid #b79a71;
border-color: #CC0000;
}

td.column_right {
width: 650px;
height: 100%;
vertical-align: top;
padding-left: 24px;
padding-top: 0px;
}
a:link {
	color: #CC0000;
}
a: visited {
        color: black;
}



