body {
	background-image: url('img/bg_stripes.gif');
	margin: 0;
	padding: 2em;
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	font-size: 9pt;
	line-height: 1.4em;
	color: white;
}

#wrapper {
	background-color: white;
	width: 50em;
	margin: 0 auto;
	border: 2px solid black;
}

#header img.logo {
	float: right;
	margin: 1em;
}

#header .headerwrapper {
	border: 1px solid black;
	border-width: 1px 0;
}

#header .headerwrapper h1 {
	background: url('img/red_stripes.gif');
	font-size: 16pt;
	font-weight: normal;
	line-height: 2.5em;
	padding-left: 60px;
	margin: 1px 0;
}

.menuwrapper {
	margin: 1em 0;
	border: 1px solid black;
	border-width: 1px 0;
	clear: both;
}

ul.menu {
	background-image: url('img/header_stripe1.gif');
	line-height: 2em;
	list-style-type: none;
	padding: 0 0 0 60px;
	margin: 1px 0;
}

ul.menu li {
	display: inline;
}

ul.menu li a {
	color: white;
	text-decoration: none;
}

#content {
	margin: 0 60px;
	color: black;
}

#content img {
	max-width: 100%;
}

#footer {
	margin-bottom: 1em;
}

p.lastchange {
	color: #aaa;
}

p.lastchange a img
{
	border: 0;
	display: inline;
	float: right;
}

img.separator {
	margin: 0;
	padding: 0;
	border: 0;
	height: 1px;
	width: 100%;
}

img.record {
	margin: 0 0 1em 5px;
	border: 0;
	float: right;
}

p.picture {
	clear: both;
}

img.mini_picture {
	width: 75px;
	border: 0;
	margin: 0 5px 1em 0;
	float: left;
}

a {
	color: #a00;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}