*{
font-family: verdana, arial, sans-serif;
color: #97A29D;
font-size: 13px;
}
body{
background-color: #fff;
}
body,html,table{
height:100%;
margin:0;
padding:0;
}
table{
border-spacing:0;
border:none;
margin: 0 auto;
}
td{
vertical-align: middle;
} 
#wrapper{
width:990px;
margin: 10px auto;
}
#header{
height: 112px;
position:relative;
border-bottom: 1px solid #97A29D;
margin-left:200px;
}
#logo{
position:absolute;
top:0;
left:-207px;
width: 292px;
height:169px;
}
#navi{
position:absolute;
bottom: 10px;
right:0;
}
#content{
height: 490px;
border-bottom: 1px solid #97A29D;
}
#left{
width:500px;
float:left;
text-align:right;
}
#right{
width:410px;
float:right;
height: 450px;
padding: 20px 30px 20px 0;
overflow:auto;
}
#footer{
height: 23px;
margin: 6px 0 0 0;
background: url('../grafics/footer_back.gif') right 6px no-repeat;
}
.clear{
height:0;
overflow:hidden;
}
img{
border: none;
}
/* TYPO */
#navi *{
text-decoration: none;
padding-left:10px;
}
#footer *{
text-decoration: none;
padding-right:10px;
}
h1{
letter-spacing: .2em;
}
#right p{
line-height: 1.5em;
}
a.activ, a:hover{
color: #F47E59;
}