BODY {
	padding:0px;
	margin:50px;
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	background-image:url(http://wiki.alexlindgren.com/Themes/Default/Images/Background.gif);
	font-family: Arial, Verdana, sans-serif;
}

#header {
	background-image:url(/images/banner1.jpg);
	height: 260px; 
	border-bottom: solid 1px black;
}

h1 {
  font-size: x-large;
  margin-top: 12pt;
}
h2 {
  font-size: large;
  margin-top: 12pt;
}
h3 {
  font-size: medium;
  margin-top: 12pt;
  font-weight: bold;
}

p {
  font-size: small;
  line-height: 180%;
  margin-top: 12pt;
}

.notes {
  font-size: small;
  line-height: 150%;
}

.trail {
	font-size: 12px;
	letter-spacing: 0.05em;
	font-weight: bold;
	color: gray;
}

.trail a {
	text-decoration: none;
	color: gray;
	border-bottom: thin dashed gray;
}

.trail a:hover {
	color: white;
	background: gray;
}

IMG {
  border: 1px solid black;
}

#main {
	border:1px solid black;
	margin:0px;
	padding:0px;
	background-color: white;
	width: 760px;
}

#body {
  margin: 10px;
}

#buttons {
	float: right;
	margin: 0px;
	padding: 0px;
	width: 450px;
	font-weight: bold;
}

ul#mainlevel-nav
{
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 0.8em;
}

ul#mainlevel-nav li
{
	display: block;
	background-image: none;
	background-color: #fff;
	padding-left: 0px;
	padding-right: 0px;
	float: right;
	margin: 0;
	width: auto !important;
	width: 15%;
	font-size: 11px;
	line-height: 21px;
	white-space: nowrap;
	border-left: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	opacity: 0.75;
}

ul#mainlevel-nav li a
{
	display: block;
	padding-left: 15px;
	padding-right: 15px;
	text-decoration: none;
	color: #333333;
	background: transparent;
}

#buttons>ul#mainlevel-nav li a { width: auto; }

ul#mainlevel-nav li a:hover
{
	color: white;
	background-color: gray;
}

.footer {
  margin-top: 12pt;
  color: gray;
  font-size: xx-small;
  text-align: right;
}
