body{
 padding: 0px;
 margin: 0px;
}

#header{
 height:90px;
 width:100%;
 background-image: url('gradientbar.gif');
 background-repeat: repeat-x;

}
#content{
 float: left;
 margin-left: 20px;
 margin-right: 20px;
 padding: 5px;
 font-family: arial,verdana,helvetica;
 font-size: 12px;
 color: #333333;

}
#content h2{
 font-size:20px;
 font-weight:bold;
 color:#000066;
}

.img_right{
 width: 480px;
 float: right;
 margin: 5px;
 border: 1px;
 border-color: #000066;
}
a{
 color: #000066;
 font-size:14px;
 font-weight:bold;
}
a:link {color: #000066; text-decoration:none}     /* unvisited link */
a:visited {color: #000066; text-decoration:none}  /* visited link */
a:hover {color: #FF6600; text-decoration:underline}   /* mouse over link */
a:active {color: #FF6600; text-decoration:none}   /* selected link */
