* {
	margin: 0;
	padding: 0;
}
html,
body {
   margin:0;
   padding:0;
   height:100%;
}

a {color: #110802;}
a:hover {color: #110802;}
body {
	background: #efeebe url(bg.gif) repeat-y center top;
	color: #110802;
	font: normal 62.5% "Lucida Sans Unicode",sans-serif;
	padding-bottom:0;
}

blockquote {
	background: #efeebe;
	border-bottom: 1px solid #110802;
	border-top: 1px solid #110802;
	color: #110802;
	display: block;
	font-family: "Courier New", Courier, monospace;
	font-size: 0.9em;
	margin-bottom: 1.2em;
	padding: 6px 12px;
}
blockquote p {padding: 3px 0;}

/* misc */
.clearer {clear: both;}

/* structure */
.container {
	background: color: efeebe url(bg.jpg) repeat-y center;
	min-height:100%;
	position:relative;
	margin: auto;
	width: 748px;
	height:100%;
}

/* top */
.top { 
	background: #efeebe url(1.jpg);
	font: normal 2.4em Verdana,sans-serif;
	height: 411px;
	margin: 0 auto;
	width: 748px;
}


/* header */
.header {
	background: #110802;
	font-family: "Courier New", Courier, monospace;
	height: 20px;
	margin: 0 auto;
	width: 748px;
}
.header a {
	color: #FFF;
	text-decoration: none;
}
.header span {padding-left: 372px;}
.header a:hover {
	color: #efeebe;
}
.header p {padding: 0}

/* afterheader */
.afterheader {
	background: #110802 url(2.jpg);
	height: 40px;
	margin: 0 auto;
	width: 748px;
}

/* image */
.image {
	border-color: #110802;
	border-width: 6px;
	margin-right: 20px;
	float:left;
}

/* item */
.item {clear: both;}
.item .date {
	background: url() no-repeat;
	color: #110802;
	float: left;
	height: 30px;
	text-align: center;
	width: 30px;
}
.item .date div {padding-top: 4px;}
.item .date span {font: normal 1.6em serif;}
.item .content {
	float: left;
	width: 748px;
}
.item h1 {
	background: #110802;
	font-family: "Courier New", Courier, monospace;
	color: #FFFFFF;
	line-height: 20px;
	padding-left: 16px;
	padding-top:2px;
	
}
.item h2 {
	font-size:300%;
}
	
.item .body {
padding: 12px 18px;
text-align:justify;
text-indent:0px;
}

p.introduction:first-letter {
	font-size : 300%;
	font-weight : bold;
	width : 20px;
	color : #110802;
}

p.text{
text-indent:20px;
text-align:justify;
padding-bottom:5px;
padding-top:10px;
}

/* main */
.main {float: left;}


/* footer */
.footer {
	background: #110802;
	position:absolute;
	bottom:0;
	height: 15px;
	margin: 0;
	width: 748px;
}
