body{background-color:#444444;  font-family: tahoma; 
font-size: 8pt;
}
ul{ 
list-style-type: none;
padding: 0;
margin: 0;} 
a{color: #168AB0; text-decoration:none;}
a:hover{color: #AC7AB7;text-decoration:none;}
#main{width: 487px; margin-left: auto; margin-right: auto; }
#header{
width: 487px; 
height: 70px;
background-image:url('images/bordertopturquoise.png');
background-position: top;
background-repeat: no-repeat;
}
#logo{
width: 250px;
height: 37px;
margin-right: 10px;
margin-top: 20px;
float: right;
background-image:url('images/logot.png');
background-position: center;
background-repeat: no-repeat;
}

#content{
color: #FFFFFF;
text-align: justify;
width: 457px; 
padding: 15px;
background-image:url('images/borderbottomturquoise.png');
background-position: bottom;
background-repeat: no-repeat;
min-height: 200px;

}

#menu{position: absolute; width: 100px; margin-left: -94px;}
#menu a{
padding-top: 7px;
margin-top: 0px;
text-decoration: none;
text-align: center;
display: block;
color:#FFFFFF; 
width: 100px;
height: 18px; 
background-image:url('images/linkturquoise.png');}
#menu a:hover{ 
background-image:url('images/linkpinkhover.png');
}
#menu a.current{
background-image:url('images/linkpinkhover.png');}
#menu a.default{
/*background-image:url('images/linkturquoise.png');*/
}

