body {
	font: 12px, Verdana, Arial, Helvetica, sans-serif, #333333;
	background: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
	color: #333333;
}
a {
	color:#333333;
	text-decoration:none;
	text-indent: 0px;
}
a.hover {
	color:#666666;}
	
h1 {font-size: 18px;}	
h2 {font-size: 15px;}

h2 a:hover {
	text-decoration: underline;
	}

#container { 
	width: 760px;
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

.twoColFixLtHdr #header2 {
	height: 505px;
	width: 760px;
	background-image:url(../images/montreal_alainlaforet.jpg);
	background-repeat: no-repeat;
	padding: 0;
	margin-top: 35px;
	border-color: #6F5C4A;
	border-width: 1px;
} 
.twoColFixLtHdr #header {
	height: 150px;
	width: 760px;
	background-image:url();  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	margin: 15px 0px 0px 0px;
} 

.twoColFixLtHdr #headinfo {
	float:right;
	width:200px;
	margin:15px 0px 7px 7px;
	height:25px;
	padding:5px 15px 0px 0px;
	background:url(file:///C|/Documents%20and%20Settings/ARCH-1/My%20Documents/NDunton/WEBSITE/html/assets/images/headinfobg.gif) no-repeat;
	text-align:center;
	display: inline;
}
.twoColFixLtHdr #headinfo a { color:#EFEFEF; }
.twoColFixLtHdr #headinfo a:hover { color:#D2D2D2; border-bottom:1px solid #D2D2D2; }

.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 135px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 0px 10px 15px 0px;
}

.twoColFixLtHdr #sidebar1 ul { margin: 0; padding:0; }
.twoColFixLtHdr #sidebar1 ul li {
	list-style:none;
	margin:4px 0;
	padding:0;
}
.twoColFixLtHdr #sidebar1 ul li a { display:block; width:120px; margin:0; padding:5px; background-color:#E6E6E6; }
.twoColFixLtHdr #sidebar1 ul li a:hover { background-color:#FFCD59; }
.twoColFixLtHdr #sidebar1 ul li ul { margin: 0; padding:0; }
.twoColFixLtHdr #sidebar1 ul li ul li { list-style:none; margin:1px 0; padding:0; }
.twoColFixLtHdr #sidebar1 ul li ul li a { padding:5px; background-color:#EFEFEF; }


.twoColFixLtHdr #mainContent {
	float: left;
	margin-left: 35px;
	margin-top: 20px;
} 
.twoColFixLtHdr #footer {
	padding: 0 10px 0 38px;
	background-color: #FFFFFF;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 12px;
	text-align: right;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
	}
	
.logotext {
	float:left;
	clear: both;
	width:700px;
	margin:10px 0 50px 30px;
	font-family:Trebuchet MS;
	font-size:22px;
	color:#FFFFFF;
}
.logotext a {
	text-decoration: none;
	color: #FFFFFF;
	}

.logotext a:hover {
	text-decoration: none;
	color: #FDE7B9;
	}
.logotext strong {
	color:#FFFFFF;
}
.logotext2 { font-size: 14px; 
	}
#title {
	clear: both;
	width:400px;
	margin:395px 0px 0px 35px;
	height: 65px;
	}
#title a {
    font-family:Trebuchet MS;
	font-size: 34px;
	color: #FFFFFF;
	}
#title a:hover {
	color: #FCE6B1;
	}
			
.ital {
	font-size: 12px;
	font-style:italic;
	color:#666666;
	}
.twoColFixLtHdr #container #header2 .logotext3 a {
	color: #FFFFFF;

	padding-left: 35px;
}
