/*		Vancouver: a changescape	Geography 351	Simon Fraser University	Fall 2002		Style Sheet*/body {													/* Sets the body paramaters */	margin:0px;	padding:0px;	background-color:#F9FBEE; 	background-image:url(images/wireframe.jpg);	background-repeat:no-repeat;	background-position: right bottom;	background-attachment:fixed;}														/* Top banner - image only.  Autostretch */#banner {	width : auto;	height:100px;	display : block;	margin : 0px;	padding : 0px;	background-color : #000;	background-image : url(images/title.jpg);	background-repeat : no-repeat;	background-position : left;	color : #000;	text-align : right;}#navbar {												/* Navigational elements - repeats top and bottom */	width:auto;	height:18px;	display:block;	margin:0px;	padding-left:10px;	background-color:#cccccc;	text-align:left;	font-family:Georgia, Palatino, "Times New Roman", Times, serif;	font-size:12px;	color=:#ffffff;}/*	links*/a:link {  color: #333399;  font-size: 12px;  text-decoration: none; }a:visited {  color: #333399;  font-size: 12px;  text-decoration: none; }a:active {  color: #333399;  font-size: 12px;  text-decoration: dotted; }a:hover {  color: #000000;  font-size: 12px;  text-decoration: dotted; }h1 {margin=0px 0px 10px -20px;font-family:Verdana,trebuchet,sans-serif;font-size=12pt;font-weight=bold;}h2 {margin=0px 0px 10px 0px;font-family:Verdana,trebuchet,sans-serif;font-size=12pt;font-weight=bold;}.box {	position:center; /* Position is declared "relative" to gain control of stacking order (z-index). */	width:auto;	margin:0px 120px 20px 120px;	border:1px solid black;	/*background-color:white;*/	padding:0px 10px 10px 30px;	z-index:3; /* This allows the content to overlap the right menu in narrow windows in good browsers. */	font-family:Georgia, Palatino, "Times New Roman", Times, serif;	font-size:12px;}.code {	font-family: Courier, "Courier New";	font-size:12px;}.codeIndent { margin0:px 0px 0px 20px; }.bottomLinks{	font-family: Georgia, Palatino, "Times New Roman", times, serif;	font-size=12px: ;	text-align: center;	vertical-align: bottom;}