	body{
		background:url(images/background.png) #898989 repeat-x;
		font-family: Arial;
		font-size: 13px;
		margin:0;padding:0;
	}
	#bodyContainer{
		text-align: left;
		width:975px;
	}
	#menu{
		background: #161616;
		height:29px;
		position: relative;
		z-index: 100;
		white-space: nowrap;
	}
	#menu a{
		color:#fff;
		text-decoration: none;
	}
	#menu ul{
		list-style: none;
		margin:0;
		padding:0;
	}
	#menu li{
		display: inline-block;
		color: #fff;
		font-weight: bold;
		padding:7px 14px;
		cursor: pointer;
	}
	#menu ul ul{
		display: none;
		position: absolute;
		background: #9d1a26;
		color: #fff;
		-webkit-box-shadow: 0px 0px 10px #000;
		-moz-box-shadow: 0px 0px 10px #000;
	}
	#menu li.highlighted{
		background: #DFBB26;
		/* 598AB2 */
	}
	#menu ul ul li{
		display:block;
		background: transparent;
	}
	#mainContainer{
		background:#e9e9e9;
		min-height: 400px;
		padding:8px;
	}
	#rightSide{
		float:right;
		width:254px;
	}
	#leftSide{
		float:left;
		width:697px;
	}
	.dropMenu{
		color:#1a71d7 !important;
	}
	.extra-dropMenu{
		display:none;
	}

	#rightSide .toutIMG{
		display: block;
		padding:0;
		padding-bottom:8px;
	}
