﻿body {
				background-image: url('leather.gif');
				background-repeat: repeat;
				text-align: center;
}
p {
				font-size: 20px;
				color: silver;
				text-align: justify;
}
#wrap {
				margin: 500px black solid;
				padding: 10px 300px;
}
#header {
				padding: 25px;
				margin: 10px;
				background-color: black;
}
#main {
				border: 5px silver solid;
				padding: 40px;
				margin: 200px;
				background-color: black;
				position: relative;
}


#index a:visited, a:link, a:hover {
				text-decoration: none;
}
#footer {
				padding: 5px;
				background-color: black;
				text-align: center;
}
a:link {
				color: white;
				text-decoration: none;
}
a:visited {
				color: silver;
				text-decoration: none;
}
a:hover {
				color: gray;
				text-decoration: underline;
}
#toc {
				font-family: Palatino Linotype;
				font-size: 30px;
				font-weight: bold;
				font-variant: small-caps;
				text-decoration: none;
}
h1 {
				font-size: 50px;
				color: silver;
				font-family: Palatino Linotype;
				text-align: center;
}
h2 {
				font-size: 35px;
				color: silver;
				font-family: Palatino Linotype;
				text-align: center;
}

div#image   {
				
				padding: 5px;
}
div#par1 {
				font-family: san-serif;
				color: white solid;
}
/* Not sure if this is right or not*/
div#footer {
				font-size: 15px;
				color: silver;
}
