@charset "utf-8";
body {
	background: #27323a;
	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: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
	line-height: 1.5em;
}
#container {
	width: 981px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#header {
	height: 98px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	background-image: url(../images/calgary-tradeshow-design.jpg);
	background-repeat: no-repeat;
}
#header h1 {
	color: #FFFFFF;
	font-size: 12px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
}

#header h1 a, #header h1 a:visited, #header h1 a:hover {
	color: #FFFFFF;
}

.headertext {
	width: 300px;
	float: right;
	text-align: right;
	padding: 0;
	margin-top: 65px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#menu {
	background-image: url(../images/calgary-exhibit-workshops.gif);
	background-repeat: no-repeat;
	height: 39px;
	padding-left: 12px;
}
#mainContent {
	background: #FFFFFF;
	padding-top: 0;
	padding-right: 40px;
	padding-bottom: 0;
	padding-left: 40px;
	margin-top: 30px;
}
h1 {
	color: #3BADD1;
	font-weight: normal;
	font-size: 165%;
}
h2 {
	color: #3BADD1;
	font-weight: normal;
	font-size: 130%;
}
h3 {
	color: #3BADD1;
	font-weight: normal;
}
a, a:link, a:hover, a:visited {
	color: #666699;
}
#footer {
	background-image: url(../images/calgary-exhibit-rentals.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-top: 0;
	padding-right: 40px;
	padding-bottom: 0;
	padding-left: 40px;
}
#footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0px;
	font-size: 11px;
	color: #999999;
}
