/* CSS Document */

html {
	overflow: scroll;
}

body {
	margin: auto;
}

a {
	text-decoration: none;
}
	
a:link{
	color: #1548ff;
}
a:visited {
	color: #1548ff;
}
a:hover {
	color: #895530;
}
	
a:hover:visited {
	color: #895530;
}
	
a img {
	border: 0px;
}
	
#leftBorder {
	background-image: url(../images/leftBorderGradient.png);
	background-repeat: repeat-y;
	width: 50px;
}
	
#rightBorder {
	background-image: url(../images/rightBorderGradient.png);
	background-repeat: repeat-y;
	width: 50px;
}
	
#headerNav {
	background-image: url(../images/headerNavBackground.png);
	background-repeat: no-repeat;
	height: 150px;
	width: 109px;
	font-size: 16px;
}

#headerNav ul {
	list-style: none;
	margin-left: -20px;
	margin-top: -15px;
	.margin-left: 10px;
	.margin-top: 0px;
}
	
#headerLeft {
	background-image: url(../images/jrsLogo.png);
	background-repeat: no-repeat;
	height: 150px;
	width: 165px;
}
	
#headerMiddle {
	background-image: url(../images/headerMiddle.png);
	background-repeat: no-repeat;
	height: 150px;
	width: 306px;
}
	
#headerRight {
	background-image: url(../images/headerRight.png);
	background-repeat: no-repeat;
	height: 150px;
	width: 300px;
}
	
#mainContent {
	border-right: 2px solid #895530;
	width: 540px;
	padding-left: 10px;
	padding-right: 10px;
	vertical-align: top;
  	height: 575px;
}
	
#upcomingContent {
	vertical-align: top;
	width: 280px;
	padding-left: 10px;
	padding-right: 10px;
}
	
#lowerNav {
	text-align: center;
	padding-top: 15px;
	font-size: 13px;
}
	
#lowerNav ul li {
	display: inline;
}
	
#footer {
	text-align: center;
	border-top: 2px solid #895530;
	height: 30px;
}
	
.brown {
	color: #895530;
}
	
.small {
	font-size: 10px;
}
	
.inline li{
	display: inline;
}
	
.right {
	text-align: right;
}
	
.smallLink {
	font-size: 13px;
}