body {
    min-width: 560px;
    font-size: 62.5%; /* Resets 1em to 10px */
    font-family: Arial, Verdana, Arial, Sans-Serif;
    margin: 0;
    padding: 0; 
}

#header {
    border: 1px solid #38b;
    padding: 0px;
    margin: 5px;
    height: 168px;
/*    width: 100%;*/
    font-size: 40px;
    -moz-border-radius:20px;
    border-radius:20px;
}

#header-bonus {
    border: 1px solid #38b;
    padding: 5px;
    padding-left: 10px;
    margin: 5px;
/*    height: 168px; */
/*    width: 100%;*/
    font-size: 12px;
    -moz-border-radius:20px;
    border-radius:20px;
}

a:visited, a:link, a:active {
    text-decoration: none;
}



a:hover {
    text-decoration: underline;
}

#header-container {
  float: left;
}

#header-title {
    float: left;
    padding: 0 0 0px 0px;
    margin: 0;
/*    width: 510px;*/
}

#header-title .title {
  font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
  font-weight: bold;
  padding-left: 5px;
  margin: 10px 0 0;
  text-align: left;
}

.title a {
    margin-top: 20px;
}

#header-menu {
	float: right;
	margin: 0;
/*	margin-left: 585px;*/
	width: auto;
	padding: 20px 2em 0 0;
}

#header-menu .header-menu-item {
	margin-top: 1ex;
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	text-align: right;
	font-size: 14px;
}

#memorysearch {
    clear: both;
    padding-left: 5px;
    padding-bottom: 5px;
    font-size: 12px;
}

#leftside {
    width: 180px;
    right: 180px;
    margin-left: -100%;
    padding-top: 5px;
    font-size: 10px;
}

/* IE7 fix */
#container > #leftside {
  left: -180px;
  margin-left: expression(document.all.content.offsetWidth * -1);
}

#sidebar {
    width: 180px;
    margin-right: -180px;

    padding-top: 5px;
    font-size: 10px;
}

#container {
  padding-top: 5px;
  padding-left: 180px;
  padding-right: 180px;
}

#container .column {
  position: relative;
  float: left;
}

#content {
    width: 100%;
    font-size: 14px;
}

#footer {
/*    clear: both;*/
}

.sidebarbox, .leftsidebarbox {
    border: 1px solid black;
    margin-top: 5px;
    margin-left: 5px;
    width: 160px;
    min-width: 160px
/* this makes the background from the header leak out over the corners
    -moz-border-radius:20px;
    border-radius:20px;
*/
}

.sidebarboxheader, .leftsidebarboxheader {
  border-bottom: 1px solid black;
  font-weight: bold;
  font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
  padding: 5px 0px 5px 5px;
}

.sidebarbox ul, .leftsidebarbox ul {
  padding: 4px;
  margin: 0px;
  list-style: inside;
}

.newarticle {
  font-size: 12px;
}

.oldarticle {
  font-size: 11px;
}

a img {
    border: none;
}

.tagcloud {
    font-size: 12px;
    padding: 5px;
}

#bannerad {
  margin-top: 10px;
}

#licenseicon {
    float: left;
    border-width: 0;
    padding-right: 5px;
}

.navigation {
    padding-top: 10px;
}

/* image positioning CSS
 */
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	float: right;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	float: left;
	}

/*** IE6 Fix - makes the 3 column layout work ***/
* html #leftside {
  left: 180px;           /* RC width */
}



