/*
	SETUP
*/

* {margin: 0; padding: 0;}

body {
	font: .75em "Helvetica", "Arial", "Courier", sans-serif;
	background-color: #edeac8;
	color: #2e1a18;
	/*change this url*/
	background: url("/images/bg.jpg") top center repeat-y;
}

h1,h2,h3,h4,h5 {color: #2e1a18;}

h1 {font-size: 36px;}

h2 {}

.smalldim {
	font-size: .8em;
	color: #888;
}

blockquote {
	margin: -2px 0 0 -8px;
	padding: 20px 0 0 20px;
	color: #666;
	/* Change this url */
	background: url("/images/quote.jpg") top left no-repeat;
}

.random {
	margin: 10px 10px 0 10px;
	padding: 3px 5px 3px 5px;
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
}

.u {text-decoration: underline;}

.clear {clear: both;}

a .img, a:visited .img, a:hover .img, a:active .img {border: none; text-decoration: none;}

.dimmed {}

#extra1 {
	position: absolute;
	z-index: 1;
	height: 218px;
	width: 50%;
	top: 100px;
	left: 0px;
	text-align: right;
	/*change this url*/
	background: url("/images/header_repeat.jpg") top right repeat-x;
}

#extra2 {
	position: absolute;
	z-index: 1;
	top: 350px;
	left: 20px;
}

#cocoon {
	text-align: center;
	margin: 100px auto 50px auto;
}

#midcolumn {
	position: relative;
	width: 400px;
	margin: 100px auto 50px auto;
	z-index: 2;
	text-align: left;
}

.widecolumn {
	width: 600px;
	text-align: left;
	margin: 0 auto 0 auto;
}

.maincolumn {
	float: left;
	width: 400px;
	padding: 0 0 0 30px;
}

.sidecolumn {
	float: left;
	width: 150px;
	border-right: 1px dotted #888;
	padding: 0 0 20px 0;
	margin: 20px 0 0 0;
}