@charset "utf-8";
/* CSS Document */
body{
	font-size: 0.83333em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	/*background-color:#F30;*/
	background-color:#181818;
}

.floatleft
{
float: left;
margin: 0 0 0 40px;
padding: 0 0 0 10px;
/*width: 90%;
margin: 0 0 10px 10px;
background-color: #48c8f5;
padding: 10px;
border-top: 1px solid #999;
border-right: 2px solid #555;
border-bottom: 2px solid #555;
border-left: 1px solid #999;
font-size: x-small;*/
}

#header {
	background: #181818 url(../sentientOnionLogo160.png) no-repeat;
	height: 160px;
	width: 160px;
}
#center{
		width: 900px;
	margin-left:auto;
margin-right:auto;
}

#center{
		width: 900px;
	margin-left:auto;
margin-right:auto;
}

#breadcrumb {
	background-color: #212121;
	text-align: center;
	/*color:#333;*/
	width:900px;
	color: #ffffff;
}
#breadcrumb a {
	/*color: #8bb3ba;*/
	display: inline;
	margin-right: 0;
}
#block_1
	{
	/*background-color:#8bb3ba;*/
	float: left;
	width: 900px;
	/*margin-left:  20%;*/

	}
* html #block_1
	{
	display: inline;
	}
	
#block_1 p{margin-top: 0; }	

#mainInfo{
	/*margin: 10px;*/
	margin-top:5px;
	width:720px;
	padding-left:90px;
	padding-right:90px;
	color: #ffffff; 
	background-color:#333;
}

/*   background-color:  green;	   */
#block_2
	{
	background-color:#333;
	color: #666666;
	float: left;
	width: 120px;
	margin-left: -100%;
	padding: 0;
	margin-bottom: 1em;	
	}	



#block_3
	{
	background-color:#F6F;
	float: left;
	width: 20%;	
	/*color:  #48c8f5;*/
	}

/* we need this for IE 5.01 - otherwise the wrapper does not expand to the
necessary height (unless fixed, this problem becomes even more acute 
weirdness as the method is enhanced */
#wrapper
	{

/* Normally a Holly-style hack height: 1% would suffice but that causes 
IE 5.01 to completely collapse the wrapper - instead we float it */
	float: left;
/* NB. possibly only IE 5.01 needs to get this float value - otherwise 5.5 sometimes 
(I saw it happen many moons ago) makes the width of wrapper too small 
the float: none with the comment is ignored by 5.01,
5.5 and above see it and carry on about their business
It's probably fine to just remove it, but it's left here 
just in case that many moons ago problem rears its head again */
	float/**/: none;
	}
/* easy clearing */
#wrapper:after
	{
	content: '[DO NOT LEAVE IT IS NOT REAL]'; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}
#wrapper
	{
	display: inline-block;
	
	}
/*\*/
#wrapper
	{
	display: block;
	}
/* end easy clearing */

#footer {
	background: #212121;
	text-align: right;	
}
#topRound{
	background: #333;
	border-top-left-radius: 50px;
	border-top-right-radius: 50px;
	height: 25px;
	width: 900px;
}

#spacer{
	margin-bottom: 20px;
}
#bottomRound{
	border-bottom-left-radius: 50px;
	border-bottom-right-radius: 50px;
	background: #333 url(../images/bottomRound.png) no-repeat;
	height: 25px;
	width: 900px;
	margin-top:25px;
}


#footer a{
	color: #c7c7c7;
	text-decoration: none;
	padding-top: 0;
	padding-bottom: 0;

}
#copyright{
	font-size: .75em;
	font-style: oblique;
	color: #ffffff;
	text-align: center;
	
	background: #333 url(../images/footer.png) no-repeat;
	height: 100px;
	width: 900px;
	
	border-bottom-left-radius: 25px;
	border-bottom-right-radius: 25px;

}

#flashMovie{
	text-align: center;
	height: 100%;
	width: 100%;

}
