

/* Basic Styling */
body {
	margin: 4em;
	/*border-left: 2px solid #cf8886;*/
	/*border-right: 2px solid #cf8886;*/
	padding: 0px;
	font-size: 85%;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma, Arial, sans-serif;
	color: #555;
	background-color: #ffffe7;
}

ol, ul {
	font-size: 1em;
	margin: 1.2em 0 1.2em 4em;
	padding: 0;
}

h1, h2, h3, h4, h5, h6 {
	margin: .5em .75em .25em 1em;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma, Arial, sans-serif;
	font-weight: normal;
	line-height: normal;
}

h1, h2 {
	font-size: 1.7em;
}

h3 {
	font-size: 1.5em;
}

h4 {
	font-size: 1.3em;
}

p {
	margin-left: 2em;
	margin-right: 2em;
	padding: 0;
}

input, textarea, select {
	border: 1px solid #ccc;
	color: #555;
	font-size: 1em;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma, Arial, sans-serif;
}

blockquote {
        margin: 0 20px;
        padding: 0.05em 20px;
        border-top: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
        font-size: 0.9em;
}

code {
	font-family: monospace;
}

form, img {
	margin: 0;
	padding: 0;
	border: 0;
}

a {
	text-decoration: none;
}

a:link, a:active, a:visited {
	color: #aa0000;
	text-decoration: none;
}

a:hover {
	color: #ff0000;
	text-decoration: underline;
}


div.footer {
	padding-bottom:11px;
	padding-right: 11px;
	background:transparent url("graphics/fifthcut.jpg") repeat-x top left;
	font-style: italic;
	text-align: right;
}

div.credits {
	border: 0px;
	text-align: center;
	font-size: 70%;
}

/* layout stuff */

div.topheader {
	color: #ffffe7;
	background-color: #aa0000;
	position:relative;
	padding: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 0px;
	width:100%;
	/*background: transparent url("graphics/paws.gif") no-repeat bottom right;*/
}

.topheader a {
	color: #ffffe7;
}

div.menubar {
	position:relative;
	/*top:-11px;*/
	margin: 0px;
	padding-top: 9px;
	padding-bottom:30px;
	width:100%;
	background:transparent url("graphics/fourthcut.jpg") repeat-x top left;
	font-size: 120%;
	text-align: center;
}

.menubar a {
	padding-right: 8px;
	padding-left: 8px;
}

.current a {
	padding-right: 8px;
	padding-left: 8px;
	padding-top: 5px;
	background-color: #ffffe7;
}

.menubar a:hover {
	padding-right: 8px;
	padding-left: 8px;
	/*padding-top: 9px;
	background:transparent url("graphics/firstcut.jpg") repeat-x top left;*/
	padding-top: 5px;
	background-color: #ffffe7;
}

/* specific things */

div.emailform {
	margin-top: 2em;
	margin-bottom: 2em;
	margin-left: 8em;
}

blockquote.aside {
	font-style: italic;
	color: #ff0000;
}

