/****** General ******/
* {
  border: 0px;
  margin: 0px;
  padding: 0px;
}

html, body { 
margin-top:4px;

}

a, a:visited {
  color:  #bbbbbb;
  text-decoration:none;
}
a {
text-decoration: none;
}

.center {
  text-align: center;
  margin-auto;
}

.wide {
  width: 75%;
}

.mid {
  width:  95%;
  display:  inline-block;
}

.margin_auto {
  margin: auto;
}

/***** Formatting *****/
body {
	text-decoration:none;
  line-height: 20px;
  color: #bbbbbb;
}

table {
  margin: auto;
}

h2 {
    letter-spacing: 1px;
    font-size: 22px;
    margin: -10px 0px 10px 0px;
}

i {
	
  color: #fa9c08;
}

li {
  margin-left: 18px;
  margin-top: 10px;
}

.info {
  color: #e7510e;
  font-size: 80%;
}


/****** Layout *******/
#switcher-demo-panel {
  margin-top: 30px;
  margin-left: 29px;
  margin-right: 29px;
  padding-bottom: 30px;
}

#switcher-panel {
  margin-left: 29px;
  margin-right: 29px;
  height: 400px;
  text-decoration:none;
}

#switcher-panel2 {
  margin-top: 30px;
  margin-left: 29px;
  margin-right: 29px;
  height: 400px;
}

.nav_buttons {
  position: relative;
  top: 40px;
  left: 0px;
  height: 30px;
}

.nav_buttons a {
  margin: 0px 5px;
  text-decoration:none;
}
.nav_buttons a:hover {
	text-decoration:underline;
}

.header {
  height: 50px;
  position: relative;
  top: -30px;
  background: transparent url(../images/navbg.png) repeat-x bottom left;
  color: #888;
}

.block {
  background: transparent url(../images/block_bg.png) repeat top left;
 -moz-border-radius: 20px;
  azimuth-webkit-border-radius: 20px;
 -khtml-border-radius: 20px;
  border-radius: 20px;
  min-height: 450px;
  height: 400px;
  
  
}

