body {
	margin:0;
	padding:0;
	background-color: #fff; 
	font-family: "hoefler text", "book antiqua", palatino, times, serif;
	font-size: 14px;
	line-height: 18px;
	color: #000;
	text-align: right;
	}

#container {
	width: 830px;
	\width: 850px;
	w\idth: 830px;
	border: 0px;
	margin: 10px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	}

#banner {
	padding: 5px 65px 5px 5px;
	margin-bottom:18px;
	background-color: #fff;
	}

#content {
	padding: 5px;
	background-color: #fff;
        clear: both;
	}

#archivecontent {
	padding: 0;
        margin: 0;
	background-color: #fff;
        clear: both;
	}

#footer {
	clear: both;
	padding: 18px 65px 50px 5px;
	margin-top:72px;
	background-color: #fff;
        }

#left { 
	width: 270px;
	float: left;
	margin: 0;
	padding: 1px 0 0 0;
	}

#right { 
	width: 440px;
	text-align: left;
	float: right;
	margin: 0;
	padding: 0 80px 0 0;
	}
			
p {	
	padding: 0px;
	margin-bottom: 18px;
	}

#archivecontent p {
        margin: 0 0 9px 0;
        }

.smalltitle {
       font-weight:bold; 
       font-size: 0.857em;
       text-transform: uppercase;
       letter-spacing: 0.05em;
       line-height: 18px;
       padding-top: 1px;
       }

.title {
	text-transform: uppercase;
	letter-spacing: 1px;
	}

.highlight {
        color:rgb(119,105,85);
	}
.date {
       font-style:italic;
       font-size: 13px;
       line-height: 18px;
       color:rgb(119,105,85);
       }

.caps, .small {
       font-size: 12px;
       letter-spacing: 1px;
       }


a, a.black { 
       text-decoration: none; color: #000; }	
a:hover, a.black:hover { 
       text-decoration: none; color: rgb(119,105,85); }
a:active, a.black:active { 
       text-decoration: none; color: rgb(119,105,85); }

a.highlight, #right a { 
       text-decoration: none; color: rgb(119,105,85); }	
a.highlight:hover, #right a:hover { 
       text-decoration: none; color: rgb(119,105,85); }
a.highlight:active, #right a:active { 
       text-decoration: none; color: rgb(119,105,85); }

#left a, #archivecontent a, a.black { 
        text-decoration: none; color: #000; }	
#left a:hover, #archivecontent a:hover, a.black:hover { 
        text-decoration: none; color: rgb(119,105,85); }
#left a:active, #archivecontent a:active, a.black:active { 
        text-decoration: none; color: rgb(119,105,85); }

img {
	border:0;
	}
