body, div, table, td {
 padding: 0;
 margin: 0;
 color: #003366;
 font-family: arial;
 font-size: 11px;
}
.left {
 position: relative;
 background-color: #99cccc;
 display: block;
 width: 150px;
 height: 260px;
}
.left div {
 position: absolute;
}
.menu {
 background-image: url(/images/bg_menu.gif);
 background-repeat: repeat-x;
 width: 150px;
 padding: 0 10;
}
.menu a {
 color: #ffffff;
 text-decoration: none;
}
.main {
 background-image: url(/images/bg_main.gif);
 background-repeat: repeat-x;
 height: 104px;
}
.bottom {
 background-image: url(/images/bg_body.gif);
 background-repeat: repeat-x;
 height: 78px;
}
.line {
 border-top: 15px #99cccc solid;
 border-bottom: 5px #9999ff solid;
 height: 2px;
 font-size: 2px;
}
a:hover {
 color: #ffff00;
}
.logo {
 z-index: 1;
 position: absolute;
 top: 0px;
 left: 0px;
 width: 208px;
 height: 119px;
 filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/logo.png');
}
h1 {
 color: #99cc33;
 font-size: 18px;
 margin: 5px;
 font-weight: normal;
 font-family: georgia;
}
.image {
 margin: 5px;
}
i {
 color: #99cc33;
}
