﻿body {
	background-position: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	background-image: url('../images/molier.jpg');
	background-repeat: no-repeat;
	background-attachment: scroll;
}
#masthead {
	text-align: right;
	background-image: url("../images/wervelstorm.jpg");
	background-position: top;
	background-repeat: no-repeat;
	width: 100%;
	border-top: 1px solid #808080;
	border-right: 0px solid #808080;
	
}

/* Masthead */
#masthead h1 {
	color: #808080;
	margin-right: 0.5em;
	margin: 10px;
}
#masthead h3 {
	color: #666666;
	margin-top: 0;
	margin-right: 1em;
}
/* Navigation */
#navigation ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#frame1 {
	padding: 4px;
	background-color: #FFFFCC;
	border-style: solid;
	border-width: 1px;
}


/* Footer */
#footer p {
	font-size: x-small;
	color: #000;
	border-top: 1px solid #808080;
}
/* Links */
a {
	color: #8b0000;
	text-decoration: underline;
}
a:hover {
	color: #fa3;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
