/* South Dundas Chamber */
* {
  margin: 0;
  padding: 0;
}
body {
  background: #0066cc none repeat scroll 0%;
  font-family: Geneva,Verdana,Arial,Helvetica,sans-serif;
  font-size: 12px;
}
#wrapper {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2em;
  width: 800px;
  background-color: #ffffff;
}
#header {
  padding: 10px;
  background: #fffbfd url(images/bg_header.jpg) repeat scroll 0%;
  height: 115px;
}
#header h1 {
  font-size: 2.5em;
  font-family: Georgia,Times New Roman,serif;
  color: #ffffff;
  text-align: center;
}
#header p {
  font-size: 1.75em;
  font-family: Georgia,Times New Roman,serif;
  color: #ffffff;
  padding-top: .5em;
  text-align: center;
}
#logo {
  float: left;
}
#name {
  float: right;
}
#address {
  padding: 0;
  color: #333333;
  font-size: .8em;
}
#address a {
  color: #333333;
}
#menu {
  margin: 5px 10px 0 0;
  float: right;
  clear: both;
}
#menu a {
  border: 1px solid #ffffff;
  padding: 6px;
  background: #003399 url(images/bg_menuoff.gif) repeat-x scroll 0%;
  min-width: 50px;
  height: 10px;
  margin-left: 10px;
  float: left;
  font-size: .8em;
  color: #ffffff;
  font-weight: bold;
  text-decoration: none;
}
#menu a:hover {
  background: #003399 url(images/bg_menuon.gif) repeat-x scroll 0%;
}
#menu a.on {
  background: #003399 url(images/bg_menuon.gif) repeat-x scroll 0%;
}

#content {
  padding: 0;
  background-color: #ffffff;
}
#left {
  padding: 20px;
  width: 60%;
  font-family: Georgia,Times New Roman,serif;
  font-size: 1.3em;
  float: left;
  min-height: 400px;
}
#left h1 {
  padding: 12px 0 0 0;
  font-size: 1.6em;
  font-weight: normal;
  font-variant: small-caps;
}
#left h2 {
  padding: 12px 12px 0 0;
  font-size: 1.2em;
  font-weight: normal;
  font-style: italic;
}
#left h3 {
  padding: 0 12px 0 0;
  font-size: 1.1em;
  font-weight: normal;
  font-style: normal;
}

#left p {
  line-height: 1.3em;
  padding-bottom: 8px;
}
#right {
  padding: 60px 20px 20px;
  background: #ffffff url(images/bg_menuright.jpg) no-repeat scroll left top;
  width: 30%;
  float: right;
  min-height: 400px;
}
#right h1 {
  font-size: 1.5em;
  font-weight: normal;
  padding-top: 10px;
}
#right p {
  font-size: 1em;
  padding-bottom: 6px;
  line-height: 16px;
}
#footer {
  border-top: 1px solid #cccccc;
  padding: 10px;
  background: #ffffff none repeat scroll 0%;
  clear: both;
}
#byline, #byline a {
  font-size: .8em;
  color: #666666;
}
ul {
  padding-left: 1em;
}

hr {
  width: 60px;
  margin-left: auto;
  margin-right: auto;
  color: #666;
  margin-top: 6px;
  margin-bottom: 8px;
}

td {
	padding-top: 25px;
}
