

BODY {
    background-image : url('img/bg.jpg');
    background-repeat : repeat;
    font-family : Arial, Verdana;
    color: #FFFFFF;
    text-align : center;
    height : 700px;
    width: 99%;
  }


P.h2 {
    font-family : 'Comic Sans MS';
    font-size: 22pt;
    text-align: center;
    padding-left: 25px;
  }


A:visited.email, A:link.email {
    color: #FFFF00;
    font-weight: bold;
  }


A:hover.email {
    color: #FFFF12;
  }


A:visited.button, A:link.button {
    color: #FFFFFF;
    text-decoration: none;
  }


A:hover.button {
    font-weight: normal;
    text-decoration: none;
  }


#logo {
    background-image : url('img/logo.gif');
    background-position : center;
    background-repeat : no-repeat;
    float : right;
    height : 149px;
    width : 750px;
  }


#address {
    font-weight : bold;
    text-align : right;
    margin-top: 10px;
  }


#panda {
    position: absolute;
    margin-top: 35px;
    margin-left: 430px;
  }


#menu {
    position: absolute;
    margin-top: 25px;
    margin-left: 20px;
    font-size: 14pt;
    font-weight: bold;
  }


P.menu1 {
    background-image : url('img/button.jpg');
    background-repeat : no-repeat;
    line-height : 75px;
    position : absolute;
    text-align : center;
    vertical-align : middle;
    width : 200px;
    height : 75px;
  }


P.menu2 {
    background-image : url('img/button.jpg');
    background-repeat : no-repeat;
    margin-top: 100px;
    line-height : 75px;
    position : absolute;
    text-align : center;
    vertical-align : middle;
    width : 200px;
    height : 75px;
  }


#page {
    font-size : 12pt;
    margin-top: 230px;
    height : 800px;
    width: 750px;
  }


#locat-l {
    position: absolute;
    margin-left: 0px;
    margin-top: 0px;
  }


#locat-r {
    position: absolute;
    margin-left: 400px;
    margin-top: 100px;
    text-align: left;
  }


#home-l {
    position: absolute;
    margin-left: 50px;
    margin-top: 10px;
  }


#home-r {
    position: absolute;
    margin-left: 450px;
    margin-top: 20px;
  }


#home-b {
    position: absolute;
    margin-left: 0px;
    margin-top: 200px;
  }

#book {
    margin-top: 0px;
    margin-left: 20px;
    font-size: 13pt;
    font-weight: bold;
  }

#book-l {
    position: absolute;
    margin-top: 0px;
    margin-left: 20px;
    width: 375px;
  }


#book-r {
    position: absolute;
    margin-top: 0px;
    margin-left: 380px;
  }

#submit {
	 font-size: 18pt;
	 margin-left: 30px;
	}


.bold {
    color: #FFC919;
    font-weight: bold;
    font-size: 18pt;
  }


.bold1 {
    font-size: 13pt;
    font-weight: bold;
    padding-left: 30px;
  }


.bold2 {
    font-size: 16pt;
    font-weight: bold;
    padding-left: 40px;
  }


.price {
    font-size: 28pt;
    font-family: 'Comic sans MS';
  }


.form {
    font-size: 13pt;
    font-weight: bold;
	 color: #FFFFFF;
  }


.border {
    border-bottom-color : transparent;
    border-bottom-style : ridge;
    border-bottom-width : 6px;
    border-left-style : inset;
    border-left-width : 6px;
    border-right-style : outset;
    border-right-width : 6px;
    border-top-style : groove;
    border-top-width : 6px;
  }

