@charset "utf-8";
/* Stylesheets for SITE NAME 
   Browser: All.
   Explosive Image.
   Coder/Programmer: Kimane
   Date: TODAY'S DATE
*/


/****************
     LAYOUT
*****************/
body,td,th {
	color: #FFFFFF;
	
}
body {
	background-color: #000000;
	background-image: url(../images/bg.jpg);
}
a{
	color: #fff;
	font-style:italic;
}
a:visited {
	color: #fff;
}
a:hover{
background-color: #3D3D3D;
}
.style2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.style3 {font-size: 10px}

#main
{
vertical-align:top;
}
#rightBox
{
width:10px;
background:url(../images/rightBox.jpg) repeat-y;
vertical-align:top;
}

#leftBox
{
width:10px;
background:url(../images/leftBox.jpg) repeat-y;
vertical-align:top;
}

#nav
{
height:47px;
}

#content
{
width:887px;
min-height: 420px;
height: auto !important;
height:420px;

}

#text
{
padding:15px;
}
#main #blankhight {
	height: 1px;
}

#design{
padding: 4px 0 0 0;
}

		#subbut {
		margin:0 auto;
		text-align:center;
		}
	
		#subbut  a{
		font-style:italic;
			background-color: #000000;
			color:white; 
			border-color: #3C3C3C;
		}
		#subbut  a:hover{
			background-color: #3D3D3D;
			color: #fff;
			border-color: #000;
		}
		
	
