body {
	text-align:center;
	background-color:black;
	color: #d0710b;
	font-family: "Lucida Console", "Lucida Sans", sans-serif;
	background-image: url(../images/fade_tile_vert.jpg);
	background-repeat: repeat-x;
	background-position:bottom;
	font-size:small;
	height:auto;
}
html {
	height:auto;
}
a:link {
	color: yellow;	
}
a.generic:hover {
	color:orange;
}
a.generic:visited{
	color:orange;
}
#entire {
	width: 800px;
	margin-left:0px;
	margin-right:auto;
	padding:10px;
	background-color:#1e1e1e;
	height:100%;
}

#footer {
	background-color:#d0710b;
	color: black;
	margin-top:10px;
	line-height: 1.4em;
	font-size: 80%;
	
}
#corner {
	position: absolute;
	top: 0px;
	left: 200px;
}
#header {
	background-color:black;
	padding: 10px;
	text-align:left;
	background-image:url(../images/fading_tile.jpg);
	background-repeat:no-repeat;
	background-position:right;
}
h1, h2, h3, h4{
	color:#e59138;
}
h4{
font-size:80%;
}
#content {
	background-color: black;
	text-align:left;
	padding-top:0px;
	margin-top: 100px;
	padding-bottom:5px;
}
h2, h3, h4, p {
	padding-left:10px;
}
h1{
	font-size: 200%;
	line-height:.2em;
}
#navbar {
	background-color:#1e1e1e;
}
h2 {
	
	background-color:#d0710b;
	color:#111111;
font-size: 200%;
}
h3{
	font-size: 150%;
}
.tab {
	background-color:#d0710b;
	color:#1e1e1e;
	float:left;
	margins:20px;
	border: 1px solid #1e1e1e;
	text-decoration:none;
}
#listbar {
	list-style-type:none;
	margin:0;
	padding:0;
}

a.tab{
	display:block;
	width:80px;	
}
a.tab:link{
	background-color: #d0710b;
	color:#1e1e1e;
	
}
a.tab:hover{
	color:#d0710b;
	background-color:black;
	border: 1px dashed #d0710b;
}
a.titleimg > img{
	border:none;
	text-decoration: none;
}
td.sidebar {
	width:100px;
	background-image:url(../images/side_image2.jpg);
	padding:10px;
}
