* {
	margin:0;
	padding:0
}

body {
	background-image: url(SC_Wood5.jpg);
	height: 100%;
	color: #222827;
	font-family: "courier new", courier, monospace, serif;
	padding: 0;
	padding-bottom: 10px;
	margin: 0;
	}
	

a {
	color: black;
}

a img {
	border: none;
}

html, body {
	height:100%;/* needed to base 100% height on something known*/
	text-align:center;
}

#outer {
	width:850px;
	margin: 0 auto;
	position: relative;
}

#header {
	background: url(headerScrews.png) no-repeat;
	height: 200px;
	margin-top: 15px;
	border: 0px solid yellow;
}


#content {
	background: url(tile.png);
	background-repeat: repeat-y;
	border: 0px solid green;
	padding: 35px;
}


h1,h2,h3, h4, p {
	margin: 0;
	padding: 0;
}

#navbar {
	margin-bottom: 15px;
	margin-top: -10px;
	font-size: 1.2em;
}

#navbar li {
	display: inline;
}


#navbar a:link {
	color: black;
	text-decoration: underline;
}

#navbar a:visited {
	color: black;
	text-decoration: underline;
}

#navbar a:hover {
	color: #fff;
	background-color: #501305;
	text-decoration: underline;
}

#navbar a:anchor {
	color: white;

}

#scrapbook  {
	margin-top: 15px;
	padding-bottom: 15px;
	text-align: center;
}

#archives {
	margin-left: 200px;
	text-align: left;
	margin-top: 30px;
}

#archives p {
	margin-bottom: 7px;
}


#footer {
	background: url(footer_screws.png) no-repeat;
	height: 100px;
	margin: 0 auto;
}


#footer ul {
	padding-top: 7px;
}

#footer li {
	display: inline;
}


#footer a:link {
	color: black;
	text-decoration: underline;
}

#footer a:visited {
	color: black;
	text-decoration: underline;
}

#footer a:hover {
	color: #fff;
	background-color: #501305;
	text-decoration: underline;
}

#footer a:anchor {
	color: white;

}

#copy {
	font-size: .7em;
	margin-top: 15px;
}

.text {
	text-align: left;
}

.text p {
	margin-bottom: 10px;
}

.list {
	text-align: left;
	width: 60%;
	margin: 0 auto;
}

.list ul {
	list-style-type: none;
	text-align: left;
}

.list li {
	margin-top: 10px;
	text-align: left;
}

.list a:link {
	color: black;
	text-decoration: underline;
}

.list a:visited {
	color: black;
	text-decoration: underline;
}

.list a:hover {
	color: #fff;
	background-color: #501305;
	text-decoration: underline;
}

.list a:anchor {
	color: white;

}

.link a:link {
	color: black;
	text-decoration: underline;
}

.link a:visited {
	color: black;
	text-decoration: underline;
}

.link a:hover {
	color: #fff;
	background-color: #501305;
	text-decoration: underline;
}

.link a:anchor {
	color: white;

}

#demo {
	margin-left: 25px;
}

#demo ul {
	
	list-style-type: disc;
}

.download ul {
	list-style-type: disc;
}

.download li {
	text-align: left;
	margin-left: 250px;
}

.boxed {
	padding: 25px;
	border: 2px solid #501305;
	border-bottom: 4px solid #501305;
	border-right: 4px solid #501305;
	margin: 10px;
	width: 80%;
}

.centerColumn {
	margin: 10px auto;
	margin-bottom: 0;
	width: 60%;

}

.icons img {
	padding: 20px;
}

.icons p {
	text-align: center;
	padding: 20px;
}
