/* --------------------------------- */
/* timmac.css                       */
/* --------------------------------- */
/* Created       2010-05-24          */
/* Copyright (c) 2010 by             */
/* Kimberly McBride, McBride Design  */
/* All rights reserved.              */
/* --------------------------------- */


body {
	font: normal 12px Arial, Helvetica, sans-serif;
	background: #000000;
	background-image:url(../images/gradient.jpg);
	background-repeat:repeat-x;
	width: 900px;
	margin: 0px auto;
	color: #ffffff;
	text-align: center;
}
td {
	font: normal 12px Arial, Helvetica, sans-serif;
	line-height: 16px;
}
a, a:link {
	color: #ffffff;
	text-decoration: underline;
}
a:visited {
	color: #ffffff;
	text-decoration: underline;
}
a:hover {
	color: #007be8;
	text-decoration: underline;
}
a:focus {
	color: #00549f;
}
a:active {
	color: #00549f;
}

.oneColFixCtr #container {
	width: 800px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	z-index: 1;
}

.oneColFixCtr #mainContent {
	width:780px;
	height:265px;
	position:absolute;
	top:0px;
	text-align: left;	
	z-index: 2;
}

.oneColFixCtr #mainNav {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	position: absolute;
	top:0px;
	z-index:3;
}

.oneColFixCtr #mainText {
	padding-left:90px; 
	padding-right:90px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 600px;
	margin: 0 auto;
	text-align: left; 
	position: absolute;
	top:280px;
	padding-top: 6px;
	font-size: 12.5px;
	line-height: 20px;
	z-index:10;
}

* html .oneColFixCtr #mainText
{
  width: 780px;
  w\idth: 780px;
}


#footer {
	font-size: 10px;
	border-top: solid 1px #00549f;
	padding-top: 6px;
	text-align:center;
}
