
html, body {
  height: 100%;
  overflow: auto;
}

body {
  font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  padding: 0;
  margin: 0;
  background:#DDDDDD url(../Images/bg-myPage.jpg) repeat-x scroll 0 0;
}


div.center {
  text-align: center;
}

img.image {
  height: 300px;
}


/***********************************************************************
 * page frame style
 ***********************************************************************/
#myPage {
  margin:20px;
}

#myPage h1 {
  font-family:"Gill Sans", "Trebuchet MS", Verdana, sans-serif;
}

#myPage h2 {
  font-family:"Gill Sans", "Trebuchet MS", Verdana, sans-serif;
}


/***********************************************************************
 * header frame style
 ***********************************************************************/
#myHeader {
  position: fixed;
  width: 100%;
  height: 180px;
  top: 0;
  right: 0;
  bottom: auto;
  left: 0;
  background: rgb(200,0,0);
  overflow: hidden;
  text-align: center;
  white-space: nowrap;
}

img.header {
  margin-top: 10px;
  height: 100px;
  border: 2px solid rgb(200,200,200);
}

h1.header {
  color: rgb(255,255,255);
}

/***********************************************************************
 * sidebar menu frame style
 ***********************************************************************/
#mySidebar {
  position: fixed;
  width: 150px;
  height: auto;
  top: 180px;
  right: auto;
  bottom: 35px;
  left: 0;
  background: rgb(240,100,100) url(../Images/bg-mySidebar.jpg) repeat-x scroll 0 0;
  border-top: 2px solid rgb(0,0,0);
  border-bottom: 2px solid rgb(0,0,0);
}

ul.navLinks {
  margin: 0px;
  padding-top: 80px;
  padding-left: 20px;
  line-height: 200%;
  list-style-type: none;
}

a.navMenu {
  color: rgb(0,0,0);
  text-decoration: none;
}

a.navMenu:hover {
  color: rgb(120,120,120);
  text-decoration: underline;
}


/***********************************************************************
 * main frame style
 ***********************************************************************/
#myMain {
  position: fixed;
  width: auto;
  height: auto;
  top: 180px;
  right: 0;
  bottom: 35px;
  left: 150px;
  border-left: 2px solid rgb(0,0,0);
  border-top: 2px solid rgb(0,0,0);
  border-bottom: 2px solid rgb(0,0,0);
}


/***********************************************************************
 * footer frame style
 ***********************************************************************/
#myFooter {
  position: fixed;
  width: 100%;
  height: 35px;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgb(240,150,150) url(../Images/bg-myFooter.jpg) repeat-x scroll 0 0;
  text-align: center;
  font-size: smaller;
}

