@charset "utf-8";
body {
	font: 90% Verdana, Arial, Helvetica, sans-serif;
	background: #e3ddc7;
	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; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
}
#container {
	width: 908px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #F1EDE1;
}
#header {
	background-image: url(images/home-staging-ottawa.jpg);
	background-repeat: no-repeat;
	height: 253px;
}
#menu {
	padding-top: 220px;
	text-align: center;
	color: #F1EDE1;
}
#menu a, a:link, a:hover, a:visited {
	color: #F1EDE1;
}
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 270px;
	margin: 20px;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
	background-color: #DAD5A7;
}
#sidebar1 p {
	color: #86355B;
	font-size: 90%;
}
#contact {
	background-color: #F1EDE1;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-top: 1px;
}
#mainContent {
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	line-height: 1.5em;
	margin: 0;
	padding-top: 32px;
} 
h1 {
	color: #0A7460;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}
h2 {
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #86355B;
	font-size: 130%;
}
a, a:link, a:hover, a:visited {
	color: #0A7460;
}
.picleft {
	margin-right: 10px;
}
#footer {
	padding: 0 10px;
}
#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 */
	text-align: center;
	font-size: 70%;
}

