/* SHIFTERTV -- Main CSS */

body {
	background-repeat: repeat-x;
	background-color: #2b435f;
}
a:link {
	color: #40970d;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #40970d;
}
a:hover {
	text-decoration: underline;
	color: #40970d;
}
a:active {
	text-decoration: none;
	color: #40970d;
}
.main-backdrop-topmost {
	background-image: url(images/main-backdrop_01.gif);
	background-repeat: no-repeat;
	height: 32px;
}
.main-table {
	width: 750px;
	background-color: #FFFFFF;
}
.main-backdrop-top {
	background-image: url(images/main-backdrop_02.gif);
	background-repeat: repeat-y;
}
.text-header {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
	color: #000000;
}
.text-announcements {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #FFFFFF;
}
.table-announcements {
	width: 300px;
}
.table-races {
	width: 300px;
}
.table-races-backdrop {
	background-repeat: no-repeat;
	background-color: #40970d;
	background-image: url(images/races.jpg);
}
.text-announcements-content {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFFFFF;
}
.text-announcements-titles {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-style: italic;
	font-weight: bold;
	color: #FFFFFF;
}
.main-backdrop-bottom {
	background-image: url(images/main-backdrop_03.gif);
	background-repeat: no-repeat;
	height: 32px;
}
.main-content {
	width: 700px;
}

.main-footer {
	width: 700px;
	color: #999;
	font-size: 11px;
}

.main-footer a:link {
	color: #CCC;
	text-decoration: none;
	font-weight: bold;
}

.main-footer a:hover {
	text-decoration: underline;
}

.main-footer a:visited {
	color: #CCC;
	text-decoration: none;
}
.home-textTable {
	background-image: url(images/announcements.jpg);
	background-repeat: repeat-y;
}
.text-main {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000000;
}
.home-topcells {
	width: 350px;
}
.table-photo-display {
	padding: 5px;
	width: 425px;
	background-repeat: no-repeat;
	background-color: #40970d;
	background-image: url(images/races.jpg);
}

