body 
{
	font-family: Arial, Verdana, Helvetica;
	font-size: 13px;
	min-width: 415px;  /* 2x LC width + RC width */
}

#wrapper
{
	width: 700px;	
	margin-left: auto;
	margin-right: auto;
}

#header
{
	width: 700px;
	height: 130px;
	background-image: url(/images/header_inner.gif);
	background-repeat: no-repeat;
}

#container
{
	width: 700px;
	padding-left: 100px;   /* LC width */
	padding-right: 215px;  /* RC width */
	background-image: url(/images/background_inner.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	overflow: hidden;
}

#container .column {
	float: left;
	position: relative;	
}

#center 
{
	color: #000000;
	width: 323px;
	padding-top: 13px;
	padding-left: 12px;
	padding-right: 50px;
	padding-bottom: 20px;
	border-top: solid 1px #0099cc;
}

#center h1
{
	font-size: 14px;
	color: #44b4da;
	margin-top: 0px;
}

#center a, #center a:Link, #center a:Visited, #center a:Active 
{
	color: #000000;
	text-decoration: none;
}

#center a:Hover 
{
	color: #000000;
	text-decoration: underline;
}

#left {
	width: 100px;  /* LC width */
	margin-left: -385px;
	right: 100px;  /* LC width */
	font-size: 12px;
	color: #ffffff;	
	text-transform: lowercase;
	background-color: #08226b;
}

#left a, #left a:Link, #left a:Visited, #left a:Active {
	color: #ffffff;	
	text-decoration: none;
}

#left a:Hover {
	color: #ffffff;	
	text-decoration: underline;
}

#left ul
{
	margin-left: 0px;
	padding-left: 0px;
	margin-top: 0px;
	list-style-type: none;
}

#left ul li
{
	width: 91px;
	height: 24px;
	line-height: 24px;
	text-align: right;
	padding-right: 9px;
	vertical-align: middle;
}

#left ul li.active
{
	background-image: url(/images/nav_bg.gif);
	background-repeat: no-repeat;	
}

#right {
	width: 215px;          /* RC width */
	margin-right: -215px;  /* RC width */
	height: 597px;	
	padding-top: 13px;
	border-top: solid 1px #0099cc;	
}

#footer 
{
	font-size: 10px;
	clear: both;
	padding: 10px 10px 10px 10px;
	color: #08226b;
	background-color: #ffffff;
	text-align: center;
}

.spot
{
	width: 195px;
	height: 70px;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	background-image: url(/images/spot_inner.gif);
	background-repeat: no-repeat;	
	font-size: 10px;
	color: #ffffff;
}	

.spot h2
{
	font-size: 11px;
	color: #33ccff;
	margin-top: 0px;
	margin-bottom: 5px;
}	

.spot a, .spot a:Link, .spot a:Visited, .spot a:Active
{
	color: #00cccc;
	text-decoration: none;
}	

.spot a:Hover
{
	color: #00cccc;
	text-decoration: underline;
}	