body {
	background-color: #F2F2F2;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: right bottom;
}
#menu {
	float: left;
	height: auto;
	width: 960px;
	background-image: url(images/middle.gif);
	background-repeat: repeat-y;
	padding-right: 20px;
	padding-left: 20px;
}
#nav {
	float: left;
	width: 960px;
	height: auto;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #F00;
	border-right-color: #F00;
	border-bottom-color: #F00;
	border-left-color: #F00;
}
#contianer {
	height: auto;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	float: left;
	height: 125px;
	width: 1000px;
	background-image: url(images/header.jpg);
}

#content {
	height: auto;
	width: 960px;
	background-image: url(images/middle.gif);
	background-repeat: repeat-y;
	float: left;
	padding-right: 20px;
	padding-left: 20px;
}
.videos {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000;
}

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFF;
}

#footer {
	float: left;
	height: 52px;
	width: 1000px;
	background-image: url(images/bottom.gif);
}
#credits {
	float: left;
	height: 25px;
	width: 960px;
	background-image: url(images/middle.gif);
	background-repeat: repeat-y;
	padding-right: 20px;
	padding-left: 20px;
}
a:link {
	color: #F00;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #F00;
}
a:hover {
	text-decoration: underline;
	color: #F00;
}
a:active {
	text-decoration: none;
	color: #F00;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}
h1 {
	font-size: 30px;
	color: #F00;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Arial, Helvetica, sans-serif;
}
#title {
	height: 50px;
	width: 945px;
	padding-left: 15px;
}
.car {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #F00;
}
.red {
	color: #F00;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.tbbg1 {
	background-image: url(images/tbbg1.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.whitebg {
	background-color: #FFF;
}
.whitetext {
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
