* { padding: 0; margin: 0; }

body {
	background: #000;
	padding: 35px 0 35px 0;
	font-size: 0.8em;
	font-family: "georgia", "times new roman", serif;
	color: #333;
}

p {
	line-height: 1.5em;
	margin-bottom: 1em;
	text-align: justify;
}

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

a.active { text-decoration:  underline; }

a:hover { text-decoration: underline; }

h3 span { font-weight: normal; }

h3,h4 {
	display: inline;
	font-weight: bold;
	background-repeat: no-repeat;
	background-position: left;
}

h3 {
	font-size: 1.7em;
	padding-left: 29px;
	background-image: url('h3-box.gif');
}

h4 {
	font-size: 1.2em;
	padding-left: 20px;
	background-image: url('h4-box.gif');
}

.post-text { padding-top: 1.3em; z-index:2; }

img { border: solid 1px #6f5230; z-index:2;}

img.left {
	position: relative;
	float: left;
	margin: 0em 1.8em 1.4em 0em;
}

img.right {
	position: relative;
	float: right;
	margin: 0em 0em 1.8em 1.8em;
}


.spacer {
	position: relative;
	height: 1px;
	border-bottom: solid 1px #eaeaea;
	margin: 2em 0 2em 0;
	z-index:1;
}
.date {
	font-size: 0.9em;
	color: #787878;
	z-index:2;
}
.post .date {
	position: relative;
	top: -1.5em;
}

.box {
	position: relative;
	background: #fdfcf6 url('right-bg.gif') repeat-x;
	left: -1.5em;
	top: -1.5em;
	padding: 1.5em;
	border-bottom: solid 1px #e1d2bd;
	margin-bottom: 1em;
}

ul.linklist { list-style: none; }

ul.linklist li { line-height: 2em; }

#outer {
	position: relative;
	width: 82%;
	border: solid 5px #aaa;
	background-color: #fff;
	margin: 0 auto;
}

#head {
	position: relative;
	height: 9em;
	background: #2b2b2b url('header-bg.gif') repeat-x;
	margin-bottom: 2px;
}

#header {
	position: absolute;
	bottom: 0em;
	padding: 0 2em 1.3em 2em;
}

#header h1 {
	font-size: 2.5em;
	font-weight: normal;
	color: #fff;
}

#header h2 {
	font-size: 1em;
	font-weight: normal;
	color: #aaa;
}

#nav {
	position: relative;
	background: #996633;
	height: 3.2em;
	padding: 0 1em 0 1em;
	margin-bottom: 2em;
}

#nav ul {
	position: absolute;
	top: 1.1em;
}

#nav ul li {
	position: relative;
	display: inline;
}

#nav ul li a
{
	padding: 0.5em 1em 0.9em 1em;
	color: #fff;
}

#content { padding: 0 2em 0 2em; z-index:2; }

#twocolumn {
	float: left;
	margin-right: -24em;
	width: 100%;
}

#leftblock { margin: 1.5em 28em 0 0; }

#rightblock {
	margin-top: 1.5em;
	float: right;
	width: 24em;
}

#footer {
	position: relative;
	height: 2em;
	clear: both;
	padding-top: 5em;
	background: #fff url('footer.gif') repeat-x 0 2.5em;
	font-size: 0.8em;
}

#footer .left {
	position: absolute;
	left: 2em;
	bottom: 1.2em;
}

#footer .right {
	position: absolute;
	right: 2em;
	bottom: 1.2em;
}

.table {
	padding: 5px;
}

.table td {
	padding: 3px;
}

.blockquote {
	margin: 30px;
	border-left: 5px solid #996633;
	font-size: 0.9em;
	font-style: italic;
	padding-left: 5px;
}

.smallcaps {
	font-variant: small-caps;
}

.text-right {
	text-align: right;
}


#twocolumn1 {
	float: left;
	margin-right: -18em;
	width: 100%;
}

#leftblock1 { margin: 1.5em 22em 0 0; }

#rightblock1 {
	margin-top: 1.5em;
	float: right;
	width: 18em;
}
