

/* standard elements */
html {min-height: 100%;}

* {
	margin: 0;
	padding: 0;
}

a {color: #000000;}
a:hover {color: #000000;}

body {
	background: #fff url('img/body.gif') no-repeat; /*  url(img/bg.jpg) repeat-x; */
	color: #000000;
	font: normal 62.5% "tahoma",Verdana,sans-serif;
	padding-left: 90px;
	position: absolute;
}

p,code,ul,ol {padding-bottom: 1.2em;}

h1 {
	color: #000000;
	
}
h1 a {
	color: #000000;
	text-decoration: none;
}
h1 a:hover {
	color: #000000;
}


h1,h2 {padding-top: 6px;}

blockquote {
	color: #000000;
	display: block;
	font-weight: bold;
	padding-left: 28px;
}

img {border: none;}

img.right {margin: 5px 0 5px 12px;}
img.left {margin: 5px 12px 5px 0;}
img.border {
	background: #000000;
	display: block;
	padding: 3px;
}

/* misc */
.clearer {
	clear: both;
	font-size: 0;
}

.left {float: left;}
.right {float: right;}

.decay,.decay-small,.decay2 {
		color: #000000;
	
	letter-spacing: 1px;
	padding: 0 0 0px 0px;
}
.decay-small {
		padding-top: 6px;
}
.decay2 {
		padding-top: 6px;
}


p.postinfo {
	border-top: 1px dashed #000000;
	color: #000000;
	font: bold 0.9em sans-serif;
	margin-bottom: 24px;
	padding: 8px;
}
p.postinfo a {color: #000000;}
p.postinfo a:hover {color: #000000;}

/* structure */
#container {
	font-size: 1.0em;
}

/* title */
#site-title {font: normal 3em tahoma,sans-serif;}
#site-title a {
	color: #000000;
	text-decoration: line-through;
}
#site-title a:hover {
	color: #000000;
	text-decoration: none;
}
#site-description {color: #000000;}

/* content */
#content {
	left: 360px;
	position: absolute;
	top: 200px;
	width: 810px;
	
}
#content .descr {
	color: #000000;
	margin-bottom: 6px;
}
#content li {margin-left: 12px;}

/* navigation */
#navigation {
	left: 120px;
	position: absolute;
	top: 200px;
	width: 210px;
}
#navigation h2 {
	color: #0066ff;
	font-size: 1.5em;
	letter-spacing: 0;
	line-height: 30px;
	margin: 0;
}
#navigation ul {margin: 0 0 0 1em;}
#navigation li {list-style: none;}
#navigation li a {
	color: #000000;
	font-size: 1.1em;
	line-height: 1.5em;
	text-decoration: none;
}
#navigation li a:hover {color: #000000;}

/* footer */
#footer {
	border-top: 1px dashed #000000;
	color: #000000;
	font: normal 0.9em sans-serif;
	position: absolute;
	top: 100%;
}
#footer a {
	color: #000000;
	text-decoration: none;
}
#footer a:hover {
	color: #000000;
	text-decoration: underline;
}
#footer .left, #footer .right {padding: 10px 0;}
#footer .right a {color: #000000;}
