/* basic elements */
	
	body {
		
		margin: 0;
    	padding: 0;
		color: #666666;
		font-family: verdana, sans-serif;
		font-size: 11px;
		background: #ffffff;
		text-align: center;
		background: url(http://www.canadianhost.ca/images/templatepage_repeater.gif) repeat-y; background-position: center; 

	}
	
	.p1 {
		font: 11px verdana, sans-serif;
		margin-top: 4px;
		margin-left: 1px;
		color: #666666;
		padding:0px;
		line-height: 16px;
	}

	.phead {
		font: 11px verdana, sans-serif;
		margin-top: 1px;
		color: #666666;
		padding:0px;
		line-height: 16px;
	}
	
	.pcopyright {
		font: 9px verdana, sans-serif;
		margin-top: 30px;
		color: #999999;
		line-height: 16px;
	}


	.p4 {
		position: absolute;
		float: right;
		background:  url(http://www.canadianhost.ca/images/getaca_logo.gif) no-repeat;
		top: 115px;
		left: 600px;
		width: 65px;
		height: 32px;
		}

	.p5 {
		position: absolute;
		margin-top: 75px;
		background:  url(http://www.canadianhost.ca/images/canadianhost_logo.gif) no-repeat;
		top: 105px;
		left: 530px;
		width: 133px;
		height: 39px;
		}

	.p6 {
		position: absolute;
		margin-top: 25px;
		background:  url(http://www.canadianhost.ca/images/iqnetcom_logo.gif) no-repeat;
		top: 210px;
		left: 560px;
		width: 102px;
		height: 45px;
		}
		
	.p7 {
		position: absolute;
		margin-top: 25px;
		top: 280px;
		left: 543px;
		width: 120px;
		height: 240px;
		}

	.p8 {
		position: absolute;
		margin-top: 25px;
		top:535px;
		left: 540px;
		}

	
	h1 {
		color: #666666;
		font-family: arial, sans-serif;
		font-size: 18px;
		font-weight: 800;
		margin: 0;
	}
	
	h2 {
		color: #666666;
		font-family: arial, sans-serif;
		font-size: 14px;
		font-weight: 800;
		margin: 0;
	}
	
	h3 {
		font: 11px arial, sans-serif;
		color: #666666;
		font-weight: 900;
		margin: 0;
	}
	
/* specific divs */

	#container { 
	position: relative;
	margin: 0 auto;
	width: 705px;
	text-align:left;
	}
	
	#toparea { 
	width: 705px;
	height: 84px;
	background: url(http://www.canadianhost.ca/images/templatepage_topbanner.gif) no-repeat;
	}
	
	#topheader {
	position: relative;
	top: 25px;
	left: 35px;
	width: 630px;
	}
	
	#content {
	position: relative;
	width: 430px;
	top: 15px;
	left: 35px;
	}
	
	#content a {
	color: #0066cc;
	text-decoration: none;
	}
	
	#content a:hover {
	color: #0066cc;
	text-decoration: underline;
	}