/* stylesheet.css Created for andyeaster.com 21 June 2008*/



/* Page header style */
#header{
     height: 60px;
     width: 100%;
     background-color: #ffffff; 
     border-bottom: thin solid ##5E2605;
font-family: 'Garamond', Georgia, serif; 
}

/* Add some margin space to main content */
#main{
     padding-left: 20px;
     padding-right: 10px;
}


body /* Body text and page background */
body{
     margin: 10px;
     font-family: 'Garamond', Georgia, serif;
     font-size: medium;
     color: #5E2605;
     background-color: #ffffff;
}


/* General style for horizontal lines */
hr{
   background-color: #ffffff;
   color:#5E2605;
   width: 80%;
}


/* Page footer style */
#footer{
     height: 30px;
     width: 100%;
     background-color: #ffffff;
     border-top: thin solid #5E2605;
font-family: 'Garamond', Georgia, serif;


/* Style for main content column */ 
#main{ 
margin: 1em; 
/* Left and right margins must match*/ 
/* match left and right column widths */ 
margin-left: 10em; 
margin-right: 10em; 
} 

/* XXXXXXXXXXXXXXXXXXXXXXXXXXXX */


/* Style for left sidebar column */ 
#leftsidebar{ 
float: left; 
display: inline; 
padding: 0; 
margin: 1em; 
width: 8em; 
/* Actual width is 10em */ 
} 

/* Style for right sidebar column */ 
#rightsidebar{ 
float: right; 
display: inline; 
padding: 0; 
margin: 1em; 
width: 8em; 
/* Actual width is 10em */ 
} 

/* Style for BlockQuotes */
#blockquote{
font-family: 'Garamond', Georgia, serif;
font-size: medium;
font-style: italic;
line-height: normal;
font-weight: lighter;
font-variant: normal;
text-transform: none;
color: #5E2605;
height: 100 px;
width: 150 px;
padding-top: 20 px;
padding-right: 0 px;
padding-left: 20 px;
background-color: #ffffff;
border-top-width: thin;
border-right-width: thick;
border-bottom-width: thick;
border-left-width: thin;
border-top-style: groove;
border-right-style: groove;
border-bottom-style: solid;
border-left-style: solid;
border-top-color: #5E2605;
border-right-color: #999000;
border-bottom-color: #999000;
border-left-color: #5E2605;
}
/* End of Style for BlockQuotes */


/* Style for tables of thumbnail images */
table.thumbs{
   text-align: center;
   border-collapse: collapse;
}
/* Style for table cells that contain thumbnails */
td.thumbs{ 
   border: solid 1px #00bfff;
   padding: 10px;
}
/* Style for thumbnail images */
img.thumbs{
   width:100px;
}
