body {
    background-color: #1C1208;
    margin: 0;
    background-image: url(images/bg_clouds.gif);
    background-repeat: repeat-x;
}

body, div, td {
    font-family: Tahoma, Verdana, Geneva, sans-serif;
    font-size: 11px;
    line-height: 18px;
    color: #D7C7A4;
}

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

/* remove dotted lines around menu links */
a { outline: none; }

a:hover {
    color: #ffffff;
    text-decoration: underline;
}

a.current, a.current:link, a.current:visited, a.current:hover {
    color: #88B9D4;
    text-decoration: none;
}

#silverLiningRibbon  {
	position: absolute;
	left: 621px;
}
#silverLiningRibbon img { border: 0; } 

H1 { /* Camp stormcloud */
    margin: 0;
    margin-bottom: 56px;   
}
H1 em { /* Personal Portfolio of Becky Knape */
    
}

H2 {
    font-family: Arial, sans-serif;
    font-size: 15px;
    color: #fff;
}

#mainHolder{ /* */
    margin: 0 0 0 36px;
    background-color:#31200F;
    border-left: 1px solid #B8A780;
    border-right: 1px solid #B8A780;
    width: 796px;
    float: left;
}

#mainTable {
    margin: 36px 0 60px 80px;     
}

#content {
    width: 420px;   
    margin: 0 0 0 3px;
}

#bottomDecor {
    clear: both;
    border-top: 1px solid #B8A780;
    margin: 0 0 16px 0;
    height: 41px;
}


.borderedBox {
    display: inline;
    margin: 0;
}

.homeGrid img  {   
    border: 8px solid #ffffff;
}

img.shim { border-width: 0px} 


.portfolioImage, .thumbImage  {   
    border: 8px solid #ffffff;
}

.thumbnailBlock { 
    text-align: right; margin-top:27px; margin-right: -8px; float:right; width: 240px;
}

.thumbImage {  margin-right: 8px;  }

.portfolioText {
    margin-top: 67px;
}

.portfolioText a, 
.portfolioText a:hover, 
.portfolioText a:link, 
.portfolioText a:visited {
    color: #88B9D4;
}

.portfolioText img { margin-left: -2px; margin-bottom: 17px;}



/* MENU */

#mainMenu {  /* menu block */
    width: 176px; 
    
    background-color: #1B1208;
    margin: 0 59px;  /* preserve space on left and right (outside box) */
    padding: 10px 0; /* pad 10 pixels at top and bottom (inside box) */
  
}

#mainMenu h4 {  /* section title */
    color: #D7C7A4;
    margin: 6px 25px;
    font-family: Arial, sans-serif;
    font-size: 17px;
    font-weight: lighter;
}

#mainMenu ul { /* block of menu items */
    margin: 0 30px;
    
    border: 1px solid #31200F;
    border-width: 1 0;
    padding: 0;
}

#mainMenu .itemBlock {
    margin: 10px 0;
}
#mainMenu li { /* menu item */
    list-style-type: none;
    margin: 6px 2px 6px 10px;
    font-size: 11px;
    /*border: 1px solid white;*/
    line-height:11px;
    
    padding:0;
}

#copyright {
    color: #78684F;
    font-size: 11px;
    line-height: 10px;    
    margin-left: 0px;
    margin-top: 30px;
}

#copyright a, #copyright a:link, #copyright a:visited, #copyright a:hover {
    color: #78684F;
}





