/*
 *  LAYOUT CSS: sticky footer, etc.
 */

html, body, #wrap 
{
	height: 100%;
}

body > #wrap 
{
	height: auto; 
	min-height: 100%;
}

#main 
{
	overflow:auto;
	padding-bottom: 200px; /* must be same height as the footer */
}  

#footer 
{
	position: relative;
	margin: -200px 0px 0px 0px; /* negative value of footer height */
	height: 200px;
	clear:both;
} 

#header
{
	padding: 50px auto;
}

/*Opera Fix*/
body:before {
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;
}


/*
 * BACKGROUND CSS
 */
body
{
	width:100%;
	margin: 0px;
	background:url("../images/bg2.jpg") no-repeat scroll center top #14161F;
}


#footer  {
	background:url('../images/foot.jpg') repeat scroll 0 0 transparent;
	border:medium none;
}


/* 
 * FLOATING CONTENT AREA
 */
#content 
{
	width:820px;
	margin:25px auto;
	text-align:left;
	padding:15px;
	/* background-color:#eee; */
	background-color:#c0c0c0;
}

#content a, 
#content a:link,
#content a:visited
{
	color:#000;
}



/*
 *  "MENU" ITEMS
 */
 
#menuItems li
{
	display: inline;
	list-style-type: none;
	padding-right: 20px;
}
 
 
/*
 * MISC. APPEARANCE CRAP
 */
body
{
	/* font: 11px verdana,arial,helvetica,sans-serif;  */
	font: normal 12pt Calibri,"Segoe UI",Arial,sans-serif; 
}

#header
{
	color:#eee;
	text-align:center;
}

a, a:link, a:visited
{
	color:#eee;
}

.noline
{
	text-decoration:none;
}

h1
{
	color:#eee;
	font-weight: bold;
	font-size: 250%;
	margin-bottom: 10px;
}

.bigFont
{
	font-size:200%;
}

.littleFont
{
    font-size: 75%;
}

.divResults
{
    font-size: 85%;
}

.divResults table,
.divResults table td,
.divResults table th
{
    border: 1px solid black;
    border-collapse: collapse;
}

.divResults table th
{
    text-align: center;
    font-weight: bold;
}
