 *{
  margin:0px;padding:0px;
}

.clear{
  clear: both;
}
      
body{
  background: #ccc url(img/bodybg.jpg) repeat-x;
  font-family: Helvetica, Arial, sans-serif;
  
  font-size: 15px;
  font-style: normal;
  font-weight: normal;
  text-transform: normal;
  letter-spacing: normal;
  line-height: 1.45em;
}
.container{
  width: 900px;
  margin: 0px auto;
  position: relative;
}
#top{
  background: #fff url(img/topbg.png) bottom left repeat-x;
  padding: 5px 0px 15px 0px;
}
#sub{
  height: 40px;
  margin-bottom: 120px;
}
#sub .container{
  background-color: #07131D;
  background-color: rgba(7, 19, 29, 0.5);
  color: #fff;
}
#content{
  background: #fff;
  min-height: 200px;
  padding-bottom: 30px;
}
#leftcontent{
  float: left;
  width: 250px;
  margin-top: -40px;
  padding:10px;
  background-color: #fff;
}
#rightcontent{
  float: right;
  width: 600px;
  margin-top: -80px;
  padding:10px;
  background-color: #fff;
}
#footer{
  min-height: 200px;
  padding-top: 20px;
  
  font-size: 11px;
  font-style: normal;
  text-transform: normal;
  letter-spacing: normal;
  line-height: 1.4em;  
}
.font16{
  font-size: 16px;
  font-style: normal;
  font-weight: bold;
  letter-spacing: normal;
  line-height: 1.5em;
}
.borderbottom{
  border-bottom-right-radius: 5px;	
  -moz-border-radius-bottomright: 5px;	
  -webkit-border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;	
  -moz-border-radius-bottomleft: 5px;	
  -webkit-border-bottom-left-radius: 5px;
}
.borderall{
  border-radius: 5px;	
  -moz-border-radius: 5px;	
  -webkit-border-radius: 5px;
}
#btnMember{
  background: #ff9900;
  position: absolute;
  color: #fff;
  padding: 10px 10px 10px 10px;
  top: -10px;
  right: 0px;
}
#btnMember:hover{
  padding-top: 20px;
}
#btnMember a{
  text-decoration: none;
  color: #fff;
}
#navigation{
  list-style-type:none;
}
#navigation li a{
  display: block;
  padding: 4px 8px;
  background-color: #eee;
  border-bottom: 1px #fff solid;
  font-family: Cambria, serif;
  font-size: 13px;
  font-style: normal;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1.7em;
  cursor: pointer;
  text-decoration: none;
  color: #000;
}
#navigation li a:hover{
  text-align: right;
}
#navigation li a.active{
  background-color: #ff9900;
  text-align: right;
  font-weight: bold;
}
h1{
  font-family: Helvetica, Arial, sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: bold;
  text-transform: normal;
  letter-spacing: -1px;
  line-height: 1.2em;
  margin: 20px 0px;
}
h2{
  font-family: Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: normal;
  line-height: 1.5em;
  margin: 20px 0px;
}

.event{
  width: 100%;
  margin-bottom: 20px;
}
.event .dateinfo{
  float: left;
  width: 15%;
  margin-right: 20px;
  background-color: #eee;
  padding: 8px;
  font-style: normal;
  font-weight: normal;
  text-transform: normal;
  letter-spacing: -0.1;
  line-height: 1.4em;
}
.dateinfo .year{
  display: block;
  font-size: 16px;

}
.dateinfo .daymonth{
  font-size: 24px;
  font-weight: bold;
}
.event .eventdesctiption{
  float: right;
  width: 65%;
}