﻿body {
background:#E3DFDB;
}
.clear {
clear:both;
}
#wrapper {
background:url(../images/shadow_bg.jpg) repeat-y;
width:770px;
text-align:left;
position:absolute;
margin:auto auto auto -428px;
left:50%;
padding:0px 0px 0px 85px;
}
#banner {
background:#ffffff url(../images/header.jpg) 4px 6px no-repeat;
width:675px;
height:52px;
margin:6px 0px 6px 1px;
padding:4px;
}
#picture {
clear:both;
width:683px;
margin:0px 0px 16px 1px;
}
.profilepic {
float:left;
width:154px;
margin:0px 0px 24px 9px;
border-color:#C00;
border-style:solid;
border-width:0px 0px 4px 0px;
}
.textleft {
float:left;
width:377px;
margin:0px 0px 24px 9px;
}
.textbig {
float:left;
width:504px;
margin:0px 0px 24px 9px;
}
.textnews {
float:left;
width:504px;
margin:0px 0px 24px 9px;
}
.textright {
float:left;
width:248px;
margin:0px 0px 24px 42px;
}
.boxout {
background-color:#E1DED9;
padding:6px;
margin-bottom:6px;
}
.boxout_red {
background:#C00 url(../images/arrow01.jpg) 6px 10px no-repeat;
padding:6px 6px 6px 18px;
margin-bottom:6px;
}
.rule {
border-color:#999;
border-style:solid;
border-width:1px 0px 0px 0px;
padding-top:6px;
}

#copyright {
clear:both;
height:26px;
width:683px;
border-color:#999;
border-style:solid;
border-width:1px 0px 0px 0px;
padding-top:6px;
margin-left:1px;
}
#footer {
background:url(../images/shadow_bottom.jpg) no-repeat;
margin-left:-85px;
padding-left:86px;
height:80px;
}

/*   News dropdowns styling    */
.headline{ 
cursor: pointer;
border-bottom:1px solid #999;
margin-bottom:4px;
}
.openstory{ 
background:#E1DED9;
border:none;
}
.thestory {
border-bottom:1px solid #999;
margin-bottom:4px;
}
.headline h4 {
border-bottom:4px solid #FFF;
padding-bottom:8px;
}
.closedstory:hover {
background:#E1DED9;
}
