body {
    margin: 0;
    padding-left: 12px;
    padding-right: 2px;
    min-width: 210px;
    }

h1, caption {
    font-family: sans-serif;
    font-size: 110%;
    }

/*** Primary Links ***/

#navigation ul {
    padding:5px;
    margin-right:100px;
    list-style-type:none;
    background-color:#ffffff;
    color: #000000;
    }

#navigation a {
    text-decoration:none;
    color:white;
    background-color:#C17287;
    padding:0.2em 0.6em;
    border-right:1px solid white;
    }

#navigation a:hover {
    background-color:#CF90AD;
    color: #ffffff;
    }

#navigation li {
    display:inline;
    }

#navigation {
    margin: 0;
    padding: 0;
    }

/*** Container, Story ***/

#container {
    padding-left: 220px;   
    padding-right: 190px;  
    overflow: hidden;
    }

#container .column {
    position: relative;
    float: left;
    padding-bottom: 20010px;
    margin-bottom:-20000px;
    }

#story { 
    padding: 10px 20px;
    width: 525px;
    }

#story table {

width: 525px;
    overflow:visible;
    }

#story a {
    text-decoration:none;
    font-variant: small-caps;
    color: #660604; 
    background-color: inherit;
    } 
    
#story a:hover {
    color: #E9D1D7;
    background: inherit;
    }
    
#story a:visited {
    color: #404F47;
    background: inherit;
    text-decoration: underline;
    }

#story a:hover {
    color: #E9D1D7;
    background: inherit;
    }

#blogherLinks li {
    list-style-type:none;
    }

#blogherLinks a {
    font-variant: normal;
    }

input {
    width: 200px;
    }
    
textarea {
    width: 600px;
    height: 200px;
    }

/*** Quotebox ***/

#quotebox {
    width: 180px; 
    padding: 0 10px;
    margin-left: -790px;    
    border-right:1px solid #C6B4B9;


    background-color: #fff;
    color: #000000;
    }

#quoteboxEBR {
    width: 180px; 
    padding: 0 10px;
    margin-left: -790px;    
    border-right:1px solid #C6B4B9;

    background-color: #fff;
    color: #000000;
    }

#quote {
    font-style:italic;
    }

/*** Blogroll ***/

#blogroll {
    width: 190px;          
    padding: 0 10px;
    margin-right: -120%;
    background-color:#FBF6F7;
    border-left: dashed 1px #ddd;
    border-top: dashed 1px #ddd;
    color: #6F3E30;
    line-height: 150%;
    }

#blogroll h2 {
    font-weight: normal;
    color: #660604;
    background-color: inherit;
    }

#blogroll li {
    list-style-type: none;
    }

#blogroll ul {
    margin-left:0em; 
    padding-left:0.5em;
    }
    
#blogroll a {
    text-decoration:none;
    color: #8a0a07;
    background-color: inherit;
    text-transform: capitalize;
    font-size: 87%;
    }
    
#blogroll a:hover {       
    border-style: dotted;
    border-width: 1px;
   }

#copyright {
    clear: both;
    position: relative;
    color:#5F3529;
    background-color:#F4E9EC;
    width: 1000px;
    padding:0.2em 0.6em;
    margin-top: 10px;
    }
    
#copyright 
    a:link {
    text-decoration: none;
    font-style: italic;
    color: #4D3C41;
    font-family: sans-serif;
    background-color: inherit;
    }

/*** Internet Explorer ***/

* html #quotebox  {
    margin-left: -750px; 
    }

* html #quoteboxEBR {
    margin-left: -870px;
    }

* html #footer {
    float: left;
    position: relative;
    width: 950px;
    padding-bottom: 10010px;
    margin-bottom: -10000px;
    background:#ffffff;
    color: inherit;
    }

* html #navigation ul {
    padding-bottom: 10px;
    margin-left: 12px;
    }

