/* Georgia Trail of Tears CSS File */


/* Formatting */

body {
background: #d4c3b1 url(images/bkg2.jpg) top left repeat-x;
font-family: Myriad Roman, Verdana, sans-serif;
font-size: 12px;
font-weight: none;
color: #000000;
}

a {
color: #142a3b;
font-weight: bold;
text-decoration: none;
}

a:hover {
color: #336633;
font-weight: bold;
text-decoration: none;
}

h1 {
font-size: 18px;
font-weight: bold;
margin-top: 20px;
margin-bottom: 20px;
}

h2 {
font-size: 14px;
font-weight: bold;
}

h5 {
font-weight: bold;
font-size: 12px;
margin-bottom: 3px;
margin-top: 3px;
}

hr {
margin-top: 14px;
margin-bottom: 14px;
border: 1px solid #666666;
width: 564px;
}


/* Content Positioning */

#bgbar {
position: absolute;
top: 0px;
left: 0px;
height: 100%;
width: 100%;
background: url(images/bkg4.jpg) repeat-y 0 0;
z-index: 0;
}

#container {
position: absolute;
top: 0px;
left: 0px;
z-index: 1;
}

#header {
position: absolute;
top: 0;
left: 0;
height: 153px;
width: 800px;
}

#content {
position: absolute;
top: 153px;
left: 0px;
width: 800px;
background: #1e1e3b;
}

#left {
float: left;
width: 196px;
background: #1e1e3b;
text-align: right;
font-weight: bold;
font-size: 20px;
}

#left a {
display: block;
padding: 5px 20px 5px 0;
background: #1e1e3b;
color: #d4c3b1;
text-decoration: none;
}

#left a:hover {
display: block;
background: #333322;
border-left: 20px solid #333333;
text-decoration: none;
}

#right {
float: right;
width: 564px;
background: #d4c3b1;
padding-left: 40px;
padding-bottom: 20px;
}

/* Other Niceties */

.sel {
display: block;
padding: 5px 20px 5px 0;
background-color: #333322;
border-left: 20px solid #333333;
text-decoration: none;
color: #d4c3b1;
}

#front {
float: right;
clear: left;
margin: 0 0 12px 20px;
border: 1px solid #666666;
}

.image {
float: right;
clear: left;
margin: 0 0 8px 8px;
font-size: 11px;
color: #666666;
font-style: italic;
font-weight: bold;
text-align: right;
}

.image img {
border: 1px solid #666666;
}

.image #noborder {
border: 0;
}

#pop {

}

#pop img {
border: 1px solid #666666;
}



