body {
	background-color: #0F0F0D;
	min-width: 550px; 	/* 2 x (LC fullwidth + CC padding) + RC fullwidth */
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-family: verdana;
	font-size: 11px;
}
#container {
  padding-left: 150px;   /* LC width */
  padding-right: 200px;  /* RC width */
}
#container .column {
  position: relative;
  float: left;
}
#center {
  width: 100%;
  background-color: #D7E1AF;
}
#left {
  width: 150px;          /* LC width */
  right: 150px;          /* LC width */
  margin-left: -100%;
  color: #D7E1AF;
}
#right {
  width: 200px;          /* RC width */
  margin-right: -200px;  /* RC width */
  color: #ffffff;
}
#footer {
  clear: both;
}
/*** IE6 Fix ***/
* html #left {
  left: 200px;           /* RC width */
}
hr {
	color: #7B2E2B;
	background-color: #7B2E2B;
	border: 1px;
	height: 2px;
	size: 2px;
	margin: 5px 5px 5px 5px;
}

.content
{
	background-color: #FCFAE0;
	margin: 15px 15px 15px 15px;
	padding: 5px 5px 5px 5px;
	font-family: verdana;
	font-size: 11px;
}
a {
	color: #F44C1B;
	text-decoration: none;
}
a:hover {
	color: #7B2E2B;
}
.headerNav a:hover img
{
	background-color: #FCFAF0;
}
.leftside
{
background-color:#0F0F0D;
width: 150px;
height: 100%;
float: left;
}
#flashplayer
{
	padding-left: 15px;
}
.rightcontent
{
	float: left;
	background-color: #9BAEB4;
	margin: 15px 15px 0px 10px;
	width: 150px;
	font-family: verdana;
	font-size: 11px;
}
.rbroundbox { background: url(images/nt.gif) repeat; }
.rbtop div { background: url(images/tl.gif) no-repeat top left; }
.rbtop { background: url(images/tr.gif) no-repeat top right; }
.rbbot div { background: url(images/bl.gif) no-repeat bottom left; }
.rbbot { background: url(images/br.gif) no-repeat bottom right; }

/* height and width stuff, width not really nessisary. */
.rbtop div, .rbtop, .rbbot div, .rbbot {
height: 7px;
font-size: 1px;
}
.rbcontent { margin: 0 7px; }
.rbroundbox { width: 50%; margin: 1em auto; }
	