@charset "UTF-8";
/* CSS Document */

body {
	background-color:#000000;
	font-family: Arial, "Trebuchet MS", "Geneva CY", Verdana;
	font-size: 12px;
	color: #FFFFFF;
}
*, html, body {
	margin:0;
	padding:0;
}
p, div, td {
	line-height:135%;
}
#wrapper {
	width:100%;
}
#innerwrapper{
	width:955px;
	margin:10px auto 10px auto;
}
#header{
	background:url(../images/header-bg.png) repeat-x;
	height:231px;
	text-align:center;
}
#logo{
	height:231px;
	width:369px;
	margin:0px auto;
	line-height:231px;
}
#logo h1{
	background:url(../images/trackshots-logo.png) no-repeat;
	line-height:231px;
	margin:0px auto;
}
#logo h1 a:link, #logo h1 a:visited, #logo h1 a:active, #logo h1 a:hover{
	width:369px;
	display:block;
	text-indent:-5000px;
	text-decoration:none;
	line-height:231px;
	margin-top:0px;
	
}
#navigation{
	background:url(../images/menu-bg.png) repeat-x;
	height:55px;
	line-height:55px;
	text-align:center;
}
#navigation li,#navigation ul{
	display:inline;
	line-height:55px;
	height:55px;
}
#navigation li a:link, #navigation li a:active, #navigation li a:visited{
	margin:0px 10px 0px 10px;
	color:#FFFFFF;
	text-decoration:none;
	font-size:140%;
	line-height:55px;
	height:55px;
}
#navigation li a:hover{
	/*background:url(../images/menu-bg-over.jpg) repeat-x;*/
	line-height:55px;
	height:55px;
	color:#FF0000;
}
#content{
	background:#cfcfcf;
	color:#000000;
	padding:15px;
}
#content ul, #content li{
	margin-left:15px;
}
#content blockquote{
	margin-left:10px;
}
#footer{
	background:#212121;
	height:55px;
	line-height:55px;
	text-align:center;
	font-size:90%;
}
#footer a:link, #footer a:link, #footer a:visited{
	color:#FFFFFF;
	text-decoration:underline;
}
#footer a:hover{
	text-decoration:none;
	color:#FF0000;
}
.image{
background:#666666;
padding:10px;
}
.moduleHeaders{
	color:#FFFFFF;
	font-weight:bold;
	font-size:14px;
	margin:10px;
	text-align:center;
}