﻿#main p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #000000;
}
#main a:hover {
	color: #cc0000;
	text-decoration: none;
	border-style: none;
}
#main a {
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #808080;
	color: #808080;
	text-decoration: none;
}
body {
	background-image: url('img/bg.jpg');
	background-position: center top;
	background-repeat: no-repeat;
}
#container {
	margin-right: auto;
	margin-left: auto;
	width: 750px;
}
#header {
	background-image: url('img/FINAL-RED-RIVER-LOGO.jpg');
	background-repeat: no-repeat;
	background-position: center 20px;
	padding: 0px;
	margin: 0px auto 0px auto;
	height: 220px;
	width: 750px;
}
#nav {
	background-image: url('img/rrnav-grey.jpg');
	background-repeat: no-repeat;
	background-position: center top;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
	width: 750px;
	height: 30px;
	padding-top: 5px;
}
#contact {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	padding: 5px 0px 0px 0px;
}
#istream {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #000000;
	padding: 5px 0px 0px 0px;
}
#istream img {
	border: 1px dotted #cc0000;
	padding: 2px;
	margin-top: 5px;
}
#about {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #000000;
	padding: 5px 0px 0px 0px;
}
