* {
	margin: 0;
	padding: 0;
}

html, body {
	margin: 0;
	padding: 0;
}

body {
	background-image: url(../images/background.png);
	background-color: #9c181f;
	background-repeat: repeat-y;
	background-position: top center;
	font-family: "Helvetica", "Arial", sans-serif;
	font-size: 10pt;
	color: #606060;
}

#outer-wrapper {
	width: 911px;
	margin: auto;
	margin-top: 55px;
	position: relative;
}

#subpaper {
	width: 192px;
	position: absolute;
	top: 75px;
	left: 780px;
}

#subpaper-top {
	display: block;
}

#subpaper-bottom {
	margin-left: 1px;
}

#subpaper-content {
	background-image: url(../images/subpaper-background.png);
	padding: 20px;
}

#subpaper-content ul {
	margin-left: 15px;
}

#paper {
	position: absolute;
}

#paper, #content {
	top: 50px;
	left: 255px;
}

#header {
	background-image: url(../images/paper.png);
	padding-left: 75px;
	padding-top: 40px;
}

#content {
	width: 430px;
	margin-left: 48px;
	padding: 0 30px;
	top: 40px;
	background-image: url(../images/background-paper-transp.png);
	background-repeat: repeat-y;
}

#paper-bottom {
	width: 500px;
	margin-left: 48px;
	background-image: url(../images/paper-bottom.png);
	background-repeat: no-repeat;
	height: 20px;
}

#content img {
	display: block;
}

#content ul, #content li {
	margin-left: 20px;
}

#supported {
	position: absolute;
	top: 400px;
}

#menu {
	position: absolute;
	left: 60px;
	top: 175px;
	list-style-type: none;
	padding: 0;
	margin: 0;
	list-style-position: inside;
}

#menu li {
	margin: 0;
}

#menu li a img {
	border: 0;
}

p {
	margin:  0;
	margin-bottom: 1em;
}

p.intro {
	margin-top: 1em;
}

form label {
	display: block;
	clear: both;
	font-weight: bold;
}

form .text input {
	padding: 2px;
	font-size: 10pt;
}

#supported {
	border: 0;
}

h1 img {
	border: 0;
}

li {
	line-height: 150%;
}

.avatar {
	float: right;
	padding: 2px;
	border: 1px solid #bbb;
}

#navigation {
	margin-bottom: 1em;
}