

body
{
  background-image: url('../BUG_images/woven-header.png');
width: 100%;
margin: 0px 0px 0px 0px;
}


#wrapper
{
  background-color: LightSkyBlue;
width: 100%;
margin: 0px auto;
}


a#selected:link
{
  color: #53A4E6;
  text-decoration: none;
}


a#selected:visited
{
  color: #53A4E6;
  text-decoration: none;
}


a#selected:hover
{
  color: #53A4E6;
  text-decoration: underline;
}


a#selected:active
{
  color: #53A4E6;
  text-decoration: none;
}



a#nonselected:link
{
  color: white;
  text-decoration: none;
}


a#nonselected:visited
{
  color: white;
  text-decoration: none;
}


a#nonselected:hover
{
  color: #53A4E6;
  text-decoration: underline;
}


a#nonselected:active
{
  color: white;
  text-decoration: none;
}


#header
{
  background-image: url('../BUG_images/woven-header.png');
  height: 190px;
  width: 100%;
}


#header-top
{
  background-color: black;
width: 100%;
  height: 28px;
  font-size: 14px;
  line-height: 20px;
margin: 0px auto;
}


#header-top ul
{
  margin: 0px;
  text-align: left;
  padding: 5px 0px 0px 50px;
}


#header-top li
{
  display: inline;
  margin: 0px 10px 0px 10px;
}


#header h1
{
  color: white;
  font-family: Droid, Serif, Arial, sans-serif;
  font-size: 40px;
  font-weight: bold;
  line-height: 40px;
  letter-spacing: 4px;
  padding-left: 10%;
}


#header h3
{
  color: #53A4E6;
  font-style: italic;
  font-family: Serif, Arial, sans-serif;
  font-size: 25px;
  font-weight: bold;
  padding-left: 13%;
}


#header p
{
padding-left: 10%;
}


#page_angle
{
  background-image: url('../BUG_images/woven-header.png');
}


#header_banner
{
   width: 900px;
   margin: 0px auto;
}



#main
{
  background-color: LightSkyBlue;
margin: 0px auto;
width: 900px;
height: 1400px;
}


#sidebar
{
  float: right;
  background-color: white;
  width: 238px;
  height: 100%;
border-left: 1px;

}


#sidebar h3
{
  color: white;
  background-color: #53A4E6;
  width: 150px;
  text-align: center;
  font-family: Serif, Arial, sans-serif;
  font-weight: bold;
  text-decoration: none;
margin: 20px 20px 20px 40px;
}


#sidebar p
{
  font-family: Georgia, "Bitstream Charter", serif;
  font-size: 12px;
  padding: 0px 20px 15px 20px;
}


#sidebar_photo
{
  margin-left: 20px;
}



#content
{
  background-color: white;
  width: 662px;
  height: 100%;
  background-image: url('../BUG_images/bg_content.png');
  background-position: right;
  background-repeat: repeat-y;
margin: 0px;
padding-top: 10px;
   font-family: Georgia, "Bitstream Charter", serif;
}


#content p
{
  font-size: 16px;
  line-height: 25px;
}


#BUG_greeting
{
   padding-left: 10px;
}


#BUG_greeting p
{
padding: 70px 30px 0px 250px;
}


#Uke_Social_Club
{
   padding: 0px 20px 0px 10px;
}


#EP_Davis
{
   padding: 0px 20px 0px 10px;
}


#EP_Davis p
{

}


#footer
{
  background-color: LightSkyBlue;
width: 900px;
  height: 20px;
margin: 0px auto;
}



