/* CSS Document */

body {
	background-image: url(images/background_sliver.png);
	background-repeat: repeat-x;
	background-color: #fff;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #404040;
	line-height: 1.4em;
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom: 20px;
	clear: both;
}
table {
  font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #404040;
	line-height: 1.1em;
}
table td {
  padding: 5px 8px;
  vertical-align: middle;
}
table td.right {
  text-align: right;
}
h1, h2 {
  font-family: Arial, Helvetica, sans-serif;
}
li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #404040;
	line-height: 1.4em;  
}
a {
	color: #00baf2;
	text-decoration: none;
}
a:hover {
	color: #f00;
}
	
#container {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	}
#video_container {
	width: 662px;
	height: 382px;
	background-image: url(images/white_outline.png);
	background-repeat: none;
	margin-bottom: 20px;
	float: left;
	position: relative;
}
#video {
	position: absolute;
	top: 11px;
	right: 11px;
	bottom: 11px;
	left: 11px;
}
#left_container {
  width: 662px;
  float: left;
  position: relative;
}
#right_container {
	width: 325px;
	text-align: center;
	float: right;
	}
#right_container img.logo {
	margin-bottom: 30px;
}
#right_container p {
  color: white;
  margin-top: 5px;
  margin-bottom: 5px;
}
#right_container a {
  color: red;
}
#right_container a:hover {
  text-decoration: underline;
}

#sponsored_by {
  color: white;
  font-size: 24px;
  margin-bottom: 5px;
}
#sponsor_corners_left, #sponsor_corners_right {
	width: 10px;
	height: 90px;
	background-repeat: none;
	float: left;
	}
#sponsor_corners_left {
	clear: both;
	background-image: url(images/sponsor_corners_left.png);
	}
#sponsor_corners_right {
	background-image: url(images/sponsor_corners_right.png);
	}
#sponsors_content {
	width: 980px;
	height: 90px;
	background-color: #fff;
	vertical-align: middle;
	margin-bottom: 30px;
	float: left;
	}
#smartlogic, #etc, #mp3car {
	height: 90px;
	margin-left:
	}
#smartlogic {
	width: 289px;
	margin-left: 15px;
	}
#etc {
	width: 361px;
	margin-left: 35px;
	}
#mp3car {
	width: 230px;
	margin-left: 35px;
	}

#address {
	font-size: .9em;
	margin-left: 40px;
}
	
.large_text {
  font-size: 1.25em;
}

.caption {
  font-size: 0.8em;
  color: #404040 !important;
  width: 400px;
  padding: 0;
}