body {background-color:#1B1104;} /* dark brown for exterior */

#all {
background-color:#2F1C07;    /* medium brown for interior */
position:relative; 
display:block; 
margin-top:10px;            /* between top of browser and top line */
margin-left:auto; 
width:900px;
margin-right:auto; 
border: solid thin white;
color: #eeeeee;             /* off-white text */
font-family: georgia; 
font-size:13pt;
}

p {color:#dddddd;}

a.menu {text-decoration:none; font-weight:normal;}
a {color:#ffffff; text-decoration:none; font-weight:bold;}

a:link {color:#ffffff; text-decoration:none;}
a:visited {color:#ffffff; text-decoration:none;}

.email {font-size:13pt;}

.note {position:relative; left:15px; letter-spacing:+1px; font-size:11pt;}
.quote {font-style:italic; font-size:90%;}

a.menu:hover {text-decoration:none;}
a:hover {text-decoration:underline;}

/*menu */
#topslice {height:35px; padding-top:10px; padding-bottom:10px;  font-size:18pt;}

div#topslice ul {
margin: 0px;
padding-right:20px;
float:right;
white-space: nowrap;
}

h1 {font-family:futura, sans; font-size:14pt;}

h2 {font-family:futura, sans; font-size:12pt;}

div#flags {
display:inline;
}

.archived {display:none;}

.menu {color: #81b9bb;}

div#topslice li {
list-style-type: none;
display: inline;
margin-left:20px;
}

.intro {font-size:13pt; line-height:200%;}

/* center area */

#mainslice {            /* for first page only */
height:253px;
background-image:url(../images/hands-strip.jpg); 
background-repeat:no-repeat;}


.main {					/* for all center area pages */
height:100%;
border-top: dotted thin white;}

.blockitem {
padding: 10px auto;
}

.rightcol {
margin-left: 290px;
padding-right:30px;
font-size:14px;
letter-spacing:+1px;
line-height:150%;
text-align:justify;
color:#81b9bb;
}

.leftcol {
float:left;
width:250px;
padding:1em;
}

p.leftcol {position:relative; left:15px;}

img.bordered {position:relative; border: thin white solid; padding: 4px;}

img.texted {padding:20px; float:right;}


/* bottom area */

#footslice {height:100px;}

div#footslice img {border:none;}




