body {
  font-family: "Corbel", Tahoma, Arial, sans-serif;
  background: url('../images/background.png') repeat;
  margin: 0 0 25px 0;
  padding: 0;
  font-size: 0.7em;
}

h1 {
  font-weight: normal;
  font-size: 1.2em; 
}

h2 {
  font-weight: normal;
  font-size: 1.4em;
}

h3 {
  font-weight: normal;
  font-size: 1em;
}

a {
  color: #E42A7E; 
}

a:visited {
  color: #555;
}

a:hover {
  color: #E42A7E;
  text-decoration: none;
}

a:active {
  color: #000;
}

img {
  border: 0;
}

.clear {
  clear: both;
}

#site {
  margin: 0 auto 25px auto;
  width: 834px;
}

#content {
  margin: 0 auto 25px 0;
}

#sidebar {
  float: right;
	width: 300px;
	margin-top: 20px;  
}

#rectangle {
  background: #E42A7E;
  width: 100%;
  margin: 0 0 0 -100%;
  height: 23px;
  position: absolute;
  border-bottom: 2px solid #fff;
}

#ster01, #ster02 {
  position: absolute;
}

#stars {
  height: 120px;
}

#ster01 {
  margin: 30px 0 0 255px;
}

#ster02 {
  margin: 25px 0 0 155px;
}

#navigation {
  background: #E42A7E;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  color: #fff;
  font-size: 1.1em;
  margin: 0 300px 0 0; 
  padding: 0;
}

#navigation ul {
  margin: 0;
  padding: 0;
}

#navigation li {
  float: left;
  list-style-type: none;
  border-left: 1px solid #fff;
  padding: 2px 0 5px 0;
}

#navigation li a, #navigation li a:visited {
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  padding: 2px 8px 5px 8px;
}

#navigation li a:hover {
  color: #E42A7E;
  background: #fff;
}

#navigation li a:active {
  color: #000;
  background: #fff;
}

#navigation li a#selected {
  color: #E42A7E;
  background: #fff;
}

#main {
  width: 350px;
  margin: 30px 350px 0 0;
}

#main_inner {
  background: url('../images/veer.gif') no-repeat bottom right #fff;
  border-bottom: 2px solid #E42A7E;
  border-right: 2px solid #E42A7E;
  color: #444;
  padding: 20px 25px 80px 25px;
  font-size: 1.2em;
  margin: 0 0 0 164px;
  min-height: 500px;
  width: 320px;
}

#sidecontent {
  background: #E42A7E;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  color: #fff;
  margin: 20px 0 0 0;
}

#sidecontent h2 {
  margin: 0;
  padding: 35px 15px 35px 15px;
}

#caption {
  font-size: 1em;
  margin: 20px 15px 35px 15px;
}

ul#performances {
  margin: 0;
  padding: 0;
}

ul#performances li {
  list-style-type: none;
  line-height: 2em;
}

ul#performances li a {
  color: #E42A7E;
  font-weight: bold;
}

ul#performances li a:visited {
  color: #444;
}

ul#performances li a:hover {
  color: #444;
}

ul#performances li a:active {
  text-decoration: none;
}

ul.photos {
  margin: 0;
  padding: 0;
}

ul.photos li {
  float: left;
  position: relative;
  margin: 0 5px 5px 0;
  list-style-type: none;
  width: 150px;
  font-size: 0.85em;
}
