body
{
    font-family: Georgia;
	background-color: #600;
	margin: 10px auto;
	width: 762px;
	background-image: url('/images/background2.jpg');
	background-repeat: repeat;
}

#header
{
	background-image: url(/images/carville2.jpg);
	background-position: right top;
	background-repeat: no-repeat;
}
#index #header {
	background-image: none;
}

#footer {
     margin-top: 15px;
    text-align: center;
    font-size: 9px;
    color: #fff;
}


#nav {
width: 100%;
background-color: #d9bd9c;
padding: 0;
height: 28px;
}

#nav li {
  display: inline-block;
  float: left;
  height: 28px;
  margin: 0;
  padding: 0;
}

ul#nav {
  list-style-type: none;
  margin: 15px 0;
}

#nav li a { 
   display:block;
   height: 28px;
}


#nav li a#home { 
   background-image: url(/images/nav_home.jpg); 
   width: 85px;
}

#nav li a#order { 
   background-image: url(/images/nav_order.jpg); 
   width: 175px;
}
#nav li a#author { 
   background-image: url(/images/nav_author.jpg); 
   width: 100px;
}
#nav li a#events { 
   background-image: url(/images/nav_events.jpg); 
   width: 100px;
}
#nav li a#pages { 
   background-image: url(/images/nav_pages.jpg); 
   width: 100px;
}
#nav li a#extras { 
   background-image: url(/images/nav_extras.jpg); 
   width: 100px;
}
#nav li a#contact { 
   background-image: url(/images/nav_contact.jpg); 
   width: 87px;
}

#nav li a {
   background-position: 0 28px;

}
#nav li a:hover,
#nav li a.selected {
   background-position: 0 0;

}


#nav a span {
   display: none;
}

#text {
    background-image: url(/images/bg-text.jpg); 
    clear: both;
	width: 737px;
    background-color: #d9bd9c;
    height: 100%;
    padding-left: 25px;
    padding-top: 15px;
    padding-bottom: 15px;
    
}


#text .headline
{
	display: block;
	color: #333;
	font-size: 18px;
	font-style: italic;
	margin-bottom: 10px;
}

#leftcol,
#rightcol {
    width: 350px;
    margin-right: 15px;
    float: left;
    display: inline
    postion: relative;
    
}

.clearer {
	clear: both;
	height: 1px;
	width: 762px;
	margin-top: -1px;
	overflow: hidden;
}

#postcard {
text-align: center
}

#quote_palette {
    height: 65px;
    margin-bottom: 15px;
}

.quote {
   font-size: 12px;
   font-style: italic;
   text-align: left;
   line-height: 18px;
   height: 65px;
}

.quote .citation {
	display: block;
	text-align: right;
	margin-right: 10px;
	font-weight: bold;
}


.yui-skin-sam .yui-carousel {
	border: 0;
}
.yui-carousel-element li {
	margin-top: 0;
	width: 650px;
	text-align: left;
	border: 0;
}
* html .yui-carousel-element li {
	width: 640px;
}

.yui-carousel-nav {
	display: none;
}

#carousel .yui-carousel-item-selected {
	border: 0;
}

