body
{background: #FCFCC}

#container
{width: 100%;
position: absolute;
z-index: 1;
}

.headline
{font-family: Verdana, Arial, Helvetica, sans-serif;
background-color: #6699FF;
text-align:left;
margin: 0px;
font-size: 18px;
color: #993300;
height: 55px;
width: 100%;
left: 15px;
top: 5px;
z-index: 10;
}

#bigcontainer
{width: 100%;
position: absolute;
z-index: 2;
}

.sidebar
{background-color: #FFFFCC;
text-align: left;
padding-right: 4px;
padding-left: 4px;
padding-top: 8px;
padding-bottom: 4px;
height: 240px;
width: 120px;
left: 15px;
z-index: 30;
}

.sidebar ul

{list-style:none;
line-height:24px;
margin: 0;
padding: 0;
border: none;
}

.sidebar ul a:hover
		{	color: red;
                        font-size: 12pt;
			font-weight: bold}


.portrait
{position: absolute;
z-index: 50;
top: 0px;
left: 130px;
}

.bob
{background-color: #CCFFCC;
font-size: 14px;
color: 333300;
position: absolute;
height: auto;
width: 58%;
top: 0px;
left: 130px;
z-index: 45;
}

.rightbar
{float: right;
position: relative;
padding: 0 5px 0 0;
text-align: right;
font-size: 12px;
z-index: 200;
}
