/*This is the core style sheet of the site.*/
body {
margin: 0;
background-image: url(page-bg.gif);
background-color: #FFDEAD;
color: #000000;
font-family: Verdana, Helvetica, Arial, sans-serif;
}
h1 {
text-align: Center;
font-style: bold;
letter-spacing: 5px;
font-size: 2.5em;
}

h2 {
font-size: 2.0em;
text-align: center;
}

h3 {
text-align: center;
}

p {
font-size: 0.8em;
/* text-align: justify; */
line-height: 1.7em;
}

p.footer {
font-size: .5em; 
text-align: center;
font-weight: bold;
}

#header {
background-color: #FFDEAD;
border-bottom: solid #000000 1px;
}

#content {
position: relative;
width: 1010px;
}

#navbar {
top: 0px;
left: 0px;
width: 250px;
border-top: 1px #000000 solid;
border-left: 1px #000000 solid;
border-right: 1px #000000 solid;
border-bottom: 1px #000000 solid; 
} 
#navbar ul li {
list-style-type: none;
margin: 0;
padding: 0;
}
#navbar ul {
margin: 0;
padding: 0;
}

#navbar ul li a:link, #navbar ul li a:visited {
display: block;
text-decoration: none;
font-weight: bold;
border-bottom: solid #000000 1px;
padding-top: 3px;
padding-bottom: 3px;
padding-left: 20px;
border-top: 1px #000000 solid;
border-left: 1px #000000 solid;
border-right: 1px #000000 solid;
border-bottom: 1px #000000 solid; 
}


#navbar ul li a:hover {
}

#right-text{
text-align: center;
top: 0px;
left: 1000px;
border-top: 1px #000000 solid;
border-left: 1px #000000 solid;
border-right: 1px #000000 solid;
border-bottom: 1px #000000 solid; 
}

#main-text {
top: 0px;
left: 260px;
border-top: 1px #000000 solid;
border-left: 1px #000000 solid;
border-right: 1px #000000 solid;
border-bottom: 1px #000000 solid; 
background-color: #ffffff;`
padding: 10px;
}

#photos {
border-top: 1px #000000 solid;
border-left: 1px #000000 solid;
border-right: 1px #000000 solid;
border-bottom: 1px #000000 solid; 
background-color: #000000;`
margin-left: 260px;
padding: 10px;
}
