body {
	background-color: rgb(255,255,255);
	margin: 0;
	padding: 0;
	font-size: 100%;
}

.invisible {
        display: none;
}


#mast {
	text-align: center;
}

.logo {
        position: absolute;
        z-index: 0;
	left: 11px;
	top: 11px;
}

#menu {
	position: absolute;
	top: 7em;
	left: 0;
	width: 7em;
	color: black;
	background: #ffdca8;
	z-index: 10;
	border-top: 5px solid maroon;
	border-right: 5px solid maroon;
	border-bottom: 5px solid maroon;
}

#menu a {
	font-size: 1em;
	font-weight: bold;
	color: black;
	background: transparent;
	display: block;
	padding: .3em 0em .3em .7em;
	text-decoration: none;
}

#menu a:hover {
	color: white;
	background: red;
}

#content{
	margin-top: 1em;
	margin-right: 7%;
	margin-bottom: 1em;
	margin-left: 8.5em;
	z-index: 0;
}

a img {
    border: none;
}

acronym {
	cursor: help;
}

caption {
margin-left: auto;
margin-right: auto;
}

table {
margin:0 auto;
}

pre {
font-family: serif;
}

.space li {
margin-bottom: 1em;
}

.halfspace li{
margin-bottom: .2em;
}

img.floatright{
        float: right;
	margin-left: 8px;
}

img.floatleft{
        float: left;
	margin-right: 8px;
}

.sarah {
font-family: arial;
}

.blogdate {
font-weight: bold;
padding: 1px;
padding-left: 3px;
color: white;
background: maroon;
}

.blogdate a {
color: white;
}

/*LiveJournal stuff*/

.blog-title {
  font-family: arial, helvetica;
  font-size: x-large;
  color: #8b1A1A;
}

.blog-date {
background: #C0C0FF;
color: black;
font-family: arial, helvetica;
font-size: large;
font-weight: bold;
}

.blog-timestamp {
background: #EEEEFF;
color: black;
font-family: arial, helvetica;
font-size: small;
font-style: italic;
}

.blog-subject {
font-weight:bold;
font-style:italic;
font-family: arial;
color: #c00000;
}

.blog-comment {
font-size: x-small;
}

.blog-current {
font-size: small;
font-family: arial, helvetica;
}

.blog-body {font-family:sans-serif;}
.blog-footer {font-size:10px;font-family:sans-serif;color:gray;}
.blog-postedby {}
.blog-author {}

