body {
  min-width: 550px;      /* 2x LC width + RC width */
  font-family: Helvetica, Arial, sans-serif;
  font-size:15px;
  background:#000000;
  color:#FFFFFF;
}
#container {
  padding-left: 200px;   /* LC width */
  padding-right: 150px;  /* RC width */
}
#container .column {
  position: relative;
  float: left;
}
#center {
  width: 100%;
  margin-right:10px;
}
#left {
  width: 160px;          /* LC width */
  right: 200px;          /* LC width */
  margin-left: -100%;
}
#right {
  width: 140px;          /* RC width */
  margin-right: -150px;  /* RC width */
}
#footer {
  clear: both;
  border-top:1px solid #000000;
}
/*** IE6 Fix ***/
* html #left {
  left: 150px;           /* RC width */
}

a:link, a:active, a:visited {
text-decoration: none;
font-family: inherit;
color: #befc5d;
}

a:hover {
text-decoration: none;
font-family: inherit;
color: #31bcfc;
}

h1, h2		{
			font-family: inherit;
			color: #c52128;
			font-size: 210%;
			letter-spacing: -2px;
			font-weight: bold;
			}

.navlink1 {
text-decoration: none;
font-family: inherit;
background:#570b0d;
color: #000000;
width: 140px;
height: 15px;
display:block;
padding:5px;
text-align:center;
font-weight:bold;
}

a.navlink1:link, a.navlink1:active, a.navlink1:visited {
text-decoration: none;
font-family: inherit;
background:#000000;
color: #f8ad0c;
display:block;
padding:5px;
text-align:center;
font-weight:bold;
border:1px solid #000000;
}

a.navlink1:hover {
text-decoration: none;
font-family: inherit;
background:#c52128;
color: #570b0d;
display:block;
padding:5px;
text-align:center;
font-weight:bold;
border:1px solid #befc5d;
}

a.navlink1:link, a.navlink1:active, a.navlink1:visited {
background:#570b0d;
color: #FFFFFF;
}

a.navlink1on:link, a.navlink1on:active, a.navlink1on:visited {
text-decoration: none;
font-family: inherit;
background:#570b0d;
color: #FFFFFF;
width: 140px;
height: 15px;
display:block;
padding:5px;
text-align:center;
font-weight:bold;
border:1px solid #FFFFFF;
}

.date		{
			font-family: inherit;
			color: #CCCCCC;
			letter-spacing: 2px;
			font-size: 80%;
			text-align:right;
			}
			
a[icon ^="external"] {
   padding-right: 17px;
   background: transparent url(external.gif) no-repeat center right;
}