body,
html {
		background:#f1fcff;
		background-image: url("../img/bg2.jpg");
		background-repeat: repeat-y;
		background-position: top center;
		color:#000000;
		font-family: arial;
		font-size: 12px;
		font-weight: normal;
		margin-top: 0px;
		border-collapse: collapse;
		border-width: 0;
}

span {
	border-width: 0;
	padding: 0;
	spacing: 0;
	margin: 0;
}	

.bg_green { 
 	background-image: url("../img/bg_green.gif");
	background-repeat: repeat;
}

.bg_white { 
 	background-image: url("../img/bg_white.gif");
	background-repeat: repeat-y;
}

.left { 
	padding-left: 32px;
}

.title { 
	color:#405700;
	font-family: arial;
	font-size: 22px;
	font-weight: bold;
}

.subtitle { 
	color:#000000;
	font-family: arial;
	font-size: 14px;
	font-weight: bold;
}

.small { 
	color:#666666;
	font-family: verdana;
	font-size: 10px;
	font-weight: normal;
}

.photobox {
border: 1px;
border-style: solid;
border-color: #cccccc;
padding: 2px;
}

.rightcol {
border: 1px;
border-style: solid;
border-color: #e9e9e9;
background:#f5f5f5;
}

.box {
border: 1px;
border-style: solid;
border-color: #663300;
background:#996600;
color: #ffffff;
font-weight: bold;
padding: 5px;
text-transform: uppercase;
}

.box1 {
border: 1px;
border-style: solid;
border-color: #6f9a00;
background:#3e5b00;
color: #ffffff;
font-weight: bold;
padding: 5px;
text-transform: uppercase;
}



.brown {
border: 1px;
border-style: solid;
border-color: #999966;
background:#ffffcc;
font-family: verdana;
font-size: 10px;
font-weight: normal;
}

.brownlarge {
border: 1px;
border-style: solid;
border-color: #999966;
background:#ffffcc;
font-weight: normal;
}

.brown_heading {
background:#999966;
font-family: verdana;
font-size: 14px;
font-weight: bold;
color: #ffffff;
}

.video {
border: 2px;
border-style: solid;
border-color: #000000;
background:#333333;
}

.video_heading {
background:#000000;
font-family: verdana;
font-size: 14px;
font-weight: bold;
color: #ffffff;
padding: 3px;
}

/* Navigation buttons */

.navigation_button {
	position: relative;
	height: 0;
}

.navigation_button a {
	cursor: pointer;	
	display: block;
	height: 22px;
	width: 22px;
	background-position: left;
	background-repeat: no-repeat;
}

#left_navigation_button {
	left: 259px;
}

#left_navigation_button a {
	background-image: url("/img/green_left_arrow.jpg");	
}

#left_navigation_button a:hover {
	background-image: url("/img/blue_left_arrow.jpg");	
}

#right_navigation_button {
	left: 341px;
}

#right_navigation_button a {
	background-image: url("/img/green_right_arrow.jpg");	
}

#right_navigation_button a:hover {
	background-image: url("/img/blue_right_arrow.jpg");	
}
#season {
	position: relative;
	height: 0;
}
#season_item {
	position: absolute;
	height: 200px;
	width: 168px;
	top: -30px;
	left: 360px;
	border: 0;
}
