/* 
Author: Dominic Gagne-Leduc 
Author URI: http://www.wsisme.com
Website: http://www.thesnowlboys.ca
*/

/* =Global
------------------------------------------------------------------*/
html, body, form, fieldset, h1, h2, h3, h4, h5, h6, pre, blockquote, ul, ol, dl, img, p  {
	margin:0;
	padding:0;
	}

body {
	background-color:#ffffff;
}
p {
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 18px;
	color: #3f4040;
	padding: 5px 20px;

}
table {
	margin: 3px 0px 3px 30px;

}

table p {
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 18px;
	padding: 2px;

}
a {
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 18px;
	color: #55b7f6;
	text-decoration:none;
}
a:hover {
	color: #55b7f6;
	text-decoration:underline;
}
a img {
border:none;
}

h1 {
	font-size:18px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 18px;
	color: #55b7f6;
	background-image:url(images/bg-h1.png);
	background-repeat:no-repeat;
	background-position:left;
	padding: 10px 30px;
	margin-left: 20px; 
}
h2 {
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	line-height: 18px;
		padding: 10px 30px;

	color: #7ea446;
}
h3 {
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 16px;
	color: #3f4040;
		padding: 10px 30px;

}

ul {
	list-style-image:url(images/icon-list.gif);
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height: 18px;
	color: #3f4040;
	padding:2px 20px 2px 40px;

}

hr {
color: #ddecaa;
width: 80%;

}

/* =Layout
------------------------------------------------------------------*/

#wrap {
	margin: 0px auto;
	width: 900px;
	background-image:url(images/bg.jpg);
	background-position:top;
	background-repeat:no-repeat;

}

#wrapleft {
	width: 545px;
	float:left;
}
#wrapleft p {
	padding: 5px 30px;
}
#wrapleft ul p {
	padding: 0px;
}

#wrapcenter {
	width: 278px;
	float:left;
	background-color:#265c73;
	margin-top: 4px;
}
#wrapcenter p {
	color:#9ed533;
}
#wrapright {
	width: 77px;
	float:left;

}
#top {
	width: 545px;
	height: 195px;
}

#content {
	width: 545px;
}


#footer {
	background-image:url(images/bg-footer.jpg);
	background-repeat:repeat-x;
	background-position:top;
	width: 900px;
	height: 70px;
	clear:both;
}
#footer a {
font-size:14px;
}
#footer a:hover {
	
}
#footer p {
text-align:center;
font-size:11px;

}

.cert {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
.cert img{
	padding-bottom:17px;
	padding-top:7px;
}