body {
	margin: 0; padding: 0; background: #ffffff url(../../../images/back.jpg) 0 0 no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size: .8em;
	top: 0px;
	left:0;
}


.style1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: .9em;}
.style2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: .7em;}
.style4 {font-size: 0.8em;}
.style5 {font-size: 0.8em;}

p {
	line-height: 1.5em;
	text-align: left;}
copyright {
	font-family:Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	font-size: .7em;}

div#gallery_title {
	font-size: 1.4em;
	font-weight: bold;}

.title{
	font-family:Arial, Helvetica, sans-serif;
	font-size: .8em;
	text-align: left;}

td {
	font-family:Arial, Helvetica, sans-serif;
	font-size: .8em;
}

/* Rotate is for the slideshow at the top of the page - this div needs to be absolutely positioned as it must partially overlap some of the content div */
div#rotate {
	position: absolute;
	top: 0;
	left: 0;
}
	
	
/* Content div is the outter container - it has the bottom and right lines on the page. The background on this div has the left and the top lines */
div#content {
	background: #ffffff url(../../../images/body_back.jpg) 0 0 no-repeat;
	padding: 0 0 0 0;
	border-bottom: solid black 1px;
	border-right: solid black 1px;
	width: 97%;
	margin: 166px 0 0 0;
	min-height:500px;
}
	
html>body div#content {
	padding: 0 0 0 0;
}
/* Body Div is nested inside the Content div - it gives the left spacing for all the content - it keeps it from overlapping with the menu*/
div#body {
	margin: 20px 20px 0 200px;
	padding: 50px 0 0 0;
	text-align: left;
	font-family:Arial, Helvetica, sans-serif;
}


div#bottomlinks{
	margin: 45px 140px 0 100px;
	padding: 10px 0 0 0;
	width: 90%;
}
div#buttonlinks {
	position: absolute;
	width: 150px;
	left: 4px;
	top: 530px;
}
html>body div#bottomlinks{
	margin: 25px 140px 0 100px;
	width: 75%;
}

div#copyright {
	margin: 25px 140px 0 100px;
	width: 99%;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size: .8em;
}
html>body #copyright {
	margin: 25px 140px 0 100px;
	width: 75%;
}
	
	

div#links {
	position: absolute;
	width: 150px;
	left: 13px;
	top: 340px;
	z-index: 1;
	
}

html>body div#links {
	top: 340px;

}
div#links a {
		display: block; 

		font-weight: bold; 
		font-style:italic;
		font-size: 12px;
		font-family: Arial, Helvetica, sans-serif; 
		COLOR: #1762af; 
		background: url(../../../images/black.jpg) 0 50% no-repeat; 
		padding: 0 0 0 25px;
		TEXT-DECORATION: none;
		line-height: 2.25em;
}
div#links a:hover {
		font-style:italic;
 COLOR: #063d75;
}

div#links a#button {position: absolute; top: 469px; left: 13px; width: 100px; }
div#links a#sasktel {position: absolute; top: 469px; left: 13px; width: 100px; }
/*div#links a:hover {font-weight: bold;  font-size: .9em; font-family:Arial, Helvetica, sans-serif; COLOR: #A19172; background: url(../../../images/black.jpg) 0 50% no-repeat; padding: 0 0 0 25px;}
div#links a#homebutton {position: absolute; top: 276px; left: 22px; width: 150px; }
div#links a#photobutton {position: absolute; top: 301px; left: 22px; width: 150px; }
div#links a#loungebutton {position: absolute; top: 325px; left: 22px; width: 150px; }
div#links a#cornerbutton {position: absolute; top: 347px; left: 22px; width: 150px; }
div#links a#chatbutton {position: absolute; top: 369px; left: 22px; width: 150px; }


html>body div#links a#homebutton {position: absolute; top: 276px; left: 22px; width: 150px; }
html>body div#links a#photobutton {position: absolute; top: 301px; left: 22px; width: 150px; }
html>body div#links a#loungebutton {position: absolute; top: 325px; left: 22px; width: 150px; }
html>body div#links a#cornerbutton {position: absolute; top: 347px; left: 22px; width: 150px; }
html>body div#links a#chatbutton {position: absolute; top: 369px; left: 22px; width: 150px; }*/


/* This is the style for the links throughout the body of the site*/
A:link {
	COLOR: #1762af;
	TEXT-DECORATION: underline;
	font-weight: bold;
	font-style: none;
	font-size: .9em;
}

A:visited {
	COLOR: #1762af; TEXT-DECORATION: underline;
	font-weight: bold;
	font-style: none;
	font-size: .9em;
	
}
A:hover {
	COLOR: #063d75; TEXT-DECORATION:none;
	font-weight: bold;
	font-style: none;
	font-size: .9em;
}

table#photos {
	width: 70%;
}
div#logout {
	position: absolute;
	top: 250px;
	left: 600px;
	z-index: 1;
}

