body {
	margin:0;
	padding:0;
	font-family:georgia,palatino,times,'times new roman',serif;
	font-size:100%;
}
img {
	border: 0;
	margin: 5px 10px 0 10px;
}
pre,code {
	font-family: 'Courier New', monospace;
	font-size: 90%;
	font-size-adjust: 0.45;
}
li {
	margin-bottom:10px;
}
dt {
	font-weight:bold;
}
dd {
	margin: 0 0 1.5em 5em;
}
abbr, acronym {
	text-decoration: none;
	cursor:help;
}
a abbr, a acronym {
	cursor:pointer;
}
h2,h3,h4 {
	margin-bottom:0;
}
h1 {font-size:160%;}
h2 {font-size:130%;}
h2 + p, h3 + p {margin-top:0;}
h3 {font-size:115%;}
h4,h5,h6 {font-size:100%;}
q:before, q:after {
    content:"";
}

/* HEADER */
#header {
	height:60px;
}
#header span {
	display:block;
	font-size:180%;
	font-weight:bold;
	margin:0 0 0 20px;
	padding:10px 0 0 0;
}
/* jump to content */
#jump-to-content {
	position: absolute;
	left: -1600px;
	top: -1600px;
}
#jump-to-content a:focus, #jump-to-content a:active {
	position: absolute;
	top: 1605px;
	left: 1605px;
	width:15em;
	padding: 0.4em 0;
	text-align: center;
	text-decoration: underline;
	white-space: nowrap;
	font-size:75%;
}

/* MENU */
#menu {
	float:right;
	width: 200px;
	margin: 30px 9px 20px 0;
	padding: 10px 0;
	font-size: 70%;
	border:1px solid red;
}
#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#menu li {
	list-style: none;
	padding:0;
	margin:0;
}
#menu li.menu-heading {
	text-align: center;
	font-weight: bold;
}
#menu a {
	display: block;
	margin:0;
	padding:5px;
	text-decoration: none;
	font-weight: bold;
}

/* MAIN */
#main {
	margin:0 280px 0 auto;
	padding:0 0 20px 40px;
	line-height:1.5em;
	font-size:90%;
}
#main ul li {
	margin-top: 1em;
	margin-bottom: 1em;
	list-style-type:disc;
}
#main ul li ul li {
	list-style-type:circle;
}

/* FOOTER */
#footer {
	clear:both;
	padding:0.5em 1em;
	font-size: 67%;
}

/* OTHER */
.right {
	text-align: right;
}
.center {
	text-align: center;
}
.float-left {
	float: left;
}
.float-right {
	float: right;
}
/* Links */
a {
	text-decoration: none;
}
a:link, a:visited {
	text-decoration: underline;
}
a:active, a:hover {
	text-decoration: overline underline;
}
