/*** CSS created April 2008 by Mark Blethen, spoonTRex@gmail.com ***/

/*** Body Properties ***/

* {
	margin:0;
	padding:0;
	}

body {
	background:#160b00;
	margin:0;
	padding:0;
	width:100%;
	}

a {
	color:#562b00;
	outline:none;
	text-decoration:none;
	}

a:hover {
	text-decoration:underline;
	}
	
#centercol a, #footer a {
	font-weight:bold;
	}
	
h2 {
	font-family:"Courier New", Courier, monospace;
	color:#160b00;
	}

h4 {
	font-family:Helvetica Neue, Helvetica, Arial, sans-serif;
	color:#160b00;
	font-size:1em;
	}

p {
	color:#160b00;
	font-size:0.9em;
	/*text-align:justify;*/
	font-family:"Courier New", Courier, monospace;
	margin-bottom:0.5em;
	}

#container {
	width:100%;
	background:#FFF url(../graphics/bkgd-anim.gif);
	margin-top:250px;
	}

#content {
	position:relative;
	padding:20px;
	width:834px;
	margin:0 auto;
	}

#leftcol {
	float:left;
	width:200px;
	margin-right:20px;
	}

#centercol {
	float:left;
	width:400px;
	border-left:2px solid #160b00;
	padding:0 20px;
	}

#content a[href ^="mailto:"] {
   padding-right: 20px;
   background: transparent url(../graphics/mail.gif) no-repeat center right;
}

.thumb {
	border:2px solid #1b0b00;
	border-left-width:8px;
	}

/*** Menu ***/

#menu {
	float:right;
	width:150px;
	border-left:2px solid #160b00;
	padding-left:20px;
	}
	
#menu ul {
	list-style:none;
	}

#menu ul li {
	font-family:Helvetica Neue, Helvetica, Arial, sans-serif;
	color:#160b00;
	margin-bottom:0.5em;
	}

#menu ul li a {
	color:#160b00;
	line-height:15px;
	text-decoration:none;
	padding-right: 25px;
	}

#menu ul li a:hover {
	color:#562b00;
	background: transparent url(../graphics/hat.gif) no-repeat center right;
	}

/*** Footer ***/

#footer {
	margin-top:20px auto;
	width:100%;
	margin:150px 0 50px 0;
	}

#footer p {
	color:#562b00;
	font-size:0.7em;
	text-align:center;
	}