html {

background: #000; 
font-size: 13px;
color: #ccc;
font-family: Lucida Grande;
line-height: 18px;
}

body {
	text-align : center;
	margin-top : 40px;
}

#content {
  width : 780px;
  margin-right : auto;
  margin-left : auto;
  text-align : left;
}
/* header */


div#logo {
    float: left;
}

div#nav {
   float: right;
}

div#header {
    padding: 10px;
    clear: both;
}

/* main content */

div#center {
    text-align: center;
}

div#list {
    float: left;
}

div#image {
    float: left;
}

div#imageright {
    float: right;
}


A { 
	color: #c8b766;
	text-decoration: none
}

A:hover {
	color: #c8b766;
	text-decoration: underline;
}

.hdr {
	font-size: 18px;
	color: #fff;
	font-weight: bold;
}

.subhdr {
	font-size: 16px;
	color: #333333;
}

.dashes {
	border-top: 2px dashed #999;
	*border-bottom: 0;*
	margin-top: 5px;
	margin-bottom: 20px;
}

/* footer */

div#footer {
    padding-top: 30px;
    text-align: center;
    clear: both;
}



