html, body  { height: 100%; }

body {
	color: black;
	font-size: 12px;
	font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif;
	text-align: center;
	background-image: url(http://www.whitecaps-baseball.com/GRFX/content_bkgd.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	background-color: #0173B2;
	margin: 0px;
}

a:link { text-decoration: none; }
a:visited { text-decoration: none; }
a:hover { text-decoration: underline; }
a:active { text-decoration: underline; }

#headerbkgd {
	position:relative;
	top: 0px;
	left: 0px;
	width:100%;
	height:179px;
	background-image: url(http://www.whitecaps-baseball.com/GRFX/hdr_bkgd_tile.jpg);
}

#headercontent { 
	position: relative; 
	width: 780px; 
	height: 179px; 
	background-image: url(http://www.whitecaps-baseball.com/GRFX/header_logo.jpg); 
	margin: auto;
	text-align: center; 
}

#tabbedNavigation { 
	position: absolute; 
	width: 441px; 
	height: 36px;
	top: 99px; 
	left: 256px; 
	overflow: hidden;
}

#mainNavigation {
	position: absolute;
	top: 142px;
	left: 106px;
	width: 673px;
	color: #FFFFFF;
	overflow: visible;
}

#mainNavigation a:link, #mainNavigation a:visited { color: #FFFFFF; }

#mainNavigation a:hover, #mainNavigation a:active { color: #7FBED2; text-decoration: none; }

#bannerAdvertisement {
	visibility: visible;
	display: block;
	position: absolute;
	top: 15px;
	left: 300px;
	width: 240px;
	height: 66px;
	overflow: hidden;
	text-align: center;
}

#content_container {
	position:relative;
	width:720px;
	top: 0px;
	left: 0px;
	margin: auto;
	height: 500px;
	text-align: left;
}
#content_body {
	position:absolute;
	width:520px;
	height:115px;
	left: 180px;
	top: 28px;
	color: #002D64;
	text-align: none;
}
#content_body a {
	color: #0173B2;
}
#printheader {display:none;visibility:hidden;}
#section_navigation {
	position: absolute;
	width: 140px;
	left: 10px;
	top: 28px;
	text-align: center;
	line-height: 16px;
}

#section_navigation a:link, #section_navigation a:visited {
	color:#FFFFFF;
}
	
#section_navigation a:hover, #section_navigation a:active {
	color:#7FBED2;
}	


#content_header {
	position: absolute;
	top: 0px;
	left: 1px;
	width: 720px;
	height: 28px;
	background-image: url(http://www.whitecaps-baseball.com/GRFX/content_upper_border.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #0173B2;
	display: none;
}
#content_body h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #5AA9D6;
}
#content_body h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #0173B2;
}
#takemehome {
	position: absolute;
	left: 20px;
	top: 0px;
	height: 125px;
	width: 210px;
	text-align: center;
	overflow: hidden;
}
.headline1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #5AA9D6;
}

.headline1 a:link, .headline1 a:visited, .headline1 a:hover, .headline1 a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #5AA9D6;
}

.headline2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #0173B2;
}
.headline3red {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #CC0000;
}
.whitetext, .whitetext a:link, .whitetext a:visited, .whitetext a:hover, .whitetext a:active {
	color: #FFFFFF;
}
