/* CSS Layout for Giles Design */

#wrap-header {
width: 100%;
}


#wrap-body {
width: 100%;
}

#header {
width: 1000px;
height: 119px;
clear: both;
}


/* Main Content Areas -- bkg has artwork, and the rest contains the 3 column-format */


#mainbody-bkg {
width: 1000px;
height: 471px;
background:url(../assets/middle-bkg.jpg);
background-position:top center;
background-repeat:no-repeat;
}

#mainbody {
float: left;
text-align: left;
width: 772px;
height: 481px;
}

#content {
float: right;
text-align: left;
width: 539px;
height: 481px;
}

#loading {
float: right;
text-align: center;
width: 539px;
height: 481px;
padding-top:175px;
}

#sidebar-left {
float: left;
text-align: left;
width: 233px;
height: 481px;
margin-top:5px;
}

/* absolute sidebar-left is 233 px maximum for 3 column format (see above) */


#sidebar-right {
float: right;
text-align: left;
width: 228px;
height: 481px;
}



<!--- padding below was margin, changed height from 100 to 92, and width from 520 to 510 --->
#IDtop {
float: left;
text-align: left;
width: 510px !important; width: 510px;
height: 92px;
}

/* news structural element for archive page */

#newspacket { 
padding-bottom:10px;
padding-top:10px;
}

