.contentLeft{
	float:left;
	width: 150px;
	height: 100%;
	overflow: hidden;
	text-align:center;
	color: black;
	background-color: #222222;
	padding-right: 10px;
}
.contentLeft.bottom{
	margin-top:20px;
	width:100%;
	height:60px;
}
.contentLeft.bottom span{
	font-variant: small-caps;
	color: white;
	font-size:7pt;
}
.contentRight{
	float:right;
	width: 120px;
	height: 100%;
	overflow: hidden;
	text-align: right;
	color: black;
	padding-left: 10px;
}
.contentRight.News{
	float:right;
	width: 120px;
	height: 100%;
	overflow: hidden;
	text-align: left;
	color:silver;
	padding-left: 10px;
}
.contentCenter{
	padding-left:20px;
	padding-right:20px;
	overflow: hidden;
	/*background-color: #303030;*/
}
.contentCenterTop {
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}
.contentCenterMiddle {
	padding-left:20px;
	padding-right:20px;
	overflow: hidden;
	/*background-color: #000000;
	background-image: url('http://www.elitemmonetwork.com/images/monster.gif');
	background-repeat: no-repeat;
	background-position: right;*/
}
.contentCenterBottom {
	padding-left:20px;
	padding-right:20px;
	overflow: hidden;
	/*background-color: #000000;
	background-image: url('http://www.elitemmonetwork.com/images/monster3.gif');
	background-repeat: no-repeat;
	background-position: left;*/
}
.menu span
{
	font-variant: small-caps;
	color: silver;
	font-style:bold;
	font-size:10pt;
}
/* MenuImage: http://www.w3schools.com/Css/css_image_transparency.asp */
.menu.nav div{
	height:30px;
}
.menu div{
	height:33px;
}
.menu img{
	-moz-opacity: 1.0; /*Mozilla*/
	filter:progid:DXImageTransform.Microsoft.Alpha
		( Opacity=100, FinishOpacity=0, Style=1, StartX=100,  FinishX=100, StartY=100, FinishY=100); /* IE */
	-khtml-opacity: 1.0; /*Safari*/
	opacity: 1.0; /*CSS Non-Standard - Mozilla*/
	filter:alpha(opacity=100); /*CSS Non-Standard - IE*/
}
.menu img:hover{
	-moz-opacity: 0.60; /*Mozilla*/
	-khtml-opacity: 0.60; /*Safari*/
	filter:progid:DXImageTransform.Microsoft.Alpha
		( Opacity=60, FinishOpacity=0, Style=1, StartX=100,  FinishX=100, StartY=100, FinishY=100); /* IE */
	opacity: 0.60; /*CSS Non-Standard - Mozilla*/
	filter:alpha(opacity=60); /*CSS Non-Standard - IE*/
}
.ad_div_small{
	height:  93px;
}
.adrotator {
    width:   600px;  
    height:  225px;  
    padding: 0;  
    margin:  0;  
} 
.adrotator img {
    width:  600px; 
    height: 225px; 
} 

.float_right{
	float: right;
	margin-left: 10px;
}
