@charset "utf-8";
body {
	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: #544134;
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	background-position: top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
	background-image: url(images/ottawa-real-estate.jpg);
}
#header {
	height: 201px;
	padding-top: 0px;
	padding-bottom: 0px;
}
#menu {
	height: 54px;
	margin-bottom: 40px;
}
#mainContent {
	padding-right: 500px;
	padding-bottom: 0px;
	padding-left: 190px;
	line-height: 1.6em;
}
#rightsidebar {
	float: right;
	width: 245px;
	margin-right: 205px;
	margin-top: 350px;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 180%;
	color: #5491E2;
	font-weight: normal;
	letter-spacing: 1px;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 160%;
	color: #7D604D;
	font-weight: normal;
	letter-spacing: 1px;
}
h3 {
	font-size: 125%;
	color: #004C95;
	font-weight: normal;
	letter-spacing: 1px;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
}
a {
	text-decoration: none;
	color: #004C95;
}
a:link {
	text-decoration: none;
	color: #004C95;
}
a:hover {
	color: #004C95;
	text-decoration: underline;
}
a:visited {
	text-decoration: none;
	color: #004C95;
}

td {
	font-size: 85%;
}
#footer {
	text-align: center;
	clear: both;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 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 */
	font-size: 85%;
}
