@charset "utf-8";
/* CSS Document */

body {
	padding:0;
	margin:0;
	background-color:#7d92a7;
	background-image:url(images/body_background.jpg);
	background-repeat:repeat-y;
	background-position:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#333333;
}

p {
	margin:0;
	padding:0;
	padding-bottom:20px;
}

h1 {
	color:#666666;
	font-size:18px;
	font-weight:normal;
	padding:0;
	margin:0;
	padding-bottom:10px;
}

a {
	color:#000000;
	text-decoration:none;
}

img {
	border:none;
}

/********************************************** Header **********************************************/

div#MainBackground {
	position:relative;
	height:308px;
	background:url(images/header_main.jpg);
}

div#HeaderLeftContainer {
	position:absolute;
	left:0px;
	right:50%;
	padding-right:379px;
}

div#HeaderLeft {
	height:308px;
	background:url(images/header_left.jpg);
	background-position:right;
	background-repeat:no-repeat;
}

div#HeaderRightContainer {
	position:absolute;
	right:0px;
	left:50%;
	padding-left:379px;
}

div#HeaderRight {
	height:308px;
	background:url(images/header_right.jpg);
	background-position:left;
	background-repeat:no-repeat;
}

div#Header {
	position:relative;
	width:760px;
	height:308px;
	margin:0 auto;
	background:url(images/header.jpg);
	background-repeat:no-repeat;
}

/********************************************** Menu **********************************************/

div#MenuBackground {
	background:url(images/menu_background.jpg);
	background-repeat:repeat-x;
}

div#MenuBackgroundMain {
	width:760px;
	height:74px;
	margin:0 auto;
	background:url(images/menu_bar.jpg);
}

div.MenuText {
	float:left;
	height:74px;
	text-align:right;
	padding-left:41px;
	padding-right:20px;
}

div.MenuText p {
	padding-top:17px;
	font-size:16px;
	color:#CCCCCC;
}

.MenuSmallText {
	font-size:11px;
}

.MenuText a {
	color:#EFEFEF;
}

/********************************************** Content **********************************************/

div#ContentBackgroundTop {
	background:url(images/content_background_top.jpg);
	background-repeat:repeat-x;
}

div#ContentBackgroundMain {
	background:url(images/content_background_main.jpg);
}

div#Content {
	width:760px;
	margin:0 auto;
	background:url(images/content_background.jpg);
	background-repeat:no-repeat;
	background-color:#e1e1e1;
}

div#ContentWrapper {
	padding:20px;
}

#Content a {
	text-decoration:underline;
}

/********************************************** Right Column Info **********************************************/

div#RightColumn {
	width:200px;
	float:right;
	padding-right:21px;
}

table#StatsTable {
	background:#FFFFFF;
	font-size:9px;
}

table#StatsTable td {
	border-color:#999999;
	border:1px solid;
}

div#SasktelPhonebook {
	width:152px;
	background:#FFFFFF;
	border:1px solid #999999;
	padding-bottom:15px;
	margin-top:15px;
	margin-bottom:15px;
}

/********************************************** Footer/Sponsors **********************************************/

div#SponsorsBackgroundRepeat {
	background:url(images/sponsors_background_repeat.jpg);
	background-repeat:repeat-x;
}

div#SponsorsBackground {
	width:760px;
	height:120px;
	margin:0 auto;
	background:url(images/sponsors_background.jpg);
}

div#SponsorWrapper {
	margin:0 auto;
	padding-top:15px;
}

div#Footer {
	width:760px;
	height:40px;
	margin:0 auto;
	text-align:center;
	color:#666666;
}