* {
  font-family: "Trebuchet MS";
  font-weight; bold;
}

h1, h2, h3, h4 {
  font-family: "Georgia";
  font-weight: bold;
  font-style: italic;
}

#Logo {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 400px;
  height: 55px;
}

#Contact {
  position: absolute;
  top: 60px;
  left: 515px;
  width: 500px;
  height: 85px;
  font-size: 130%;
  font-weight: bold;
  font-style: italic;
  text-align: right;
}

#theTopMenu {
  position: absolute;
  top: 100px;
  left: 390px;
  width: 500px;
  height: 40px;
  text-align: right;
}

#theBottomMenu {
  position: absolute;
  top: 120px;
  left: 390px;
  width: 500px;
  height: 40px;
  text-align: right;
}

#ContentsFixed {
  position: absolute;
  top: 155px;
  left: 30px;
  width: 640px;
  height: 500px;
}

#ContentsFirst {
  position: absolute;
  top: 155px;
  left: 30px;
  width: 850px;
  height: 500px;
  overflow: auto;
}

#ContentsScrolling {
  position: absolute;
  top: 155px;
  left: 30px;
  width: 630px;
  height: 500px;
  padding: 5px;
  overflow: auto;
}

#MoreContents {
  position: absolute;
  top: 155px;
  left: 700px;
  width: 210px;
  height: 500px;
  overflow: auto;
}

#Footer {
  position: absolute;
  font-size: 70%;
  top: 660px;
  left: 30px;
  width: 400px;
  height: 100px;
}

#bottomImageID {
 position: absolute;
 top: 0px;
 left: 0px;
 opacity: 1;
 filter: alpha(opacity=100);
}

#topImageID {
 position: absolute;
 top: 0px;
 left: 0px;
 opacity: 1.0;
 filter: alpha(opacity=100);
}

#WeddingWireRated {
  position: absolute; 
  top: 111px;
  left: 750px;
}

#menu
{
	font-size: 110%;
        height: 31px;
        padding-right: 2px;
        margin: 0px 20px 0px -150px;
        list-style: none;
        text-align: center;
}

#menu li
{
        float: right;
        display: block;
        font-weight: bold;
        font-style: italic;
        text-align: center;
        width: 120px;
        height: 31px;
}

#menu a
{
  display: block;
  width: 120px;  height: 31px;
  background-color: inherit;
  text-decoration: none;
  line-height: 31px;
  text-align: center;
}

#menuselected
{
        display: block;
        width: 120px;
        height: 31px;
        text-decoration: none;
        line-height: 31px;
        text-align: center;
        background-repeat: no-repeat;
}

