body {
background-color: #660000;
}

.sidebar {
background-image: url(/images/ollin.gif);
background-repeat: repeat-y;
visibility: visible;
margin: 0px 0px 0px 0px;
width: 150px;
height: 512px;
position: absolute;
}

.logo {
margin: 0px 0px 0px 150px;
width: 160px;
height: 70px;
position: absolute;
border-top: 2px solid #CCCCCC;
border-left: 2px solid #CCCCCC;
}

.image {
margin: 0px 0px 0px 312px;
width: 440px;
height: 77px;
position: absolute;
border-top: 2px solid #CCCCCC;
border-right: 2px solid #CCCCCC;
}

.menu {
margin: 70px 0px 0px 150px;
width: 500px;
height: 20px;
position: absolute;
border-left: 2px solid #CCCCCC;
background: #999999;
font-family: Lucida Sans Unicode, Geneva, Arial, SunSans-Regular, sans-serif;
font-size: 16px;
}

.date {
margin: 70px 0px 0px 652px;
width: 100px;
height: 20px;
position: absolute;
border-right: 2px solid #CCCCCC;
background: #999999;
}

.main {
background-image: url(/images/cell_bg.gif);
background-repeat: repeat-y;
background-color: #CC9933;
margin: 90px 0px 0px 150px;
position: absolute;
width: 580px;
height: 400px;
z-index: 1;
padding: 10px;
border-left: 2px solid #CCCCCC;
border-right: 2px solid #CCCCCC;
border-bottom: 2px solid #CCCCCC;
font-family: 12px Lucida Sans Unicode, Geneva, Arial, SunSans-Regular, sans-serif;
font-weight: normal;
text-align: justify;
}

.overflow {
background-image: url(/images/cell_bg.gif);
background-repeat: no-repeat;
background-attachment: fixed;
background-position: 0px 0px;
background-color: #CC9933;
margin: 90px 0px 0px 150px;
position: absolute;
width: 580px;
height: 400px;
overflow: scroll;
z-index: 1;
padding: 10px;
border-left: 2px solid #CCCCCC;
border-right: 2px solid #CCCCCC;
border-bottom: 2px solid #CCCCCC;
font-family: 12px Lucida Sans Unicode, Geneva, Arial, SunSans-Regular, sans-serif;
font-weight: normal;
text-align: justify;
}

img.item {
float: left;
position: relative;
padding: .5em;
z-index: 2;
font-family: Lucida Sans Unicode, Geneva, Arial, SunSans-Regular, sans-serif;
font-size: 12px;
}

.contact {
background-image: url(/images/cell_bg.gif);
background-repeat: repeat-y;
background-color: #CC9933;
margin: 90px 0px 0px 150px;
position: absolute;
width: 580px;
height: 400px;
z-index: 1;
padding: 10px;
border-left: 2px solid #CCCCCC;
border-right: 2px solid #CCCCCC;
border-bottom: 2px solid #CCCCCC;
font-family: Lucida Sans Unicode, Geneva, Arial, SunSans-Regular, sans-serif;
font-size: 16px;
font-weight: normal;
text-align: center;
}

p {
font-family: 12px Lucida Sans Unicode, Geneva, Arial, SunSans-Regular, sans-serif;
color: #000000;
font-size: 14px;
font-weight: normal;
}

p.dropcap: first-letter {
font-family: Lucida Sans Unicode, Geneva, Arial, SunSans-Regular, sans-serif;
color: #000000;
float: left;
font-size: 20px;
font-weight: bold;
}

h4 {
font-family: 12px Lucida Sans Unicode, Geneva, Arial, SunSans-Regular, sans-serif;
color: #000000;
font-size: 14px;
font-weight: bold;
}
		
a:link {
color: #FFFFFF;
text-decoration: none;
}

a:visited {
color: #FFFFFF;
text-decoration: none;
}

a:hover {
color:#990000;
background-color:#CCCCCC;
text-decoration: none;
}

a:active {
color: #FFFFFF;
text-decoration: none;
}