/******************************************
TITLE:		style.css
AUTHOR:		brs
DATE:		3-21-07
PURPOSE:	CSS Style sheet for Coach Coz
*******************************************/

body {
	background-color: #4e96de;
	background-image: url("../images/splashctr.jpg");
	background-repeat: no-repeat;
	background-position: top center;
	margin-top: 0px;
	margin-left: 0px;
}

#splashnavleft {
	position: absolute;
	right: 80%;
	z-index: 200;
}

#splashnavright {
	position: absolute;
	left: 80%;
	z-index: 200;
}

#contentcenter {
	text-align: center;
	width: 800px;
}

a:link {
	color: #000000;
	font-family: trebuchet ms;
	font-size: 12px;
	text-decoration: none;
}

a:visited {
	color: #000000;
	font-family: trebuchet ms;
	font-size: 12px;
	text-decoration: none;
}

a:active {
	color: #ffffff;
	font-family: trebuchet ms;
	font-size: 12px;
	text-decoration: none;
}

a:hover {
	color: #ffffff;
	font-family: trebuchet ms;
	font-size: 12px;
	text-decoration: none;
}

/* The following 2 commands control the fireworks navigation */
td img {
	display: block;
}

#navbar {
	position: absolute;
	top: 45px;
	left: 82%;
	z-index: 400;
}

.botlinksleft { /* positions the bottom links */
	position: absolute;
	top: 436px;
	left: 12%;
	z-index: 304;
}

.botlinksright { /* positions the bottom links */
	position: absolute;
	top: 436px;
	left: 63%;
	z-index: 304;
}

a.bot:link {
	color: #000000;
	font-family: verdana;
	font-size: 10px;
	text-decoration: none;
	position: relative;
	top: -4px;
}

a.bot:visited {
	color: #000000;
	font-family: verdana;
	font-size: 10px;
	text-decoration: none;
	position: relative;
	top: -4px;
}

a.bot:active {
	color: #ffffff;
	font-family: verdana;
	font-size: 10px;
	text-decoration: none;
	position: relative;
	top: -4px;
}

a.bot:hover {
	color: #ffffff;
	font-family: verdana;
	font-size: 10px;
	text-decoration: none;
	position: relative;
	top: -4px;
}

/* The following command controls the best viewed comment at the bottom of the page */
#bestview {
	color: #2c74bc;
	font-family: verdana;
	font-size: 9px;
	text-align: center;
	position: relative;
	top: 460px;
}
