/****  Main Page/HTML styles ****/

@font-face {
  font-family: GentiumPlus;
  src: url(../fonts/GentiumPlus-R.ttf);
}

@font-face {
  font-family: GentiumPlus;
  font-style: italic;
  src: url(../fonts/GentiumPlus-I.ttf);
}

body,html {
    margin:0;
    padding:0;
    color:#000;
    background:#a7a09a;
    background-image: url(../images/background2.png);
    background-repeat: repeat;
    /*** font-family: "Palatino Linotype", Palatino, "Book Antiqua", "URW Palladio L", serif; ***/
    font-family: GentiumPlus;
}

ul.navbar {
    list-style-type: none;
    font-family: GentiumPlus;
    font-style: italic;
    font-size: 200%;
}

li.navbar {
    margin-top: 10px;
    margin-bottom: 10px;
}

/**** Div Container styles ****/

#wrap {
    width:950px;
    margin:0 auto;
    background:#99c;
}
    
#header {
    /*** background:#a1cf77; ***/
    width:950px;
    height:350px;
    /*** background-image: url(../images/masthead.png); ***/
    
}

h1 {
    font-family: GentiumPlus;
    font-style: italic;
    font-size:175%;
}

h2 {
    font-family: GentiumPlus;
    font-style: italic;
    font-size:150%;
}

h3 {
    font-family: GentiumPlus;
    font-style: italic;
    font-size: 125%;
}

p {
    font-size:100%;
    padding-right:20px;
}

img.left {
  height:225px;
  width:300px;
  padding-right:5px;
  float:left;
}

img.right {
  height:225px;
  width:300px;
  padding-left:5px;
  float:right;
}

#main {
    float:right;
    width:725px;
    height:1750px;
    overflow:auto;
    background:#a1cf77;
}

#sidebar {
    float:left;
    width:225px;
    height:1750px;
    background:#a1cf77;
}

/*** link style for the navigation bar ***/

a:link.navlink {
  text-decoration: none; color: black;
}

a:visited.navlink {
  text-decoration: none; color: gray;
}

a:active.navlink {
  text-decoration: none; color: black;
}

a:hover.navlink {
  text-decoration: underline; color: black;
}

/*** link style for the registry page ***/

a:link.reglink {
  text-decoration: none;
  color: black;
  font-size:125%;
}

a:visited.reglink {
  text-decoration: none;
  color: gray;
  font-size:125%;
}

a:active.reglink {
  text-decoration: none;
  color: black;
  font-size:125%;
}

a:hover.reglink {
  text-decoration: underline;
  color: black;
  font-size:125%;
}
  
  

/*** ***/

#footer {
    /*** padding-top:5px;
    padding-bottom:5px; ***/
    padding-left:25px;
    font-style:italic;
    font-size:16pt;
    clear:both;
    background:#a1cf77;
}
