body {
margin:0px;
background-image:url("images/tile.jpg");
background-repeat:repeat-y;
background-color:#A6B4BF;
}

p {
line-height:1.4em;
font-family: Georgia, Times, "Times New Roman";
}

H1 {
text-decoration:underline;
font-size:1.1em;
}

.ptitle {
font-family: Trebuchet, Verdana, sans;
font-size:16px;
font-weight:bold;
color:#BB5959;
position:absolute;
top:10px;
}

.mlinks img {
border:0px;
}

.sidebar {
font-family: arial, "lucida console", sans-serif;
font-size: 12px;
color: #620000;
width: 220px;
padding-left: 15px;
}

.tip {
position:relative;
left:30px;
top:25px;
 }
 .tipicon {
 position:absolute;
 background-image:url('images/tips.gif');
 width:61px;
 height:52px;
 top:-25px;
 left:-30px;
  }
 .tiptext {
 border:1px solid black;
 background-color:#9EB0BE;
 position:static;
 width:450px;
 padding-left:50px;
 margin-bottom:40px;
 }
