@charset "UTF-8";
/* Gillespie - December 2009 */

* {
	margin:0;
	padding:0;
	border:0;
}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	text-align:center;
	background-color: #000;
	background-image: url(Images/GillespieBkgd.jpg);
	background-repeat: repeat-x;
}

a:link {
	color: #C93;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FC0;
}
a:hover {
	text-decoration: none;
	color: #C90 ;
}
a:active {
	text-decoration: none;
	color: #FC3;
}

#container {
	width:900px;
	margin-left:auto;
	margin-right:auto;
}

#header {
	background:url(Images/GillespieHeader.jpg) no-repeat;
	width:900px;
	height:183px;
	margin-top:0;
}

#repeat {
	background:url(Images/GillespieBodyRepeat.jpg) repeat-y;
	height:auto;
	width:900px;
}

#repeat p {
	margin-left:90px;
	margin-right:90px;}

#footer {
	background:url(Images/GillespieFooter.jpg) no-repeat;
	width:900px;
	height:67px;
}

.bottomnav {
	text-align:center;
	color:#CC9933;
	text-transform:uppercase;
	font-stretch:wider;
	padding-top:20px;
}

.copyright {
	font:"Times New Roman", Times, serif;
	font-style:italic;
	font-size:10px;
	color:#C33;
}

.copyright a {
	color:#C33;}
	
.leftalign {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	text-align:left;
	text-indent:2em;
	padding:10px;
}

#centeralign {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align:center;
	margin-left:90px;
	margin-right:90px;
	padding:3px;
}

.white {color: #FFF;}
.gold {color: #FC3;}
.grey {color: #999;}
.red {color: #C00;}

.bigred {
	color:#C00;
	font:Verdana, Geneva, sans-serif;
	font-weight:bold;
	text-align:center;
	font-size:14px;
}

.centeralignlarge {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #FFF;
	text-align:center;
	margin-left:90px;
	margin-right:90px;
	padding:3px;
}

.biggold {
	color:#FC3;
	font:Verdana, Geneva, sans-serif;
	font-weight:bold;
	text-align:center;
	font-size:14px;
}

.biggergold {
	color:#FC3;
	font:Verdana, Geneva, sans-serif;
	text-align:center;
	font-size:18px;
}

.smallgold {
	color:#FC3;
	font:Verdana, Geneva, sans-serif;
	text-align:center;
	font-size:11px;
}
