/* CSS Document */

body {
background-image: url(images/bodybg_02.gif);
background-repeat: repeat-x;
background-position: top;
background-color: #83542B;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 14px;
line-height: 24px;
color: #532701;
margin: 0px;
}

#container {
background-color: #D1C5A5;
width: 980px;
margin-left: auto;
margin-right: auto;
}

#banner {
background-image: url(images/bannerbg_04.jpg);
background-repeat: no-repeat;
height: 303px;
}

#content {
float: right;
width: 630px;
padding-left: 40px;
padding-right: 60px;
}

#sidebar-a {
float: left;
width: 230px;
padding-left: 20px;
}

#footer {
background-image: url(images/footerbg_18.jpg);
background-repeat: no-repeat;
background-position: top;
background-color: #580100;
clear: both;
height: 104px;
font-size: 11px;
line-height: 19px;
text-align: center;
padding-top: 290px;
color: #CCCCCC;
}

#footer a:link, #footer a:visited {
color: #cccccc;
text-decoration: none;
}

#footer a:hover {
text-decoration: underline;
}

/* -- Navbar -- */

div#navbar {
text-align: left;
font-weight: bold;
width: 210px; 
}

#navbar ul li a:link, #navbar ul li a:visited {
text-decoration: none;
background-image: url(images/navicon_15.gif);
background-repeat: no-repeat;
background-position: 0% 50%;
color: #532701;
display: block;
padding-top: 3px;
padding-left: 30px;
padding-bottom: 3px;
padding-right:10px;
font-size: 15px;
}

#navbar ul li a:hover {
text-decoration: underline; 
}

#navbar ul li {
margin: 0px;
padding: 0px;
list-style-type: none;
display: block;
}

#navbar ul {
margin: 0px;
padding: 0px;
}


/* -- html -- */

h1 {
display: block;
background-image: url(images/hdr-sun_11.gif);
background-repeat: no-repeat;
background-position: left;
height: 34px;
font-size: 20px;
padding-top: 15px;
padding-left: 50px;
}

h2 {
text-align: center;
line-height: 30px;
}

a:link, a:visited {
color: #003399;
text-decoration: none;
}

a:hover {
text-decoration: underline;
}

.photoleft {
float: left;
padding: 3px;
border: solid 1px #580100;
margin: 3px 20px 12px 0px;
}

.photoright {
float: right;
padding: 3px;
border: solid 1px #580100;
margin: 3px 0px 12px 20px;
}

.photoborder {
padding: 3px;
border: solid 1px #580100;
}







