body {
  text-align: center;
  background:  #FFFFFF;
  margin: 0;
}

a {
  outline: none;
  color: blue;
  text-decoration: underline;
}

a img {
  outline: none;
  border: 0px;
}

img {
  padding: 0px;
  margin: 0px;
}


#page_wrapper {
  overflow: auto;
  margin-top: 0px;
  width: 100%;
  height: 100%;
  background: transparent url('http://www.binghamtondance.org/img/Background.png') top left repeat;
}

#content_wrapper {
  margin-top: 100px;
  margin-left: auto; 
  margin-right: auto;
  width: 900px;
  height: 100%;
  border:0px dashed #000000;  
  margin-bottom: 4px;
  text-align: left;
}

#content_header {
  height: 540px;
  width: 100%;
  background-color: #804499;
  clear: both;
  border: 1px solid #000000;
}

#contra_header {
  height: 290px;
  width: 100%;
  background-color: #804499;
  clear: both;
  border: 1px solid #000000;
}

#contra_header img {
  margin: 10px;
}

#contra_menu {
  clear: both;
}

#contra_buttons {
  margin-left: 320px;
  margin-top: -80px;
  clear: both;
  text-decoration: none;
}

#contra_buttons a {
  color: none;
  outline: none;
  text-decoration: none;
}

#contra_buttons img {
  outline: none;
  border: 1px solid #000000;
  background-color: #602277;
  text-decoration: none;
}

#contra_buttons a:hover img{
	background-color: #400055;
	outline: none;
}

#content_banner {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  width: 100%;
  height: 128px;
  border-bottom: 1px solid;
  background: url('http://www.binghamtondance.org/img/BingDanceBanBack.png') ;
}

#content_buttons {
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
  text-align: center;
  width: 100%;
  height: 260px;
}

#content_buttons a {
  color: none;
  padding-left: 20px;
  padding-right: 20px;
  text-decoration: none;
}

#content_buttons img {
  padding: 6px;
  border: 1px solid #000000;
  background-color: #602277;
}

#content_buttons a:hover img{
	background-color: #400055;
	outline: none;
}

#center {
  clear: both;
  width: 100%;
  height: 100%;
  margin-bottom: 4px;
}

#info {
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  float: left;
  text-align: left;
}

#update {
  height: 40px;
  width: 800px;
}

#igive {
  float: right;
  height: 40px;
  width: 220px;
  padding-left: 0;
  margin-left: 0;
}


#center_foot {
  float: left;
  text-align: center;
  clear: both;
  width: 100%;
  height: 40 px;
  border-top: 1px solid #000000;
}

#feeddisplay {
  border: 2px solid #000000;
  width: 1000px;
  float: left;
  padding-left: 8px;
  margin-bottom: 4px;
  background: transparent url('Images/ContentBack.png') top left repeat;
}


#barmenu {
  padding-left: 8px;
  padding-top: 8px;
  margin-bottom: 4px;
  margin-top: 4px;
  height: 30px;
  float: left;
  width: 1000px;
  border: 2px solid #000000;
  background: transparent url('Images/ContentBack.png') top left repeat;
}

#barmenu a {
    font-family:verdana;
	background-color: #229900;
	color: #FFFFFF;
	padding: 4px 13px 5px 5px;
	margin-right: 10px;
	text-decoration: none;
	border-left: 1px solid #333333;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-top: 1px solid #333333;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;

}


#barmenu a:active {
    outline: none;
	border-right: 1px solid #000000;
	border-left: 1px solid #333333;
	border-top: 1px solid #333333;
	border-bottom: 1px solid #000000;
	margin-right: 10px;
	background-color: #114400;

}

#barmenu a:focus {
    background-color: #55CC00;
    outline: none ;
}

#barmenu a:hover {
	background-color: #55CC00;
}


#left_side {
  float: left;
  width:200px;
  margin-left: 40px;
  margin-right: 4px;
  margin-top: 4px;
  padding-left: 4px;
  padding-right: 4px;
  border: 2px solid #000000;
  background: transparent url('Images/ContentBack.png') top left repeat;
}

#left_title {
  clear: both;
  padding-left: 8px;
  padding-top: 8px;
  margin-bottom: 4px;
  margin-left: 4px;
  margin-top: 4px;
  height: 30px;
  float: left;
  width: 180px;
  font-size: 24;
}


#leftnav ul {
	list-style-type: none;
	margin-top: 54px;
	padding: 0px;

}

#leftnav a {
	display: block;
	background-color: #999955;
	color: #FFFFFF;
	padding: 2px 0px 2px 5px;
	text-decoration: none;
	border-left: 1px solid #BBBB88;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-top: 1px solid #BBBB88;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;

}

#leftnav a:hover {
	background-color: #BBBB88;
}

#leftnav a:focus {
	background-color: #BBBB88;
    outline: none ;
}



#leftnav a:active {
    outline: none;
	border-right: 1px solid #BBBB88;
	border-left: 1px solid #000000;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #BBBB88;
	padding: 3px 0px 1px 5px;
	background-color: #666622;

}

#leftnav {
  padding-left: 0;
  margin-left: 0;

}

#linklist {
  padding-left: 0;
  margin-left: 0;
}

#linklist li {
  list-style: none; 
  margin: 0;
  line-height:60px;
  border-top: 1px solid transparent;
  font-family:verdana;
  font-size:12px;
  font-weight: bold;


}

#linklist li a { text-decoration: none; }



