body {
background-image: url(bg.jpg);
background-color: #FFFFFF;
background-attachment: scroll;
background-repeat: repeat-y;

font-family: Arial, Helvetica, sans-serif; 
background-color: #ffffff; 
color: #FF4040;
scrollbar-base-color: #FFFFFF;
scrollbar-track-color: #FFFFFF;
scrollbar-face-color: #FFC0C0;
scrollbar-highlight-color: #FF4040;
scrollbar-3dlight-color: #FF4040;
scrollbar-darkshadow-color: #FF4040;
scrollbar-shadow-color: #FF4040;
scrollbar-arrow-color: #FF4040;
}


A:link { color: #FF4040; text-decoration:none; background-color: #FEF7E4; }
A:visited { color: #FF4040; text-decoration:none; background-color: #FEF7E4; }
A:hover { color: #FFC0C0; text-decoration:line-through; }
A:active { color: #FFC0C0; text-decoration:line-through; }

h1 {     
color: #FF4040;
background-color: #FFC0C0;
font-variant: small-caps; 
text-align: center;
letter-spacing: 0.25cm;
font-size: 14px;
font-weight: normal;
 }

#image {
position: absolute;
left: 0px;
top: 0px;
z-index: 0;
width: 750px;
height: 499px;
background-repeat: no-repeat;
background-image: url('main.jpg')
}

#nav {
position: absolute;
top: 45px;
left: 34px;
width: 159px;
overflow: visible;
}

#content {
position: absolute;
top: 407px;
left: 243px;
width: 488px;
overflow: visible;
}

ul {
list-style-type: none;
padding: 0;
margin: 0;
}

li {
background-image: url('plbullet.gif');
background-repeat: no-repeat;
background-position: 0% 0%;
padding-left: 11px;
}

.avatar
{
float: left;
width: 100px;
margin: 0 3px 3px 0;
}

.clearboth { clear: both; }