@charset "utf-8";

body {
	background-color: #cccccc;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 0 auto;
	background-image: url('images/bodyBG.png');
	background-repeat:repeat-x;
}

h1 {
	margin: 0;
	text-align: center;
	padding: 20px 0px 20px 0px;
}

hr {color: #ffd726;}

a:link    {text-decoration: underline; color: #ffd726;}
a:visited {text-decoration: underline; color: #ffd726;}
a:hover   {text-decoration: none; color: #ffd726;}
a:active  {text-decoration: underline; color: #ffd726;}

#racetable {
	font-size: 12px;
	margin: 0 auto;
	text-align: center;
	position: relative;
	right: 8px;
}

.landtable {
	margin: 0 auto;
	text-align: center;
}

#header {
	color: #ffd726;
	background: #002094 url('images/headerBG.png') fixed center repeat-y;
}

#menu {
	border-top: 5px solid black;
	border-bottom: 5px solid black;
	text-align: center;
}

ul#nav {
	background-color: #ffd726;
	border: none;
	font-size: 18px;
	list-style-type: none; 
	margin: 0 auto;
	padding: 3px 0px 3px 0px;
	width: 100%;
}
				
ul#nav li {
	background-color: #ffd726;
	display: inline-block;
	margin: 0px;
	text-align: center;
	width: 115px;
}

ul#nav li a:link    {text-decoration: none; display:block; color: #002094;}
ul#nav li a:visited {text-decoration: none; display:block; color: #002094;}
ul#nav li a:hover   {text-decoration: none; display:block; color: #ffd726; background-color: #002094;}
ul#nav li a:active  {text-decoration: none; display:block;}

#localnav {
	text-align: center;
}


#content {
	color: #dddddd;
	background-color: #002094; 
	background-image: url('images/contentBG.png');
	background-repeat:repeat-x;
	margin: 0 auto;
	text-align: justify;
	border-left: 5px solid black;
	border-right: 5px solid black;
	height: auto;
	margin: 0 auto;
	min-height: 500px;
	padding: 10px;
	width: 750px;
}
#item_image {
	padding-right: 0px;
	margin-right: 0px;
}

#bottomLeft {
	background-image: url('images/synmed.png');
	width: 239px; height: 356px;
	position: fixed;
	bottom: 0; left: 0;
	z-index: -1;
}
#bottomRight {
	background-image: url('images/julgra.png');
	width: 239px; height: 356px;
	position: fixed;
	bottom: 0; right: 0;
	z-index: -1;
}

/*KitsMedia scrollbar fixes*/
html { min-height: 100%; margin-bottom: 1px; /*general*/
       overflow: -moz-scrollbars-vertical !important; /*firefox*/
	   height:100%; overflow: scroll; /*ie 8*/
	   }
