/* CSS Document */




body {
background-image:url(images/wood.jpg);
background-repeat:repeat;
margin: 0;

}


A:link {
color: white;
}

A:visited 

{color: white; }

A:active  {
color: white;

}


#MainBody {

background-color: #1d0806;
width: 800px;
margin: 0px auto;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:1em;
color: #FFFFFF;
padding: 10px;




}


h2

{
color: white;
margin-top: 5px;
}

#HeaderImage a img{
border: none;

}



.indentmenu{
font: bold 16px Georgia;
width: 100%; /*leave this value as is in most cases*/

}

/*This is the menu for unordered list properties when nothing is happening.*/
.indentmenu ul{
margin: 0;
padding: 0px 0px 0px 0px;
float: left;
width: 100%; /*width of menu*/
border-width: 1px 0;
background-color:#b13c1f;
}

.indentmenu ul li{
display: inline;
}

.indentmenu ul li a{
float: left;
color: white; /*text color*/
padding: 5px 11px;
text-decoration: none;

}

.indentmenu ul li a:visited{
color: white;
}

.indentmenu ul li a:hover, .indentmenu ul li .current{
color: white; !important; /*text color of selected and active item*/
padding-top: 6px; /*shift text down 1px for selected and active item*/
padding-bottom: 4px; /*shift text down 1px for selected and active item*/
background: #722614;
}

#Content {


padding: 5px;
}

#Content2 {


padding: 5px;

}

#RightContent  {

float:right;
background-color: #b13c1f;
width:160px;
height:20em;
padding: 10px;
border:solid 1px;
border-right:0px;
border-top:0px;


}

#RightContent2  {

float:right;
background-color: #D2AE83;



}


#Footer {

width:800px;
height:1.2em;
background-color: #1d0806;
margin:auto;
color: #d2d2d2;
padding:10px;


}

#Signature  {

margin-left:20px;


}

/* This is a sequence of image placement divs */

#Albums  {

float:right;
margin-top: 4em;

}

#Albums2 {
float:right;
margin-top:5em;

}

#Albums3  {

float:right;
margin-top:3em;
padding: 5px;

}

#Albums4  {

float:right;
margin-top:2em;
padding: 5px;

}

#Albums5  {

float:right;
padding: 5px;

}

#Albums6  {

float:right;
padding: 5px;

}


#Reviews  {
border:solid 1px;
padding: 5px;


}

#Links {
border:solid 1px;
padding: 5px;
margin-top:5px;

}

#Linksa {
border:solid 1px;
padding: 5px;
margin-top:5px;
height:210px;

}

#Lacey {

border: solid 1px;
padding: 5px;

}



