body { 
	background: #fff; 
	margin: 0;
	padding: 0;
	font-family : Verdana, Helvetica, Arial, sans-serif;
	font-size: 80%;
	text-align: center;
	color: #232;
	}

/* master container */
/* ---------------- */
#fixedwidth-central {
	margin: 1em auto;
	text-align: left;
	width: 825px;
	background: #fff;
	}

/* initially split into two columns */
/* -------------------------------- */
#main-column1 {
	width: 225px;
	float: left;
	}

#main-column2 {
	width: 600px;
	float: left;
	}

#col2-hdr {
	background-image: url(images/leaderboard-topbg.jpg);
	width: 600px;
	text-align: right;
	height: 125px; 
	border-bottom: 1px solid #363;
	}

#col2-hdr em {
	color: #fff;
	position: relative;
	bottom: 22px;
	right: 47px;
	font-size: 130%;
	}

div.padder {
	padding-left: 1.7em; 
	}

div.split34 {
	float: left;
	width: 75%;
	}

div.split14 {
	float: left;
	width: 25%;
	}

div.split12,  div.split12r {
	float: left;
	width: 50%;
	}

div.split12r {
	text-align: right;
	}
	
div.cboth {
	clear: both;
	}
	
#hotline {
	border: 1px solid #363;
	margin-top: 1em;
	background: #dfd;
	padding: 1em;
	font-weight: bold;
	text-align: center;
	}

p.quote {
	font-size: 85%;
	}

table.sched {
	border-top: 1px solid #9b9;
	border-right: 1px solid #9b9;
	width: 100%;
	}

table.sched td {
	border-bottom: 1px solid #9b9;
	border-left: 1px solid #9b9;
	}
	
/* headers */
/* ------- */
#main-column2 p strong {
	font-size: 170%;
	font-weight: normal;
	color: #393;
	}

/* default hyperlinks */
/* ------------------ */
a {
	text-decoration: none;
	color: #392;
	}

a:hover {
	text-decoration: underline;
	}
	
/* menu container */
/* -------------- */
#menu {
	background: #393;
	width: 223px;
	border: 1px solid #363;
	}

div.menuitem, div.menuitemc {
	border-bottom: 1px solid #363;
	padding: 0.4em 1em;
	}

div.menuitemc {
	background: #363;
	color: #dfd;
	}

div.menuitem a {
	color: #fff;
	}
	
/* footer */
/* ------ */
#footer {
	clear: both;
	font-size: 70%;
	padding: 1em 0;
	text-align: right;
	}

#footer hr {
	height: 1px;
	border: 0;
	color: #393;
	background-color: #393;
	}
	
/* images */
/* ------ */
img, img a { 
	border: 0; 
	}

#logo, img.logo {	
	width: 225px;
	height: 125px;
	background: #393;
	}

img.training {	
	width: 159px;
	height: 125px;
	}

img.mouse {
	width: 223px;
	height: 108px;
	}

img.nano {	
	width: 71px;
	height: 154px;
	margin: 1em;
	}

img.es {	
	width: 133px;
	height: 42px;
	margin-top: 10px;
	}