body {
	background: #FFFFFF url(http://www.lagercrantz.ath.cx/images/headerbg.jpg) repeat-x;
	margin: 0px;
	font-family: "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	line-height: 130%;
	}

p {
	padding: 0px 10px 0px;
	}

h1, h2, h3, h4, h5, h6 {
	font-family: "Lucida Grande", "Lucida Sans", Tahoma, sans-serif;
	font-weight: bold;
	}
h1, h2 {
	font-size: 14px;
	}
h3, h4, h5, h6 {
	font-size: 12px;
	}

a {
	color: #0066AA;
	}
a:hover {
	color: #557755;
	}

img, table {
	border: none;
	}
img.screenshot {
	border: none;
	/*border: 1px solid #000000;*/
	}
	
hr {
	width: 90%;
	}

#header {
	width: 100%;
	height: 60px;
	min-width: 600px;
	color: #005544;
	font-size: 14px;
	text-shadow: 3px 3px 4px #669977;
	}
#header a { 
	color: #114466;
	text-shadow: 3px 3px 4px #6666AA;
	}
#header a:hover { 
	color: #001122; 
	}
#header #title {
	float: left;
	text-align: left;
	padding: 13px 15px;
	}
#header #menu {
	float: right;
	text-align: right;
	padding: 13px 15px;
}

#content {
	margin: 10px 8%;
	min-width: 560px;
	text-align: left;
	padding: 0px;
	}

#footer {
	padding: 20px;
	top: auto;
	left: auto;
	right: 0;
	bottom: 0;
	vertical-align: bottom;
	text-align: right;
	color: #444444;
	font-size: 10px;
	}
#footer a { 
	color: #444444; 
	}

.small {
	font-size: 10px;
}

.invisible {
	display: none; /* This first one should be enough. */
	visibility: hidden;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	}

