* {
	margin: 0;
	padding: 0;
	color: #BCBDAC;
}

html {
	height: 100%;
	font-size: 12px;
}

body {
	font-family: Garamond, Georgia;
	background-color: #3B2D38;
	background: url(../images/back.gif) repeat scroll center top;
	height: 100%;
	font-size: 12px;
}

div#wrapper {
	height: 100%;
	width: 466px;
	margin-left: auto;
	margin-right: auto;
}

div#main {
	width: 406px;
	padding: 0 30px;
	margin: 0 auto;
	position: relative;
	background: url(../images/paper_tex.jpg) repeat-y scroll top center;
	min-height: 100%;
}

div#shadow {
	position: fixed;
	height: 100%;
	width: 466px;
	background: url(../images/paper_sha.png) repeat-y scroll top center;
}

img#fancy {
	float: right;
	margin-right: 13px;
}

img#johan {
	top: 80px;
	left: 9px;
	position: relative;
}

h1, h2, h3 {
	font-family: "Gill Sans", Garamond, Georgia;
}

h1.title {
	width: 223px;
	height: 108px;
	top: 80px;
	left: 9px;
	position: relative;
	background: url(../images/johan.png) no-repeat scroll top left;
	text-indent: -99999px;
}

h2 {
	font-size: 16px;
	padding-left: 37px;
	padding-right: 37px;
	padding-top: 56px;
	line-height: 24px;
	font-weight: normal;
	font-style: normal;
	font-variant: small-caps;
	color: #CFBE27;
	text-shadow: #CFBE27 0 0 6px;
}

h3 {
	padding-left: 37px;
	padding-right: 37px;
	line-height: 24px;
	font-size: 16px;
	margin-top: 12px;
	font-weight: normal;
	text-shadow: #BCBDAC 0 0 6px;
	font-variant: small-caps;
}

hr {
	border: none;
	border-top: 1px solid #F02475;
	margin: 0 37px;
	height: 1px;
	margin-bottom: 24px;
}

p {
	padding-left: 37px;
	padding-right: 37px;
	line-height: 24px;
	color: #BCBDAC;
	text-align: justify;
	margin-top: 12px;
}

ul {
	margin: 12px 37px;
	color: #BCBDAC;
}

ol {
	margin: 12px 37px 12px 55px;
}

li {
	line-height: 24px;
}

ul.list {
	list-style-type: none;
	font-variant: small-caps;
}

a:hover {
	color: #F02475;
}

div#nav p, div#nav a {
	color: #F27435;
	text-align: center;
	text-shadow: #F27435 0 0 2px;
	clear: both;
}

.date, .admin {
	font-size: 10px;
	line-height: 12px;
	text-align: right;
	margin-top: 0px;
	font-variant: normal;
}

a.notready {
	text-decoration: line-through;
}