body,
html {
	margin: 0;
	padding: 0;
	background: #000;
	color: #fff;
	
	}
	
img {
	border: 0px;
}	
	
#wrapper {
	background: url(img/paper.gif) repeat-y;
	margin: 0 auto;
	width: 800px;
}

#header {
	
	
}

#cover {
	border: 0px;
	margin-left: 500px;
	margin-top: -200px;
}

/*navigation links */
#nav {
	margin-left: 20px;
	position: relative;
	top: -100px;
}


/* main content */

#main {
	
	width: 400px;
	float: left;
	padding-left: 40px;
	position: relative;
	top: -80px;
	
}

#mainwide {
	width: 700px;
	float: left;
	padding-left: 40px;

}

.imgfloat {
	float: left;
	margin: 0.4em 1em 1em 0 ;
}


#sidebar {
	
	float: right;
	width: 300px;
	margin-right: 10px;
}

#footer {
	background-image: url(img/tommooradian-footer.gif);
	background-repeat: no-repeat;
	background-color: #000;
	height: 37px;
	clear: both;
}


/* styling  & typography */

body {font-family: "Lucida Grande", Verdana, Arial, sans-serif, "Courier New", Courier, Monaco, monospace; color: #4c4c4c;
	font-style: normal;
	font-weight: normal;
	font-size: 0.9em;
	line-height: 1.5em;
}

.wrapper {
	font-size: 12px;
	
}

#header h1 {
	padding: 5px;
	margin: 0;
}

.intro {
	color: #915a2d;
	font-size: 16px;
	line-height: 20px;
}

.push {

	clear: both;
	border-top: 1px solid #e17f00;
}

hr {
	margin-bottom: 1em;
}


a:link, a:visited {
	text-decoration: none;
	color: #d80808;	
}
a:hover {
	text-decoration: underline;
	color: #000;
}

pre {
	font-size: 14px;
}

#nav ul {

	margin-left: 0;
	padding: 3px 15px;
	
	list-style: none;
	display: inline;		
}

#nav ul li {
	margin-left: 0;
	padding: 3px 10px;
	border-left: 2px solid #ffcb53;
	list-style: none;
	display: inline;
}

	
#nav ul li.first {
	margin-left: 0;
	border-left: none;
	list-style: none;
	display: inline;
}

#main ul {
	list-style: none;
	display: inline;
}

#main ul li {
	border-top: 1px dotted #e17f00;
	margin-top: 2em;
	margin-bottom: 1em;
}

#main img {
	margin-bottom: 2em;
}


