body{
background: #fff;
margin: 0;
padding: 0;
}

#header{
background: url('images/02.jpg') no-repeat;
}

#content{
position: absolute;
left: 370px;
top: 100px;
width: 600px;
text-align: right;
}

a:link, a:visited, a:active{
color: #bcbcbc;
text-decoration: none;
}

a:hover, #links a:hover, #footer a:hover{
color: #a1d3eb;
text-decoration: none;
}

p{
font: 10px "Lucida Sans", "Arial";
color: #000;
padding: 1px 5px 1px 5px;
text-align: justify;
}

ul{
font: 11px "Arial";
text-align: justify;
margin: 0;
margin-top: -10px;
margin-bottom: -3px;
}

li{
list-style: square;
color: #a7c7f5;
}

h1{
text-indent: 60px;
font: 14px arial black;
color: #98d285;
margin-bottom: -4px;
}

#image{
background: #bcbcbc;
margin: 3px;
padding: 3px;
text-align:center;
}

#image:hover{
background: #9cd0e9;
margin: 3px;
padding: 3px;
text-align:center;
}

#fan{
border: 1px solid #ababab;
padding: 3px;
margin: 2px 0 2px 2px;
}

#fan:hover{
border: 1px solid #7dbdee;
padding: 3px;
margin: 2px 0 2px 2px;
}

#contact{
margin: 0 20px 25px 0px;
}

b,strong{
color: #b7e6fd;
font-style: bold;
}

i,em{
color: #dedede;
font-style: italicized;
}

#dhtmltooltip{
background: #fff;
font: 10px "Arial";
position: absolute;
width: 150px;
border: 1px solid #e6e6e6;
padding: 2px;
visibility: hidden;
z-index: 100;
}