@charset "utf-8";

/* _______________________________________________________________ --> GLOBAL STYLES <-- */

* {
	margin:0;
	padding:0;
}

body {
	background:#FFFFFF;
	color:#010101;
	font-size:12px;
	font-family:Arial, sans-serif;
	height:100%;
	line-height:20px;
	overflow-x:hidden;
}

a {
	color:#010101;
	font-weight:normal;
	text-decoration:underline;
}

a:hover {
	color:#5981a7;
	text-decoration:none;
}

a img {
	border:none;
}

p {
	padding-bottom:18px;
}

h1 {
	font-family:Georgia, serif;
	font-size:18px;
	color:#999999;
	margin-bottom:4px;
	font-weight:bold;
}

.b {
	font-weight:bold;
}

.s {
	padding-left:5px;
}

.t {
	margin-bottom:18px;
}

.ts {
	margin-bottom:52px;
}

/* _______________________________________________________________ --> CONTAINER <-- */

#container {
	width:650px;
	height:auto;
	position:relative;
	margin:0 auto;

	margin-bottom:80px;
}

/* _______________________________________________________________ --> MAPS <-- */

#sask {
	
	width:261px;
	height:auto;
}

#mani {
	float:left;
	width:419px;
	height:auto;
}

.init {
	float:left;
	margin:0;
}