html, body {height: 100%; margin: 0; padding: 0; border: 0; text-align: center;background-color:#BB8855;} 

#container {
 background:  #CC9966;
 background-image:url(../pictures/back.gif);
 width:850px;
 min-height:100%;
 margin:0px auto;
 text-align:left;
 border-left:1px black solid;
 border-right:1px black solid;
 padding:0px;
}
* html #container {height: 100%;}

#menu {
 padding:2px;
 width:100px;
 float:right;
 background-color:ffffff;
 border-left:1px black solid;
 border-bottom:1px black solid;
 border-top:1px black solid;
 border-right:3px #663300 solid;
 font: bold;
 font-weight: bold;
 margin-bottom:10px;
 cursor:hand;
}

#mark {
 padding:2px;
 width:100px;
 float:right;
 background-color:#ffd4aa;
 border-left:1px black solid;
 border-bottom:1px black solid;
 border-top:1px black solid;
 border-right:3px #663300 solid;
 font: bold;
 font-weight: bold;
 margin-bottom:10px;
 cursor:hand;
}

#active {
 padding:2px;
 width:100px;
 float:right;
 background-color:CC9966;
 border-left:1px black solid;
 border-bottom:1px black solid;
 border-top:1px black solid;
 border-right:0px;
 font: bold;
 font-weight: bold;
 margin-bottom:10px;
 cursor:hand;
 font-family: Georgia,Verdana,Arial,Lucida,sans-serif;
 color: #603811;
}

#lefttop {
 padding-top:120px;
 width:130px;
 float:right;
}

#left {
 background-color:774400;
 display:table-cell;
 * display:inline;
 width:150px;
 height:100%;
 *position:absolute;top:0px;   ¨
 text-align:center;
}

#left a {
 font-family: Georgia,Verdana,Arial,Lucida,sans-serif;
 color: #603811;
 text-decoration: none;
}
* html #left {height: 100%;} 

#right {
display:table-cell;
* display:inline;
width:699px;
height:100%;
*float:right;
text-align:center;
padding-top:0px;
vertical-align:top;
}

#right img {
 border:1px black solid;
 margin-top:10px;
 margin-bottom:10px;
}

#right .header .header2 {
 margin-bottom:20px;
 padding-bottom:0px;
 margin-top:10px;
 padding-top:0px;
 font-family: Georgia,Verdana,Arial,Lucida,sans-serif;
 color: #603811;
 font:bold;
 font-weight:bold;
}


#right .header {
 font-size: 48px;
}

#right .header2 {
 font-size: 40px;
}

#right p {
 font-family: Georgia,Verdana,Arial,Lucida,sans-serif;
 color: #603811;
 font-size: 12px;
 font:bold;
 font-weight:bold;
 padding:0px;
 margin:0px;
}

#mail {
 font:bold;
 font-weight:bold;
 font-size:17px;
 color: FFFFFF;
 float:left;
 padding-left:3px;
 padding-top:90px;
}
#mail a:link {text-decoration: none; color: #CC9966;}
#mail a:visited {text-decoration: none; color: #CC9966;}
#mail a.active {text-decoration: #CC9966;}
#mail a:hover {TEXT-DECORATION: underline;color: #CC9966;}