/* 
Author: Dominic Gagne-Leduc 
Author URI: http://www.wsisme.com
Website:
*/

/* =Global
------------------------------------------------------------------*/
html, body, form, fieldset, h1, h2, h3, h4, h5, h6, pre, ul, ol, dl, img {
	margin:0;
	padding:0;
	}


body {
	background-color:#dadada;
}
p {
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	line-height: 18px;
	color: #000000;
	padding:0px 10px;
	text-align:justify;

}
a {
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	color: #01549e;
	text-decoration:underline;
}

a img {
border:none;
}

h1 {
	font-size:16px;
	font-family:Arial, Helvetica, sans-serif;
	line-height: 18px;
	color: #02549f;
	margin:20px 20px 15px 20px;
	padding-left:25px;
	text-transform:uppercase;

	background-image:url(images/icon-h1.jpg);
	background-repeat:no-repeat;
	background-position:left;
	font-weight:bold;
}
h2 {
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	line-height: 18px;
	color: #626262;
	padding:15px 20px 5px 20px;
	font-weight:bold;
	}
h3 {
	font-size:18px;
	font-family:Arial, Helvetica, sans-serif;
	line-height: 18px;
	color: #727272;
	font-weight:bold;
	padding-top: 20px;
}

ul {
	list-style-image:url(images/icon-list.jpg);
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	line-height: 18px;
	color: #000000;
	padding:2px 20px 2px 40px;

}
hr {
	width: 70%;
	margin: 10px auto;
	
}

/* =Layout
------------------------------------------------------------------*/

#wrapper {
	margin: 0px auto;
  width:600px;
	padding:0px;
}

#margintop {
  width:600px;
	height:50px;

}
#top {
  width:600px;
	height:120px;

}

#banner {
  width:600px;
	height:200px;
}
#buttons {
  width:600px;
	height:73px;
}

#main {
  width:600px;
}
#left {
  width:260px;
  float:left;
}
#right {
  width:340px;
  float:left;
}
#left a {
	font-weight:bold;
	color:#0f5cb7;

	}
#right a {
	font-weight:bold;
	color: #e87416;
}
