@charset "utf-8";

/* CSS Document For Arlington Raceway

Arlington Colors: 
#EF2937 - Red
#0146b9 - Blue
#ffffff - White
#EBcd57 - Yellow

Redwood:
#EF2937 - Red
#0146b9 - Blue
#ffffff - White
#ec6e00 - Orange

List of Universal Web Fonts:
- Arial
- sans-serif
- Verdana
- Times New Roman
- Courier
- Courier New
- Comic Sans MS
- Impact

*/
@import url("reset.css");

body {
	background: transparent url(images/stripes.gif) repeat scroll;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 25px;
}
a:link, a:visited, a:active {
	font-size: 14px;
	color: #EBcd57;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #ebcd57;
	border-bottom: solid 1px #ebcd57;
	font-style: italic;
	font-weight: bold;
	margin-bottom: 10px;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #ffcc66;
	font-weight: bold;
	margin: 5px;
	
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}
/* - - - HEADER - - - */
#wrapp {
	border: none;
	width: 905px;
	margin: 0 auto;
	overflow: hidden;
}
#container {
	width: 100%;
	background: transparent url(images/container.gif);
	margin: 0 auto;
}
#top {
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bolder;
	height: 20px;
	position: relative;
	color: #ffffff;
	font-size: 14px;
	margin-top: 5px;
	text-align:center;
}
#enter {
	text-align:center;
}
span.left {
}
span.right {
	float: right;
	margin-right: 100px;
}
#logo {
	height: 215px;
	position: relative;
	background: transparent url(images/logos.jpg) no-repeat scroll left;
}
#enter a {
	height: 30px;
	font-size: 26px;
	font-weight: bold;
	margin-bottom: 10px;
}
a.yellow  { /* Enter color text classes */
	color: #EBcd57;
	border-bottom: solid 1px #ebcd57;
}
a.orange  {
	color: #ec6e00;
	border-bottom: solid 1px #ec6e00;
	float: right;
	margin-right: 200px;
}
/* - - - END HEADER - - - */
/* - - - CONTENT - - - */
#content {
	margin: 5px;
}
/* Class used to give text white */
.content { 
	font-weight: bold;
	font-size: 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #ebcd57;
	text-align:center;
	margin: auto 20px;
}
/* Left box for main content */
#main {
	border: solid 1px #999999;
	position: relative;
	width: 850px;
	padding: 15px 25px;
	clear: both;
	margin: 15px auto;
	background-color: #000000;
}
span.center {
	text-align: center;
	color: #999999;
}
span.bottom {
	font-weight: normal;
	font-size: 12px;
	text-align: center;
	color: #999999;
}
/* - - - END CONTENT - - - */