body {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 100%;
    width: 1010px;
    margin: 0;
    padding: 0;
    line-height: 0.9em;
}

.slideshow {
    background:#000000;
    height:600px;
    width:800px;
}

/* Positionals */
#posts {
    position: absolute;
    width: 810px;
    padding: 0 100px;
    margin: 105px 0;
}

#left {
    position: absolute;
    width: 600px;
    padding-left: 50px;
    margin: 105px 0;
}

#right {
    position: absolute;
    width: 250px;
    padding: 0 50px 0 690px;
    margin: 105px 0;
}

#menu {
    position: absolute;
    top: 30px;
    width: 100%;
    padding: 0;
    border-bottom: 1px solid #CCCCCC;
}

/* Text */
#navlist {
    background-image: url('../images/logo.gif');
    margin: 0 50px;
    background-repeat: no-repeat;
    padding: 10px 0 15px 285px;
}

#navlist li {
    display: inline;
    list-style-type: none;
    padding-right: 10px;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 0.7em;
}

#navlist li a {
    text-decoration: none;
    color:#000000;
}

p {
    font: normal 0.8em/1.4 "Lucida Grande", "Lucida Sans", Tahoma, sans-serif;
    color: #1a1a1a;
}

a {
    color: #000000;
}

a:hover {
    text-decoration: underline; 
}

#posts ul {
    font-family: "Lucida Grande", "Lucida Sans", Tahoma, sans-serif;
    font-size: 0.7em;
    line-height: 1.7em;
    list-style-image: url(../images/right_arrow.gif);
}

#posts a {
    color: #4a4a4a;
    font-weight: 600;
    text-decoration: none;
}

#posts a:hover {
    text-decoration: underline;
}

#left ul {
    font-family: "Lucida Grande", "Lucida Sans", Tahoma, sans-serif;
    font-size: 0.7em;
    line-height: 1.7em;
    list-style-image: url(../images/right_arrow.gif);
}

#left a {
    color: #4a4a4a;
    font-weight: 600;
    text-decoration: none;  
}

#left a:hover {
    text-decoration: underline; 
}

#right a {
    text-decoration: none;  
}

#right a:hover {
    text-decoration: underline; 
}

#heading {
    margin-bottom: 1em;
    padding: 0 5px 8px 5px;
	border-bottom: 1px solid #CCCCCC;
	text-transform: uppercase;
    color: #555;
    font-size: 1.2em;
    font-family: "Times New Roman", Times, serif;
    font-weight: 500;
    font-style: normal;
}

h1 {
    padding: 0 5px 10px 5px;
    border-bottom: 1px solid #CCCCCC;
    text-transform: uppercase;
    color: #555;
    font-size: 1.2em;
    font-family: "Times New Roman", Times, serif;
    font-weight: 500;
    font-style: normal;
}

h2 {
    font-size: 0.8em;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-style: normal;
    font-weight: bold;
}

.navarrows {
    float: right;
    text-align: right;
    font: normal 0.5em "Lucida Grande", "Lucida Sans", Tahoma, sans-serif;
    font-style: normal;
    font-weight: 550;
    color: #555;
    padding: 0 5px 0px 5px;
    margin: 0.4em 0 1em 0;
}

#footer {
    display: block;
    height: 5px;
    text-align: right;
    font: normal 0.65em "Lucida Grande", "Lucida Sans", Tahoma, sans-serif;
    font-style: normal;
    font-weight: 550;
    color: #555;
    border-bottom: 1px solid #cccccc;
}

.photo {
    max-width: 800px;
    height: auto;
    margin: 0.5em 0 0.5em 0;
}

.spacer { margin-left: 15px; }

.clear { clear:both; }

.indent {padding: 0 5px 0 5px}
