html,body
{
background:#000 url(img/ui/bg_glow.png) repeat-x bottom;
height:100%;
width:100%;
font-family:verdana;
font-size:12px;
color:#FFF;
overflow-y:auto;
overflow-x:auto;
margin:0px;
}

#bfd
{
height:725px;
width:950px;
background:#000 url(img/ui/8bit.png) no-repeat bottom left;
z-index:1;
margin-right:auto;
margin-left:50px;
position:relative;
top:10px;
}

#fill
{
width:1165px;
height:100%;
background-color:black;
position:fixed;
z-index:0;

margin-left:50px;
}

#head
{
height:12px;
width:100%;
background-color:blue;
position:relative;
background-image:url(img/ui/round_top.png);
z-index:1;
}


#slideshow1
{
width:100%;
height:215px;
background-color:#FFF;
position:relative;
top:12px;
}

#transban
{
height:70px;
width:100%;
opacity:0.7;
background-color:#000;
position:absolute;
top:158px;
z-index:50;
}

#bancont
{
height:70px;
width:415px;
position:absolute;
top:158px;
left:535px;
z-index:51;
}

#mycustomscroll 
{
width: 580px;
height: 350px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
background-color: #202020;
margin: 0.3em auto;
padding: 15px;
}

.shadow
{
width:610px;
height:381px;
background-color:#000;
opacity:0.5;
position:absolute;
top:315px;
left:30px;
z-index:0;
}

#content
{

width:580px;
position:relative;
top:260px;
left:35px;
}

#content p
{
line-height:1.7;
}

#ads1
{
height:60px;
width:950px;
background-color:red;
position:relative;
top:30px;
left:-35px;
}

#ads1 img
{
padding-right:0px;
}

#ads2
{
height:60px;
width:950px;
background-color:red;
position:relative;
top:30px;
left:-35px;
}
#ads3
{
background-color:black;
float:right;
height:844px;
left:950px;
position:absolute;
top:0px;
width:215px;
z-index:0;
overflow:hidden;
}

.postmetadata-top  
{
float:right;
left:1px;
position:relative;
top:-10px;
}

a:link { 
	color: #FFF;
	}
a {
   outline: none;
}
a:visited { 
	color: #FFF;
	}
a:hover { 
	color: #4682B4;
	text-decoration: underline;
	}

:active, :focus { outline: none; -moz-outline-style: none; }

img
{
border:none;
}

#content h2 
{
	margin-left: -10px !important;
	padding-top: 10px !important;
	border-width: 0px;
	border-bottom: 1px;
	border-style: solid;
	border-color: gray;
}



#content h2 a:link { 
	color: #FFF;
        text-decoration: none;
	}
#content h2 a:visited { 
	color: #FFF;
        text-decoration: none;
	}
#content h2 a:hover { 
	color: #4682B4;
	text-decoration: none;
	}



#bancont h2 
{
	margin-left: 10px !important;
	padding-top: 5px !important;
	border-width: 0px;
	font-size:17px;
	position:relative;
	top:-5px;
}
#bancont p 
{
	margin-left: 10px !important;
	padding-top: 0px !important;
	border-width: 0px;
	font-size:10.5px;
	position:relative;
	top:-15px;
	left:5px;
}

