/* Blight Society stylesheet */
/* light = 741f08 dark = 310b01 */

html{padding:0px;margin:0px;}
body,td,th {
  font-family: Georgia, Times New Roman, Times, serif;
	font-size: 15px;
	color: #741f08;
	height:100%;
}
body {
background-color:#1c1003;
background-image:url(../site_images/backwall.gif);
	text-align:center;
	padding:0px;
	margin:0 auto;
}

table ,td,tr{
border:0;
}

a {
	text-decoration: underline;
	color: #310b01;
}
a:visited {
	color: #310b01;
  text-decoration: underline;
}
a:hover {
	color: #741f08;
	text-decoration: underline;
}
a:active {
	color: #310b01;
	text-decoration: underline;
}

#holder
{
border:1px solid #82786d;
background-color:#1c1003;
background-image:url(../site_images/back_opped.jpg);
background-repeat:no-repeat;
background-position:center;
margin-left:auto;
margin-right:auto;
padding:1px;
width:725px;
height:580px;
}

#main
{
position:relative;
text-align:left;
padding:0px;
margin:0px;
}

#panel {

background-repeat:no-repeat;
background-position:top left;
position:absolute;
left:82px;
top:138px;
width:625px;
height:424px;
margin:0px;
padding-left:0px;
padding-top:0px;
}
#extraDetails {
visibility:hidden;
background-image:url(site_images/mainback.jpg);
background-repeat:no-repeat;
background-position:top left;
position:absolute;
left:0px;
top:0px;
width:625px;
height:424px;
margin:0px;
padding:0px;
}
#block{padding-left:22px;padding-right:20px;z-index:2;width:587px;height:399px;margin:0px;text-align:right;}
#extraDetailsBlock{padding-left:22px;padding-right:20px;z-index:2;width:587px;height:399px;margin:0px;text-align:left;}
.extraDetailsBlock{padding-left:22px;padding-right:20px;z-index:2;width:587px;height:399px;margin:0px;text-align:left;}
#block2{position:relative;left:22px;padding:0px;width:587px;height:399px;margin:0px;}
#nav
{
padding:0px;
float:left;
display: inline;
margin:0px;
z-index:10;
position:absolute;
left:2px;
top:203px;
width:103px;
height:200px;
text-align:left;
}

#moreDetailsDiv {
position:absolute;
visibility:hidden;
float:left;
border: 1px solid black;
background-color:white;
padding:0px;
margin:0px;
color:black;
top:50px;
left:315px;
width:272px;
height:325px;
z-index:200;
}

h1
{
margin:0px;
padding:0px;
font-size:24pt;
text-align:right;
color:#741f08;
border-bottom: 2px  solid #310b01;
}
#footer{
	padding:10px;
	font-size:80%;
	color:#DED6CB;
}
#footer a{
		color:#DED6CB;
}