@charset "utf-8";
body {
	font: 80%/1.5em "trebuchet ms", verdana, arial, helvetica, sans-serif;
	background: #224346 url(images/calgary-web-design.jpg) no-repeat;
	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: #000000;
	letter-spacing: 0.02em;
}
#description {
	color: #7DC4DB;
}
#container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #592002 url(images/website-graphics-design.jpg) no-repeat; /* the auto margins (in conjunction with a width) center the page */
	border: 5px solid #000000; /* this overrides the text-align: center on the body element. */
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
#header {
	padding: 0 10px 0 20px;  /* 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. */
	height: 80px;
}

#middle {
}
#menu {
	margin-left: 35px;
	color: #000000;
}
#menu a {
	color: #000000;
}
#leftcolumn {
	float: left;
	width: 200px;
	margin-left: 30px;
	font-size: 110%;
}
#contentbox {
	width: 500px;
	background-color: #FFFFFF;
	border: 1px dashed #000000;
	float: right;
	margin-right: 35px;
}
#content {
	padding: 30px;
}
#footer {
	padding: 0;
	clear: both;
}
#footertext {
	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 35px 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: right;
}
.bold {
	font-weight: bold;
	color: #008AB9;
	font-size: 110%;
}
.thumbs {
	border: 2px solid #000000;
}
#contentbox a,a:link,a:hover,a:visited {
	color: #FF6600;
}
#leftcolumn a,a:link,a:hover,a:visited {
	color: #000000;
}
h1 {
	font-weight: bold;
	color: #008AB9;
	font-size: 120%;
}
h2 {
	font-weight: bold;
	color: #008AB9;
	font-size: 110%;
}
#leftcolumn {
	color: #FFFFFF;
}
#leftcolumn a {
	color: #FFFFFF;
}
#leftcolumn a:hover {
	color: #FFFFFF;
}
