/*
Theme Name: Enfield Brass Custom Theme
Theme URI: http://www.enfieldbrass.org.au/
Description: This is a custom theme for the Enfield Brass website
Version: 1
Author: Matt Magin
Author URI: http://www.linkedin.com/in/MatthewMagin

*/

body {
  margin: 0;
  padding: 0;
  font-family: Verdana, sans-serif;
  font-size: 80%;
  color: #651208;
}
#header {
  height: 168px;
}
#footer {
  clear: both;
  border-top: 1px solid #651208;
}
#page {
  width: 960px;
  margin: 0 auto;
}
#sidebar {
  width: 300px;
  margin-left: 640px;
}
#content {
  float: left;
  width: 620px;
}
.menu {
  height: 40px;
}
.menu ul {
  padding-left: 0;
  margin: 0;
  padding: 0 6px;
}
.menu li {
  list-style-type: none;
  display: block;
  float: left;
  line-height: 40px;
  margin-right: 10px;
}
.menu a {
  text-decoration: none;
  font-weight: bold;
  color: #651208;
}
#headerimg img {
  border: 0;
}
