/* Body text and page background */

body {
background-image:url(images/site_background.png);
background-repeat: repeat-x;
}
	  
#container
{
position:relative;
margin: 0 auto;
background-color:#ffffff;
width:896px;
height:auto;
border-left: solid 1px #6cc;
border-right: solid 1px #6CC;
border-bottom: solid 5px #369;
}
	  
#header
{
position:relative;
margin: 0 auto;
background-image:url(images/header.png);
width:896px;
height:75px;
border-left: solid 1px #6cc;
border-right: solid 1px #6CC;
}

#header img{
  width:100%; 
  display:block; 
}

#header a{
  position:absolute;
  font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
  text-decoration:none;
  font-size:1em;
  font-weight:bold;
}	  

#descriptions
{
width:876px;
height:auto;
padding:10px;
}

#descriptions p{
	font-weight: normal;
    font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
    font-size: 11pt;
    font-style: normal;
	}


.style1 {color: #000000;
            font-weight: normal;
            font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
            font-size: 12pt;
            font-style: normal;
			}
.style2 {color: #000000;
            font-weight: bold;
            font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
            font-size: 16pt;
            font-style: normal;
			}
.style3 {color: #000000;
            font-weight: normal;
            font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
            font-size: .75em
            }
.style4 {color: #000000;
            font-weight: bold;
            font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif
            font-size: .75em;
            }
            
a:link { color:#036; text-decoration: none }
a:active { color:#036; text-decoration: none }
a:visited { color:#369; text-decoration: none }
a:hover { color:#369; text-decoration: none }
	  

