body 
{
	background-color: #0d0c0d;
	color: #9ccbf5;
	font-family: Geneva, Arial, sans-serif;
	font-size: 16px;
}

img
{
	border: none;
}

a:link
{
	color: #64a9ca;
	text-decoration: underline;
}

a:active
{
	color: #64a9ca;
	text-decoration: underline;
}

a:visited
{
	color: #64a9ca;
	text-decoration: underline;
}

a:hover
{
	color: #64a9ca;
	text-decoration: none;
}

#nav
{
	margin-top:25px;
	width: 100%;
	height: 60px;
	background-color: #1073a3;
}

#nav ul
{
	width: 980px;
	list-style: none;
	margin-left: auto;
	margin-right: auto;
}

#nav li
{
	float: left;
	padding-right:35px;
	margin-top: 16px;
}

#nav a:link
{
	color: #ffffff;
	font-size: 23px;
	text-decoration: none;
}

#nav a:active
{
	color: #ffffff;
	font-size: 23px;
	text-decoration: none;
}

#nav a:visited
{
	color: #ffffff;
	font-size: 23px;
	text-decoration: none;
}

#nav a:hover
{
	color: #98dbdd;
	font-size: 23px;
	text-decoration: underline;
}

#russell
{
	margin-top:20px;
	margin-bottom: 0;
	padding-bottom:0;
	font-size:100px;
	color: #9ccbf5;
	line-height: 85px;
}

#team
{
	width: 410px;
	background: #1073a3;
	color: #9ccbf5;
	height: 45px;
	font-size: 24px;
	text-align: center;
	margin-top: -15px;
}
#team p
{
	padding-top: 6px;
}

.holder
{
	padding-top:10px;
}

#pane1 p
{
	padding-top: 0;
	padding-bottom: 0;
	margin-top: 0;
	margin-bottom: 0;
}

.scroll-pane {
	width: 490px;
	height: 470px;
	overflow: auto;
}

#wrapper
{
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}

#left
{
	width: 510px;
	float: left;
}

#right
{
	padding-top: 20px;
	width: 425px;
	float: right;
	text-align: center;
}


.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	background: #0f5273;
}
.jScrollPaneDrag {
	position: absolute;
	background: #4d98bd;
	cursor: pointer;
	overflow: hidden;
}
.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
a.jScrollArrowUp {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	height: 9px;
}
a.jScrollArrowUp:hover {
	/*background-color: #f60;*/
}

a.jScrollArrowDown {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	height: 9px;
}
a.jScrollArrowDown:hover {
	/*background-color: #f60;*/
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	/*background-color: #f00;*/
}
