body,
html {
	margin:0;
	padding: 20px 0 0 0;
	color:#000;
/*	background:#AC9464; */
    background:#323337;
	font-family: Helvetica, "Lucida Grande", LucidaGrande, Arial, sans-serif;
}

#wrap {
	width:1000px;
	margin-left: auto;
	margin-right: auto;
	background: white;
	-moz-border-radius: 10px; -webkit-border-radius: 10px;
}

#header {
   	padding:5px 10px;
	background-color: white;
/*	background-image: url("/image/border/border-ro.png");*/
	background-repeat: repeat-x;
	background-position: center center;
	min-height: 125px;
	-moz-border-radius: 10px; -webkit-border-radius: 10px;
}

#header h1 {
    margin: 0;
    font-weight: lighter;
    color: #778fbd;
    font-size: 28pt;
    text-transform: lowercase;
	font-family: Helvetica, "Lucida Grande", LucidaGrande, Arial, sans-serif;
}


#main {
	float:left;
	width:700px;
	padding:10px;
	background:#white;
}

#main h2 {
    margin: 0 10px 0 10px;
	padding-bottom: 0;
    font-weight: lighter;
    color: #778fbd;
    font-size: 16pt;
    text-transform: ;
	font-family: Helvetica, "Lucida Grande", LucidaGrande, Arial, sans-serif;
}

#main p { 
    margin: 0 15px 20px 20px;
    color: #555; 
    font-size: 12pt; 
/*    font-family: "Lucida Grande", LucidaGrande, "Lucida Sans Unicode", Verdana, Arial, sans-serif; */
    font-family: Fertigo, Georgia, 'Big Caslon', serif;
    font-weight: normal;
    text-align: justify;
    padding-top: 0;
}


#main .blurb {
    display: block;
    margin: 10px 25px 30px 30px;
    color: #333;
    /* background-color: #EEE; */
    font-size: 10pt; 
    font-family: "Lucida Grande", LucidaGrande, "Lucida Sans Unicode", Verdana, Arial, sans-serif;
    font-weight: normal;
    font-style: oblique;
    text-align: justify;
    padding: 15px;
}

#nav {
	padding:5px 10px;
	background:#c99;
}

#nav ul {
	margin:0;
	padding:0;
	list-style:none;
}

#nav li {
	display:inline;
	margin:0;
	padding:0;
}

#sidebar {
	float:right;
	text-align: center;
	width:250px;
    padding:0 10px 10px 10px;
	background: white;
	text-align: top;
}

#navlist {
    padding: 0 1px 1px;
    margin-left: 0;
    font-family: "Lucida Grande", LucidaGrande, "Lucida Sans Unicode", Verdana, Arial, sans-serif;
    background-color: gray;
    width: 250px;
}

#navlist li {
    list-style: none;
    margin: 0;
    border-top: 1px solid gray;
    text-align: left;
}

#navlist li a {
    display: block;
    padding: 0.25em 0.5em 0.25em 0.75em;
/*    border-left: 1em solid #AAB; */
    background: #CCD; 
/*    background: #E2A405; */
    text-decoration: none;
}

#navlist li a:link { color: #448; }
#navlist li a:visited { color: #448; }

#navlist li a:hover {
border-color: #FE3;
color: #FFF;
background: #332;
}

#footer {
	clear:both;
	padding:5px 10px;
	background-color:: white;
	background-image: url("/image/border/border-r.png");
	background-repeat: repeat-x;
	background-position: top center;
}

#footer p {
	margin: 45px 0 0 0;
	text-align: center;
}

* html #footer {
	height:1px;
}

.slideshow { height: 150px; width: 150px; margin: auto }

.slideshow img { padding: 10px; border: 1px solid #ccc; background-color: #eee; -moz-border-radius: 10px; -webkit-border-radius: 10px;}

