/* 
Author: Dominic Gagne-Leduc 
Author URI: http://www.wsisme.com
*/

/* =Global
------------------------------------------------------------------*/
html, body, form, fieldset, h1, h2, h3, h4, h5, h6, pre, blockquote, ul, ol, dl, img, p  {
	margin:0;
	padding:0;
	}

html, body {
	width:100%;
	height:100%;
	margin:0;
	background-color:#ffffff;
	background:url(images/sitebg.jpg) repeat-y center;
}
.spacer{
	height:;
	float: left;
	width: 1px;
	font-size: 1px; /* to make sure width is not overridden */
	padding: 0;
	margin: 0;
}
p {
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 18px;
	color: #000000;

}
a {
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 18px;
	color: #e10c80;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
a img {
border:none;
}

h1 {
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 18px;
	color: #000000;
	background-image:url(images/bg-h1.jpg);
	background-repeat:no-repeat;
	background-position:left;
}
h2 {
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	line-height: 18px;
	color: #e10c80;
}

ul {
	list-style-image:url(images/icon-list-btn.jpg);
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	line-height: 18px;
	color: #000000;
	padding:2px 0px 5px 10px;
}
li {
	padding-bottom: 5px;
}

/* =Layout
------------------------------------------------------------------*/

#wrapperleft {
	margin: 0px auto;
    width:820px;
	padding:0px;
	background-image:url(images/bg-left.jpg);
	background-repeat:repeat-y;
	background-position:left;
	background-color:#ffffff;
}
#wrapperright {
	margin: 0px auto;
    width:820px;
	padding:0px;
	background-image:url(images/bg-right.jpg);
	background-repeat:repeat-y;
	background-position:right;
} 
#top {
    width:820px;
	height:140px;
	background-image:url(images/bg-top.jpg);
	background-repeat:no-repeat;
	text-align:center;
}
#top img {
    padding-top: 30px;
}

#nav {
    width:570px;
	margin: 0px auto;
	padding:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	
}
#nav a {
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#5d5d5f;
}
#nav a:hover {
	color:#e10c80;
	text-decoration:none;
}
#nav p {
	text-align:center;
}
#links {
	width: 200px;
	margin-left: 15px;
	padding-bottom: 20px;
	}
#links a {
	font-size: 11px;	}
#links2 {
	width: 400px;
	margin-left: 130px;
	padding-bottom: 20px;
	text-transform:uppercase;
	}
#links2 a {
	font-size: 11px;	}


#content {
    width:570px;
	margin: 0px auto;
	padding:0px;
	background-color:#ffffff;
	
}

#content a{
	padding-bottom:10px;
}

#content p {
	padding: 5px 10px;
}
#content img {
	padding: 0px 10px;
}

#footerwrap {
	clear: both;
	margin: 0px;
	padding:0px;
	height: 65px;
	background-color:#e7e7e9;
}
#footer {
    width:570px;
	margin: 0px auto;
	padding:0px;

}
#footer a {
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
	line-height: 14px;
	color: #5d5d5f;
	text-decoration:none;
	font-weight:bold;
}
#footer a:hover {
	color: #e10c80;
	text-decoration:underline;
	
}
#footer p {
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
	line-height: 18px;
	color: #5d5d5f;
	text-decoration:none;
	padding: 5px;

}
.name {
	font-weight:bold;
	color:#e10c80;}
