body {
	margin: 0;
	padding: 0;
	background: #E6E6E6 url(../httpdocs/images/page_bg.png) repeat-y center top;
	margin-top: -16px;
	text-align: center;
	color: #000; /*text color for the white background*/	
}

#wrapper {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	border-right: 4px solid #000000;
	border-left: 4px solid #000000;
	/*background: #FFFFFF url(images/sidebar.png) repeat-y left top;*/
	background: #E6E6E6 url(../httpdocs/images/sidebar.png) repeat-y left top;
	text-align: left;
    position: relative;
}

#banner { /*the FSS logo*/
	position:absolute;
	top:0px;
	left:1px;
	z-index:1;
	height: 233px;
}

#hmenu { /*this is the container for the menu*/
	/*width: 715px;*/
	width: 960px;
	height: 50px;
	float: left;
	/*padding-left: 10px;*/
	background: url(../httpdocs/images/Menu_bar_shadow.png);
	position:absolute;
	top:232px;
	left: 1px;
	z-index:2;
}
#menu { /*this is the menu itself*/
	width: 660px;
	height: 50px;
	float: right;
	position:absolute;
	top:232px;
	right: 1px;
	z-index:3;
}

#main {
	display: inline;
	background: url(../httpdocs/images/main_bkg.png) repeat-y;
	float: left;
	width: 630px;
	height: 700px;
	border: 2px solid;
	margin-left: 315px;
	margin-right: 20px;
	margin-top: 310px;
	position: relative;
}


#victoria_harbour { /*Victoria Harbour Image & text*/
	position: absolute;
	/*right: 42px;*/
	/*right: 51px;*/
	right: 326px;
	top: 14px;
	width: 295px;
}

#rouyn_FSS { /*Rouyn FSS Image & text*/
	position: absolute;
	/*right: 42px;*/
	/*right: 51px;*/
	right: 18px;
	top: 14px;
	width: 295px;
}

#tempo { /*temporary image & test*/
	position: absolute;
	right: 81px;
	top: 297px;
	width: 526px;
	height: 211px;
	
}

#relocation_svcs { /*Relocation Services*/
	position: absolute;
	right:146px;
	top: 337px;
	width: 134px;
}

#bursaries { /*CAW Bursaries*/
	position: absolute;
	right: 454px;
	top: 346px;
	/*top: 5px;*/
	width: 150px;
	/*top: 339px;*/
}

#fam_ed { /*CAW Family Education*/
	position: absolute;
	right: 288px;
	top: 329px;
	/*top: 5px;*/
	width: 149px;
	/*top: 339px;*/
}

/*#freestuff { /*Adobe Reader & Firefox*/
	/*position: absolute;
	top:447px;
	left:342px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	height: 241px;
	width: 279px;
	
}*/

#firefox { /*Get Firefox */
	position: absolute;
	top:545px;
	/*left:342px;*/
	left:242
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	/*top: 432px;*/
	/*top: 330px;*/
	/*height: 241px;
	width: 279px;*/
	height: 138px;
	width: 286px;
	left: 8px;
}
#adobe { /*Adobe Reader */
	position: absolute;
	top:552px;





	left:542
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	height: 138px;
	width: 289px;
	left: 337px;
}

* html #main {
	width: 650px;
	w\idth: 649px;
}
p {
	font-family:"Comic Sans MS", cursive;
	color: #000;
	margin-left: 25px;
	font-size: 14px;
}

h1 {
	margin-top: 20px;
	font-family:"Comic Sans MS", cursive;
	font-style: oblique;
	color:#000;
	text-decoration:underline;
	/*margin-left: 45px;*/
	margin-left: 25px;
	font-size: 24px;
	text-align: justify;
}

#sidebar {
	position: absolute;
	left: 1px;
	top: 302px;
	width: 300px;
}
#sidebar h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	text-transform:uppercase;
	color:#CCC;
	background:	url(../httpdocs/images/head_bar_shadow.png);
	text-align: center;
}

#sidebar ul {
	font-size: 0.9em;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	list-style-type:none;
	margin: 10px 5px 3px 32px;
	padding-left: 10px;
	text-align: left;
}
#sidebar li {
	font-size: .9em;
	color: #000;
	/*background: #0F0;*/
	padding: 10px 5px 3px 2px;
}
#sidebar a {
	font-size:.9em;
	color: #999;
	text-decoration: none;
	/*background: #0F0;*/
	padding: 10px 5px 3px 2px;
}
#sidebar a:hover{
	font-size:.9em;
	font-weight: bold;
	text-decoration:underline;
	color: #FFF;
	/*background: #0F0;*/
	padding: 10px 5px 3px 2px;
}

#legal { /*copyright*/
	clear: both;
	margin-left: 300px;
	/*padding: 5px 160px 20px;*/
	padding: 1px 160px 5px;
	border-top: 1px dashed #999999;
	font: "Arial Black", Gadget, sans-serif;
	font-weight: bold;
	color: #000000;
}

